aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ieee8023ad_lacp.c
Commit message (Expand)AuthorAgeFilesLines
* lacp: Use C99 bool for boolean return valueZhenlei Huang2023-03-311-21/+17
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* lacp: Remove racy kassertAndrew Gallatin2022-06-131-3/+0
* [vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE eventAndrey V. Elsukov2022-05-201-0/+2
* lacp: short timeout erroneously declares link-flappingGreg Foster2022-04-271-2/+16
* LACP: Do not wait response for marker messages not sentArnaud Ysmal2021-09-231-1/+2
* LACP: When suppressing distributing, return ENOBUFSAndrew Gallatin2020-11-181-3/+6
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-221-0/+1
* if_media: definitions for 40GE LM4 ethernet media typeMitchell Horne2020-09-161-0/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+1
* make lacp's use_numa hashing aware of send tagsAndrew Gallatin2020-03-091-30/+13
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* if_media.h: Add 50G KR4 ethernet media type.Konstantin Belousov2020-02-111-0/+1
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-1/+2
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-031-3/+43
* if_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G media typesEric Joyner2018-08-221-0/+60
* lagg: allow lacp to manage the link stateAndrew Gallatin2018-08-131-0/+5
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-2/+2
* Added missing CTLFLAG_VNET to lacp default_strict_modeSteven Hartland2018-01-241-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make LACP based lagg work with interfaces (like 100Gbps and 25Gbps) thatNavdeep Parhar2017-09-061-1/+5
* Add several new media types to if_media.hEric Joyner2017-05-101-0/+4
* Do some minimal work to better conform to the 802.3ad (LACP) standard.Jonathan T. Looney2017-02-261-5/+13
* Eliminate misleading comments and dead code in lacp_port_create()Ravi Pokala2017-01-241-6/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+31
* Add sysctl to control LACP strict compliance defaultSteven Hartland2015-11-061-2/+7
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-121-1/+1
* ifmedia changes:Eric Joyner2015-04-071-0/+42
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-111-6/+2
* Improve the distribution of LAGG port traffic.Will Andrews2015-01-231-1/+5
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-1/+2
* - Move L2 addr configuration for the primary port to a taskqueue. This fixesHiroki Sato2014-10-051-2/+5
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-011-56/+13
* Remove macros that hide access to struct ifnet fields.Gleb Smirnoff2014-09-261-1/+2
* - Whitespace.Gleb Smirnoff2014-09-261-11/+11
* - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,Gleb Smirnoff2014-09-261-10/+4
* Make lagg protocols detach methods returning void.Gleb Smirnoff2014-09-261-2/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.Alan Somers2014-05-021-2/+12
* 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-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Use the same actor key for media types of the same speed.Andrey V. Elsukov2013-10-171-2/+39
* Break out the static, global LACP debug options into a per-lagg unitAdrian Chadd2013-07-261-18/+54
* Fix typo.Adrian Chadd2013-07-251-1/+1
* Bring over some link aggregation / LACP protocol improvements and debuggingAdrian Chadd2013-07-131-17/+64
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2