Skip to content

Commit 7bbf3ca

Browse files
bwhacksdavem330
authored andcommitted
ipv4: Remove inet_lro library
There are no longer any in-tree drivers that use it. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 63e5f95 commit 7bbf3ca

File tree

4 files changed

+0
-525
lines changed

4 files changed

+0
-525
lines changed

include/linux/inet_lro.h

Lines changed: 0 additions & 142 deletions
This file was deleted.

net/ipv4/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,6 @@ config INET_XFRM_MODE_BEET
406406

407407
If unsure, say Y.
408408

409-
config INET_LRO
410-
tristate "Large Receive Offload (ipv4/tcp)"
411-
default y
412-
---help---
413-
Support for Large Receive Offload (ipv4/tcp).
414-
415-
If unsure, say Y.
416-
417409
config INET_DIAG
418410
tristate "INET: socket monitoring interface"
419411
default y

net/ipv4/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ obj-$(CONFIG_INET_ESP) += esp4.o
3232
obj-$(CONFIG_INET_IPCOMP) += ipcomp.o
3333
obj-$(CONFIG_INET_XFRM_TUNNEL) += xfrm4_tunnel.o
3434
obj-$(CONFIG_INET_XFRM_MODE_BEET) += xfrm4_mode_beet.o
35-
obj-$(CONFIG_INET_LRO) += inet_lro.o
3635
obj-$(CONFIG_INET_TUNNEL) += tunnel4.o
3736
obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o
3837
obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o

0 commit comments

Comments
 (0)