From: Jan-Bernd Themann Date: Thu, 9 Aug 2007 05:38:05 +0000 (-0700) Subject: [NET]: Generic Large Receive Offload for TCP traffic X-Git-Tag: v2.6.24-rc1~1454^2~838 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c87e0cedca843162206c698cfa02e5fea9e2e3;p=pandora-kernel.git [NET]: Generic Large Receive Offload for TCP traffic This patch provides generic Large Receive Offload (LRO) functionality for IPv4/TCP traffic. LRO combines received tcp packets to a single larger tcp packet and passes them then to the network stack in order to increase performance (throughput). The interface supports two modes: Drivers can either pass SKBs or fragment lists to the LRO engine. Signed-off-by: Jan-Bernd Themann Signed-off-by: David S. Miller --- Reading git-diff-tree failed