aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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