summaryrefslogtreecommitdiff
path: root/sys/net/if_trunk.c
AgeCommit message (Expand)Author
2006-05-20bump copyrightReyk Floeter
2006-05-20drop packets received on inactive failover ports without increasing theReyk Floeter
2006-05-16the ifp->if_linkstatehooks may be NULL, add an extra check to avoidReyk Floeter
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-11splimp -> splnetBrad Smith
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-01-04Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only oneBrad Smith
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-12-21knfReyk Floeter
2005-12-21fix possible NULL pointer, thanks to Marco MolteniReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
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