aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for IPoIB over lagg(4).Hans Petter Selasky2020-12-291-2/+3
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-221-3/+34
* Decode the "LACP Fast Timeout" LAGG option flagRavi Pokala2020-06-111-2/+2
* lagg: Further cleanup of the rr_limit option.Mark Johnston2020-01-091-3/+4
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-221-3/+2
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-031-2/+4
* CK: update consumers to use CK macros across the boardMatt Macy2018-05-241-2/+2
* Simplify lagg_input().Mark Johnston2018-05-221-2/+1
* Replace rmlock with epoch in laggStephen Hurd2018-05-141-20/+1
* Remove some code, dead from the day one.Alexander Motin2017-05-251-4/+0
* Introduce sleepable locks into if_lagg.Alexander Motin2017-05-021-19/+13
* Do not update the lagg link layer address when destroying a lagg clone.Luiz Otavio O Souza2017-01-301-0/+2
* Revert accidental submit of WIP as part of r297609Ravi Pokala2016-04-061-48/+6
* Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala2016-04-061-6/+48
* Add an IOCTL rr_limit to let users fine tuning the number of packets to beMarcelo Araujo2016-01-231-0/+3
* Revert r292275 & r292379Steven Hartland2015-12-171-1/+1
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-1/+1
* Fix lladdr change propagation for on vlans on top of it.Alexander V. Chernikov2015-11-011-1/+7
* Remove per complete the fec aggregation protocol.Marcelo Araujo2015-10-041-2/+0
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-121-0/+1
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-111-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* - Move L2 addr configuration for the primary port to a taskqueue. This fixesHiroki Sato2014-10-051-0/+4
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forHiroki Sato2014-10-021-13/+21
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-011-3/+14
* Finally, convert counters in struct ifnet to counter(9).Gleb Smirnoff2014-09-281-1/+1
* Use underlying ports counters to get lagg statistics instead ofAlexander V. Chernikov2014-09-271-13/+6
* Remove macros that hide access to struct ifnet fields.Gleb Smirnoff2014-09-261-4/+1
* Make all lagg protocol methods live in lagg_protos, not in softc. AllGleb Smirnoff2014-09-261-13/+0
* - Whitespace.Gleb Smirnoff2014-09-261-4/+4
* - Provide lagg_proto_attach(), lagg_proto_detach().Gleb Smirnoff2014-09-261-1/+0
* Make lagg protos a enum.Gleb Smirnoff2014-09-261-9/+11
* Make lagg protocols detach methods returning void.Gleb Smirnoff2014-09-261-1/+1
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...Marcelo Araujo2014-09-181-3/+5
* Improve locking of multicast addresses in VLAN and LAGG interfaces.Alexander Motin2014-08-041-0/+1
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerScott Long2013-12-301-0/+1
* Convert the if_lagg rwlock to an rmlock.Adrian Chadd2013-08-291-9/+15
* Break out the static, global LACP debug options into a per-lagg unitAdrian Chadd2013-07-261-0/+1
* Bring over some link aggregation / LACP protocol improvements and debuggingAdrian Chadd2013-07-131-0/+5
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Switch lagg(4) statistics to counter(9).Gleb Smirnoff2013-04-151-2/+9
* Remove __FreeBSD_version ifdefs.Gleb Smirnoff2013-03-221-2/+0
* Add the ability to set which packet layers are used for the load balance hashAndrew Thompson2012-03-061-1/+16
* Using the flowid in the mbuf assumes the network card is giving a good hash forAndrew Thompson2012-02-221-0/+4
* Propagate the vlan eventis to the underlying interfaces/members so they can d...Ermal Luçi2010-02-061-0/+4
* 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