aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* Fix two panics in lagg.Andrew Thompson2007-10-121-0/+1
* - Propagate the largest set of interface capabilities supported by all laggAndrew Thompson2007-07-301-1/+0
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-051-0/+28
* non-functional cleanupAndrew Thompson2007-06-121-41/+37
* Change from a mutex to a read/write lock. This allows the tx port to beAndrew Thompson2007-05-151-8/+9
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockAndrew Thompson2007-05-071-0/+11
* Avoid touching various unsafe parts if the interface is disappearing.Andrew Thompson2007-05-071-0/+1
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codeAndrew Thompson2007-05-071-8/+4
* Fix flag descriptions.Andrew Thompson2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedAndrew Thompson2007-05-031-1/+2
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-0/+209