summaryrefslogtreecommitdiff
path: root/sys/net/if_trunk.h
AgeCommit message (Expand)Author
2019-11-07turn the linkstate hooks into a task list, like the detach hooks.David Gwynne
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-04-29tr_unit is unused, so gc itDavid Gwynne
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2015-09-23Remove trunk watchdog code since it doesn't do anything usefulMike Belopuhov
2015-09-10move the if input handler list to an SRP list.David Gwynne
2015-05-26Now that the Ethernet header is always passed as part of the mbuf, killMartin Pieuchot
2015-05-14Allocate the input packet handler as part of the trunk_port structureMartin Pieuchot
2015-05-13Get rid of the last "#if NTRUNK" by overwriting trunk ports' outputMartin Pieuchot
2015-05-11Take trunk(4) out of ether_input().Martin Pieuchot
2014-12-04use siphash for trunk loadbalancing. ok deraadtTed Unangst
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
2011-07-04LINK_STATE cleanup. It is no longer needed to special case carp(4).Claudio Jeker
2008-06-15Add 802.3ad LACP support for trunk(4).Marco Pfatschbacher
2008-06-13Treat LINK_STATE_UNKNOWN as LINK_STATE_UP.Marco Pfatschbacher
2007-10-22Add a broadcast mode to trunk(4). This mode sends frames on allPierre-Yves Ritschard
2007-09-06bump the copyright while touching these filesReyk Floeter
2007-04-26extend the trunk protocol API with some additional callbacks requiredReyk Floeter
2007-01-31handle the full duplex link state in trunk(4). load sharing trunksReyk Floeter
2006-05-28check if the interface is active and UP. some, but not all, networkReyk Floeter
2006-05-23addReyk Floeter
2006-05-20bump copyrightReyk Floeter
2006-02-09remove trailing ',' in enum declarationReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-11-27Make the trunk interface link state depend on the link states of theRyan Thomas McBride
2005-10-03add a simple active "failover" trunk mode. port priorities will beReyk Floeter
2005-09-10update the trunk(4) driverReyk 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