index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_lro.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317170, r317389, and r317390.
np
2017-05-24
1
-8
/
+5
*
MFC 304202
sephe
2016-09-01
1
-1
/
+11
*
MFC 303766
sephe
2016-08-26
1
-4
/
+32
*
Use insertion sort instead of bubble sort in TCP LRO.
hselasky
2016-06-03
1
-11
/
+8
*
Use optimised complexity safe sorting routine instead of the kernel's
hselasky
2016-05-26
1
-36
/
+106
*
tcp/lro: Refactor the active list operation.
sephe
2016-05-03
1
-8
/
+22
*
tcp/lro: Fix more typo
sephe
2016-04-28
1
-1
/
+1
*
tcp/lro: Fix typo.
sephe
2016-04-27
1
-1
/
+1
*
tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)
sephe
2016-04-01
1
-22
/
+21
*
tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplication
sephe
2016-04-01
1
-10
/
+17
*
tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries.
sephe
2016-03-25
1
-1
/
+1
*
tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limit
sephe
2016-02-18
1
-2
/
+13
*
Use a pair of ifs when comparing the 32-bit flowid integers so that
hselasky
2016-02-11
1
-3
/
+4
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-1
/
+2
*
Add optimizing LRO wrapper:
hselasky
2016-01-19
1
-22
/
+162
*
Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tags
np
2015-06-30
1
-1
/
+1
*
Merge r254336 from user/np/cxl_tuning.
np
2013-08-28
1
-1
/
+22
*
Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.
gallatin
2013-02-21
1
-1
/
+1
*
Make TCP LRO work properly with VIMAGE kernels rather than just panicing.
bz
2012-06-01
1
-0
/
+11
*
Trim the extra $FreeBSD$ from the comment below the license. We use
bz
2012-05-26
1
-2
/
+0
*
In case forwarding is turned on for a given address family, refuse to
bz
2012-05-25
1
-0
/
+11
*
MFp4 bz_ipv6_fast:
bz
2012-05-24
1
-298
/
+502
*
Switch to a standard 2 clause BSD license (from bsd-style-copyright).
bz
2012-05-15
1
-34
/
+28
*
Don't allow lro->len to exceed 65535, as this will result in overflow
cperciva
2011-07-05
1
-0
/
+8
*
Port of the LRO fix from mxge driver to the generic
jfv
2011-04-07
1
-2
/
+4
*
Trim extra spaces before tabs.
jhb
2011-01-07
1
-1
/
+1
*
Don't calculate checksum if it has already been validated
kmacy
2008-08-24
1
-6
/
+14
*
Add generic TCP LOR into netinet
jfv
2008-06-11
1
-0
/
+379