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