aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ieee8023ad_lacp.c
Commit message (Expand)AuthorAgeFilesLines
* Use the flowid if its available for selecting the tx port.Andrew Thompson2009-04-301-1/+4
* Update the interface baudrate taking into account the max speed for theAndrew Thompson2008-12-171-0/+2
* Switch the LACP state machine over to its own mutex to protect the internals,Andrew Thompson2008-03-161-124/+103
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,Andrew Thompson2007-12-311-5/+5
* Use the safer callout_init_rw() to allow the softclock to grab theAndrew Thompson2007-11-211-5/+2
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-051-0/+50
* non-functional cleanupAndrew Thompson2007-06-121-56/+36
* Compare the partner system priority when choosing the aggregator.Andrew Thompson2007-05-191-1/+9
* Implement the Marker Protocol. A marker frame is placed on the interface queueAndrew Thompson2007-05-191-8/+103
* Fix locking assert where we should hold the reader lock.Andrew Thompson2007-05-181-1/+1
* Change from a mutex to a read/write lock. This allows the tx port to beAndrew Thompson2007-05-151-15/+80
* Avoid touching various unsafe parts if the interface is disappearing.Andrew Thompson2007-05-071-1/+3
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codeAndrew Thompson2007-05-071-15/+3
* - Add a disabled state for ports that can not be aggregatedAndrew Thompson2007-05-031-5/+18
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set evenAndrew Thompson2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-73/+73
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-101-0/+1763