summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
* Do not update the lagg link layer address when destroying a lagg clone.loos2017-01-291-0/+2
* Revert accidental submit of WIP as part of r297609rpokala2016-04-061-48/+6
* Storage Controller Interface driver - typo in unimplemented macro inrpokala2016-04-061-6/+48
* Add an IOCTL rr_limit to let users fine tuning the number of packets to bearaujo2016-01-231-0/+3
* Revert r292275 & r292379smh2015-12-171-1/+1
* Fix lagg failover due to missing notificationssmh2015-12-151-1/+1
* Fix lladdr change propagation for on vlans on top of it.melifaro2015-11-011-1/+7
* Remove per complete the fec aggregation protocol.araujo2015-10-041-2/+0
* Make LAG LACP fast timeout tunable through IOCTL.hiren2015-08-121-0/+1
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-111-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-2/+2
* - Move L2 addr configuration for the primary port to a taskqueue. This fixeshrs2014-10-051-0/+4
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forhrs2014-10-021-13/+21
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downhrs2014-10-011-3/+14
* Finally, convert counters in struct ifnet to counter(9).glebius2014-09-281-1/+1
* Use underlying ports counters to get lagg statistics instead ofmelifaro2014-09-271-13/+6
* Remove macros that hide access to struct ifnet fields.glebius2014-09-261-4/+1
* Make all lagg protocol methods live in lagg_protos, not in softc. Allglebius2014-09-261-13/+0
* - Whitespace.glebius2014-09-261-4/+4
* - Provide lagg_proto_attach(), lagg_proto_detach().glebius2014-09-261-1/+0
* Make lagg protos a enum.glebius2014-09-261-9/+11
* Make lagg protocols detach methods returning void.glebius2014-09-261-1/+1
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...araujo2014-09-181-3/+5
* Improve locking of multicast addresses in VLAN and LAGG interfaces.mav2014-08-041-0/+1
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerscottl2013-12-301-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