aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_lro.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tcp_lro: Fix for undefined behaviour.Hans Petter Selasky2023-01-131-4/+10
* tcp: Avoid conditionally defined fields in union lro_addressMark Johnston2022-02-101-8/+1
* tcp: LRO code to deal with all 12 TCP header flagsRichard Scheffenegger2022-02-011-8/+9
* LRO: Don't merge ACK and non-ACK packets togetherRyan Stone2022-01-131-2/+3
* LRO: Fix lost packets when merging 1 payload with an ACKRyan Stone2022-01-131-1/+2
* Update the TCP LRO code to handle both encrypted and un-encrypted traffic.Hans Petter Selasky2021-08-061-1/+3
* tcp: HPTS performance enhancementsRandall Stewart2021-07-071-1/+9
* tcp: LRO timestamps have lost their previous precisionRandall Stewart2021-06-091-2/+2
* Add TCP LRO support for VLAN and VxLAN.Hans Petter Selasky2021-04-201-50/+74
* Update the LRO processing code so that we can supportRandall Stewart2021-02-171-0/+45
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-6/+6
* This adds the final tweaks to LRO that will now allow meRandall Stewart2019-09-061-0/+16
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* tcp/lro: Implement hash table for LRO entries.Sepherosa Ziehau2016-08-021-0/+3
* Use optimised complexity safe sorting routine instead of the kernel'sHans Petter Selasky2016-05-261-4/+6
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau2016-04-011-4/+3
* tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries.Sepherosa Ziehau2016-03-251-0/+1
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitSepherosa Ziehau2016-02-181-0/+5
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-4/+19
* Merge r254336 from user/np/cxl_tuning.Navdeep Parhar2013-08-281-0/+4
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-23/+37
* Switch to a standard 2 clause BSD license (from bsd-style-copyright).Bjoern A. Zeeb2012-05-151-35/+28
* Trim extra spaces before tabs.John Baldwin2011-01-071-1/+1
* Add generic TCP LOR into netinetJack F Vogel2008-06-111-0/+85