aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ieee8023ad_lacp.h
Commit message (Expand)AuthorAgeFilesLines
* LACP: When suppressing distributing, return ENOBUFSAndrew Gallatin2020-11-181-2/+4
* make lacp's use_numa hashing aware of send tagsAndrew Gallatin2020-03-091-3/+1
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-1/+1
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-031-0/+7
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+3
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-121-0/+1
* Use printb() for boolean flags in ro_opts and actor_state for LACP.Hiroki Sato2014-10-051-0/+2
* - Whitespace.Gleb Smirnoff2014-09-261-2/+2
* - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,Gleb Smirnoff2014-09-261-2/+2
* Make lagg protocols detach methods returning void.Gleb Smirnoff2014-09-261-1/+1
* Break out the static, global LACP debug options into a per-lagg unitAdrian Chadd2013-07-261-0/+5
* Remove extra semicolons.Andrew Thompson2008-03-171-2/+2
* Switch the LACP state machine over to its own mutex to protect the internals,Andrew Thompson2008-03-161-3/+47
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,Andrew Thompson2007-12-311-1/+1
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-051-0/+2
* non-functional cleanupAndrew Thompson2007-06-121-16/+6
* Compare the partner system priority when choosing the aggregator.Andrew Thompson2007-05-191-0/+2
* Implement the Marker Protocol. A marker frame is placed on the interface queueAndrew Thompson2007-05-191-24/+28
* Change from a mutex to a read/write lock. This allows the tx port to beAndrew Thompson2007-05-151-2/+3
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codeAndrew Thompson2007-05-071-0/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-16/+16
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-101-0/+289