summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290450:smh2015-11-131-2/+7
* MFC r286700hiren2015-09-151-1/+1
* MFC 272159,272161,272386,272446,272547,272548,273210:hrs2015-09-121-69/+22
* MFC r281236 -- extended media types in if_media.h.erj2015-05-291-0/+42
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-1/+2
* MFC r265232asomers2014-10-061-2/+12
* MFC r260070scottl2014-01-021-1/+1
* MFC r256689:ae2013-11-111-2/+39
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-261-18/+54
* Fix typo.adrian2013-07-251-1/+1
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-131-17/+64
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Turn LACP debugging from a compile time option to a sysctl, it is very handy tothompsa2012-05-261-43/+37
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-061-1/+1
* Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-221-1/+1
* Use the flowid if its available for selecting the tx port.thompsa2009-04-301-1/+4
* Update the interface baudrate taking into account the max speed for thethompsa2008-12-171-0/+2
* Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-161-124/+103
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,thompsa2007-12-311-5/+5
* Use the safer callout_init_rw() to allow the softclock to grab thethompsa2007-11-211-5/+2
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-051-0/+50
* non-functional cleanupthompsa2007-06-121-56/+36
* Compare the partner system priority when choosing the aggregator.thompsa2007-05-191-1/+9
* Implement the Marker Protocol. A marker frame is placed on the interface queuethompsa2007-05-191-8/+103
* Fix locking assert where we should hold the reader lock.thompsa2007-05-181-1/+1
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-151-15/+80
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-071-1/+3
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-071-15/+3
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-031-5/+18
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set eventhompsa2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-73/+73
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+1763
OpenPOWER on IntegriCloud