summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r269492:mav2014-08-181-0/+1
* MFC r260070scottl2014-01-021-0/+1
* Convert the if_lagg rwlock to an rmlock.adrian2013-08-291-9/+15
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-261-0/+1
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-131-0/+5
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Switch lagg(4) statistics to counter(9).glebius2013-04-151-2/+9
* Remove __FreeBSD_version ifdefs.glebius2013-03-221-2/+0
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-061-1/+16
* Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-221-0/+4
* Propagate the vlan eventis to the underlying interfaces/members so they can d...eri2010-02-061-0/+4
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* 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