aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_lro.h
Commit message (Expand)AuthorAgeFilesLines
* 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