aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_lro.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tagsNavdeep Parhar2015-06-301-1/+1
* Merge r254336 from user/np/cxl_tuning.Navdeep Parhar2013-08-281-1/+22
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.Andrew Gallatin2013-02-211-1/+1
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.Bjoern A. Zeeb2012-06-011-0/+11
* Trim the extra $FreeBSD$ from the comment below the license. We useBjoern A. Zeeb2012-05-261-2/+0
* In case forwarding is turned on for a given address family, refuse toBjoern A. Zeeb2012-05-251-0/+11
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-298/+502
* Switch to a standard 2 clause BSD license (from bsd-style-copyright).Bjoern A. Zeeb2012-05-151-34/+28
* Don't allow lro->len to exceed 65535, as this will result in overflowColin Percival2011-07-051-0/+8
* Port of the LRO fix from mxge driver to the genericJack F Vogel2011-04-071-2/+4
* Trim extra spaces before tabs.John Baldwin2011-01-071-1/+1
* Don't calculate checksum if it has already been validatedKip Macy2008-08-241-6/+14
* Add generic TCP LOR into netinetJack F Vogel2008-06-111-0/+379