aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* lagg(4): Correctly define some sysctl variablesZhenlei Huang2023-04-171-6/+6
* lagg(4): Tap traffic after protocol processingZhenlei Huang2023-04-021-10/+14
* infiniband: Widen NET_EPOCH coverageZhenlei Huang2023-04-021-4/+1
* lacp: Use C99 bool for boolean return valueZhenlei Huang2023-03-311-1/+1
* lagg(4): Do not enter net epoch recursivelyZhenlei Huang2023-03-291-18/+5
* lagg(4): Refactor out some lagg protocol input routines into a default oneZhenlei Huang2023-03-291-43/+21
* lagg(4): Make lagg_list and lagg_detach_cookie staticZhenlei Huang2023-03-291-2/+2
* lagg: Various style fixesZhenlei Huang2023-03-241-23/+22
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-141-2/+2
* net: unify mtu update codeAlexander V. Chernikov2023-03-061-14/+2
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* if_lagg: Allow lagg interfaces to be used with netmapTom Jones2023-01-131-0/+11
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-12/+21
* lagg: fix lagg ifioctl after SIOCSIFCAPNVAndrew Gallatin2022-07-281-18/+44
* Fix unused variable warning in if_lagg.cDimitry Andric2022-07-211-3/+0
* lagg(4): Add support for allocating TLS receive tags.Hans Petter Selasky2022-06-071-8/+21
* lagg: fix unused-but-set-variableKristof Provost2021-11-191-3/+0
* lagg: update capabilites on SIOCSIFMTUWojciech Macek2021-11-061-0/+2
* Add a switch structure for send tags.John Baldwin2021-09-141-7/+65
* lagg: don't update link layer addresses on destroyLuiz Otavio O Souza2021-08-191-7/+9
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-281-0/+11
* Fix for IPoIB over lagg(4).Hans Petter Selasky2020-12-291-7/+5
* Fixup r368446 with KERN_TLS.Gleb Smirnoff2020-12-081-2/+2
* The list of ports in configuration path shall be protected by locks,Gleb Smirnoff2020-12-081-6/+4
* Convert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functional changes.Gleb Smirnoff2020-12-081-43/+50
* LACP: When suppressing distributing, return ENOBUFSAndrew Gallatin2020-11-181-3/+5
* Fix possible NULL pointer dereference.Andrey V. Elsukov2020-11-111-1/+2
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-291-2/+2
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-221-38/+235
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* lagg: Avoid adding a port to a lagg device being destroyed.Bryan Drewery2020-08-131-0/+5
* Decode the "LACP Fast Timeout" LAGG option flagRavi Pokala2020-06-111-5/+5
* lagg: stop double-counting output errors and counting drops as errorsAndrew Gallatin2020-04-131-14/+11
* make lacp's use_numa hashing aware of send tagsAndrew Gallatin2020-03-091-4/+7
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Update route MTUs for bridge, lagg and vlan interfaces.Alexander Motin2020-01-221-1/+23
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-151-1/+1
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-151-1/+1
* lagg: Further cleanup of the rr_limit option.Mark Johnston2020-01-091-11/+17
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-221-22/+26
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-5/+6
* This adds the third step in getting BBR into the tree. BBR andRandall Stewart2019-08-011-0/+17
* Restore the comment removed in r348745.Mark Johnston2019-06-061-0/+4
* Conditionalize an in_epoch() call on INVARIANTS.Mark Johnston2019-06-061-4/+2
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-30/+123
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-031-0/+11
* Use a dedicated malloc type for lagg(4)'s structures.John Baldwin2019-03-281-11/+12
* Remove nested epochs from lagg(4).John Baldwin2019-03-281-14/+22