summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* Do not update the lagg link layer address when destroying a lagg clone.loos2017-01-291-6/+6
* Move the taskqueue_drain() out of the LAGG_WLOCK().Luiz Otavio O Souza2017-01-271-1/+1
* Set the port detaching flag on clone_destroy(), that helps to avoid some unne...Luiz Otavio O Souza2017-01-271-3/+6
* Remove stray debugging code from r310180asomers2017-01-181-1/+0
* Fix panic during lagg destruction with simultaneous status checkasomers2017-01-181-1/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Revert accidental submit of WIP as part of r297609rpokala2016-04-061-230/+33
* Storage Controller Interface driver - typo in unimplemented macro inrpokala2016-04-061-33/+230
* Fix regression introduced on 272446r.araujo2016-02-191-1/+1
* Add an IOCTL rr_limit to let users fine tuning the number of packets to bearaujo2016-01-231-2/+23
* Revert r292275 & r292379smh2015-12-171-9/+4
* Fix lagg failover due to missing notificationssmh2015-12-151-4/+9
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-141-6/+1
* Fix lladdr change propagation for on vlans on top of it.melifaro2015-11-011-50/+79
* Fix a panic when destroying a lagg interface.hrs2015-10-161-1/+2
* Fix a bug that caused reinitialization failure of MAC addresses onhrs2015-10-071-6/+14
* Remove per complete the fec aggregation protocol.araujo2015-10-041-9/+0
* Make LAG LACP fast timeout tunable through IOCTL.hiren2015-08-121-0/+19
* Fix a possible mbuf leak on interface departure.ae2015-03-261-1/+5
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-111-125/+19
* Improve the distribution of LAGG port traffic.will2015-01-231-12/+15
* Fix condition and really sort ports. Also add comment describingae2015-01-171-2/+7
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-3/+4
* - Fix lladdr configuration which could prevent LACP mode from working.hrs2014-10-171-48/+40
* - Move L2 addr configuration for the primary port to a taskqueue. This fixeshrs2014-10-051-14/+36
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forhrs2014-10-021-103/+101
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downhrs2014-10-011-77/+170
* Fix off by one in lagg_port_destroy().glebius2014-10-011-1/+1
* Finally, convert counters in struct ifnet to counter(9).glebius2014-09-281-7/+7
* Convert to if_inc_counter() last remnantes of bare access to struct ifnetglebius2014-09-281-2/+2
* Use underlying ports counters to get lagg statistics instead ofmelifaro2014-09-271-48/+73
* Remove macros that hide access to struct ifnet fields.glebius2014-09-261-2/+2
* Make all lagg protocol methods live in lagg_protos, not in softc. Allglebius2014-09-261-69/+131
* Keep list of lagg ports sorted by if_index.ae2014-09-261-3/+13
* - Whitespace.glebius2014-09-261-91/+89
* - Provide lagg_proto_attach(), lagg_proto_detach().glebius2014-09-261-50/+69
* - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,glebius2014-09-261-82/+43
* Make lagg protocols detach methods returning void.glebius2014-09-261-35/+13
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-11/+5
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...araujo2014-09-181-1/+97
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-4/+9
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-9/+4
* - Remove unneeded include.araujo2014-08-111-1/+0
* Improve locking of multicast addresses in VLAN and LAGG interfaces.mav2014-08-041-14/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* Fix build for non-INET that was broken by r264469.rmacklem2014-04-151-1/+5
* Lagg did not set the value of if_hw_tsomax, so when laggrmacklem2014-04-141-1/+8
OpenPOWER on IntegriCloud