summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_lro.c
Commit message (Expand)AuthorAgeFilesLines
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitsephe2016-02-181-2/+13
* Use a pair of ifs when comparing the 32-bit flowid integers so thathselasky2016-02-111-3/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+2
* Add optimizing LRO wrapper:hselasky2016-01-191-22/+162
* Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tagsnp2015-06-301-1/+1
* Merge r254336 from user/np/cxl_tuning.np2013-08-281-1/+22
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.gallatin2013-02-211-1/+1
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.bz2012-06-011-0/+11
* Trim the extra $FreeBSD$ from the comment below the license. We usebz2012-05-261-2/+0
* In case forwarding is turned on for a given address family, refuse tobz2012-05-251-0/+11
* MFp4 bz_ipv6_fast:bz2012-05-241-298/+502
* Switch to a standard 2 clause BSD license (from bsd-style-copyright).bz2012-05-151-34/+28
* Don't allow lro->len to exceed 65535, as this will result in overflowcperciva2011-07-051-0/+8
* Port of the LRO fix from mxge driver to the genericjfv2011-04-071-2/+4
* Trim extra spaces before tabs.jhb2011-01-071-1/+1
* Don't calculate checksum if it has already been validatedkmacy2008-08-241-6/+14
* Add generic TCP LOR into netinetjfv2008-06-111-0/+379
OpenPOWER on IntegriCloud