include/linux/inet_lro.h
0 → 100644
+177
−0
+8
−0
+1
−0
net/ipv4/inet_lro.c
0 → 100644
+600
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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 <themann@de.ibm.com> Signed-off-by:
David S. Miller <davem@davemloft.net>