logicog
4747eac9bf
Reduce DSEG usage for parameters used in port/vlan configuration
...
Currently 5 Bytes are used by the port and vlan configuration:
--------------------------------------------------------
; internal ram data
;--------------------------------------------------------
.area DSEG (DATA)
_port_ingress_filter_PARM_2:
.ds 1
_vlan_create_PARM_2:
.ds 2
_vlan_create_PARM_3:
.ds 2
They are used for passing parameters. Use __xdata to pass the
parameters instead.
2026-02-08 16:03:37 +01:00
chriz
55fd2d5fb6
Add speed option to EEE function.
2026-01-28 09:21:03 +01:00
logicog
48c12fa0bb
Correct TX and RX good MIB counter
...
The counters for good TX and RX packages were swapped. Fix this
and also use propper names for the counters.
2026-01-11 07:51:18 +01:00
logicog
47aa6ab7bf
Improve LAG configuration
2025-12-05 07:38:16 +01:00
logicog
0d64efacb3
Add EEE status query
2025-10-20 18:35:35 +02:00
logicog
717247bc0e
Add MAC-EEE functionality
2025-10-11 13:09:47 +02:00
René van Dorst
3d80f73383
fix: comp. warning 283: function declarator with no prototype.
2025-08-30 22:51:19 +02:00
logicog
a0239b72f4
Add support for VLAN names
2025-08-28 16:58:51 +02:00
logicog
7968b03c57
Fix inclusion of stdint required by intger types in header
2025-08-21 16:12:09 +02:00
logicog
d7667cb5b4
Cleanup statistic counters
2025-08-20 10:21:41 +02:00
logicog
fcd1f85eb6
Add trunking support and initial L2 setup
2025-07-25 22:50:27 +02:00
logicog
84b84f5c32
Cleanup of L2 and mirroring features
2025-07-14 07:59:31 +02:00
logicog
8b761cfcc8
Add UIP stack. Still lots of debug output on packets...
2025-07-11 14:54:57 +02:00
logicog
65c2336313
Use external command parser module. Add support for mirroring
2025-07-05 09:24:16 +02:00
logicog
2d8c0efabd
Add 802.1Q VLAN and PVID support. Support VLAN tag at CPU-port
2025-07-04 09:17:10 +02:00
logicog
997d85ba02
Add basic VLAN configuration
2025-07-02 11:57:15 +02:00
logicog
5a87d81b8c
Adding port statistics
2025-06-29 11:07:54 +02:00