summaryrefslogtreecommitdiff
path: root/sys/net/if_trunk.c
AgeCommit message (Expand)Author
2005-12-17revert last commit as it introduced system panics due to improper useBrad Smith
2005-11-27Move bpf_mtap() after trunk_*_input() so that we hopefull see only oneRyan Thomas McBride
2005-11-27Attempt to accept a packet only once when operating in failover mode.Ryan Thomas McBride
2005-11-27Fix dereference of uninitialised pointer in trunk_input() error path.Ryan Thomas McBride
2005-11-27Make the trunk interface link state depend on the link states of theRyan Thomas McBride
2005-10-23Rework of multicast deletion code for vlan(4) and trunk(4).Marco Pfatschbacher
2005-10-09use labelReyk Floeter
2005-10-03add a simple active "failover" trunk mode. port priorities will beReyk Floeter
2005-09-14correctly set IFF_RUNNING flag after device state changes.Reyk Floeter
2005-09-11when adding any IP addresses make sure to UP the interface.Brad Smith
2005-09-10update the trunk(4) driverReyk Floeter
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-05-27add missing free on error. thanks to Andrey Matveev.Reyk Floeter
2005-05-24support trunk stacking (trunks as trunk ports) and some fixesReyk Floeter
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter