summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
* Fix two panics in lagg.thompsa2007-10-121-0/+1
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-301-1/+0
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-051-0/+28
* non-functional cleanupthompsa2007-06-121-41/+37
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-151-8/+9
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockthompsa2007-05-071-0/+11
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-071-0/+1
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-071-8/+4
* Fix flag descriptions.thompsa2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-031-1/+2
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-0/+209
OpenPOWER on IntegriCloud