aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Revert accidental submit of WIP as part of r297609Ravi Pokala2016-04-061-230/+33
* Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala2016-04-061-33/+230
* Fix regression introduced on 272446r.Marcelo Araujo2016-02-191-1/+1
* Add an IOCTL rr_limit to let users fine tuning the number of packets to beMarcelo Araujo2016-01-231-2/+23
* Revert r292275 & r292379Steven Hartland2015-12-171-9/+4
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-4/+9
* Move iflladdr_event eventhandler invocation to if_setlladdr.Alexander V. Chernikov2015-11-141-6/+1
* Fix lladdr change propagation for on vlans on top of it.Alexander V. Chernikov2015-11-011-50/+79
* Fix a panic when destroying a lagg interface.Hiroki Sato2015-10-161-1/+2
* Fix a bug that caused reinitialization failure of MAC addresses onHiroki Sato2015-10-071-6/+14
* Remove per complete the fec aggregation protocol.Marcelo Araujo2015-10-041-9/+0
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-121-0/+19
* Fix a possible mbuf leak on interface departure.Andrey V. Elsukov2015-03-261-1/+5
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-111-125/+19
* Improve the distribution of LAGG port traffic.Will Andrews2015-01-231-12/+15
* Fix condition and really sort ports. Also add comment describingAndrey V. Elsukov2015-01-171-2/+7
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-3/+4
* - Fix lladdr configuration which could prevent LACP mode from working.Hiroki Sato2014-10-171-48/+40
* - Move L2 addr configuration for the primary port to a taskqueue. This fixesHiroki Sato2014-10-051-14/+36
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forHiroki Sato2014-10-021-103/+101
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-011-77/+170
* Fix off by one in lagg_port_destroy().Gleb Smirnoff2014-10-011-1/+1
* Finally, convert counters in struct ifnet to counter(9).Gleb Smirnoff2014-09-281-7/+7
* Convert to if_inc_counter() last remnantes of bare access to struct ifnetGleb Smirnoff2014-09-281-2/+2
* Use underlying ports counters to get lagg statistics instead ofAlexander V. Chernikov2014-09-271-48/+73
* Remove macros that hide access to struct ifnet fields.Gleb Smirnoff2014-09-261-2/+2
* Make all lagg protocol methods live in lagg_protos, not in softc. AllGleb Smirnoff2014-09-261-69/+131
* Keep list of lagg ports sorted by if_index.Andrey V. Elsukov2014-09-261-3/+13
* - Whitespace.Gleb Smirnoff2014-09-261-91/+89
* - Provide lagg_proto_attach(), lagg_proto_detach().Gleb Smirnoff2014-09-261-50/+69
* - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,Gleb Smirnoff2014-09-261-82/+43
* Make lagg protocols detach methods returning void.Gleb Smirnoff2014-09-261-35/+13
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-11/+5
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...Marcelo Araujo2014-09-181-1/+97
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-4/+9
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-9/+4
* - Remove unneeded include.Marcelo Araujo2014-08-111-1/+0
* Improve locking of multicast addresses in VLAN and LAGG interfaces.Alexander Motin2014-08-041-14/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Fix build for non-INET that was broken by r264469.Rick Macklem2014-04-151-1/+5
* Lagg did not set the value of if_hw_tsomax, so when laggRick Macklem2014-04-141-1/+8
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-181-5/+1
* Multi-queue NIC drivers and multi-port lagg tend to use the same lowerScott Long2013-12-301-3/+13
* There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-0/+1
* Convert the if_lagg rwlock to an rmlock.Adrian Chadd2013-08-291-24/+41
* Break out the static, global LACP debug options into a per-lagg unitAdrian Chadd2013-07-261-1/+2