summaryrefslogtreecommitdiffstats
path: root/sys/net/ieee8023ad_lacp.c
Commit message (Expand)AuthorAgeFilesLines
* 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