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