summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-5/+1
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerscottl2013-12-301-3/+13
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-0/+1
* Convert the if_lagg rwlock to an rmlock.adrian2013-08-291-24/+41
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-261-1/+2
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-131-1/+29
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-0/+30
* Return ENETDOWN instead of ENOENT when all lagg(4) links aredelphij2013-06-171-3/+3
* Properly set curvnet context in lagg_port_setlladdr() task handler.trociny2013-06-071-0/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
OpenPOWER on IntegriCloud