Skip to content

Commit

Permalink
ipv4: Remove inet_lro library
Browse files Browse the repository at this point in the history
There are no longer any in-tree drivers that use it.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
bwhacks authored and davem330 committed Feb 17, 2016
1 parent 63e5f95 commit 7bbf3ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 525 deletions.
142 changes: 0 additions & 142 deletions include/linux/inet_lro.h

This file was deleted.

8 changes: 0 additions & 8 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,6 @@ config INET_XFRM_MODE_BEET

If unsure, say Y.

config INET_LRO
tristate "Large Receive Offload (ipv4/tcp)"
default y
---help---
Support for Large Receive Offload (ipv4/tcp).

If unsure, say Y.

config INET_DIAG
tristate "INET: socket monitoring interface"
default y
Expand Down
1 change: 0 additions & 1 deletion net/ipv4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ obj-$(CONFIG_INET_ESP) += esp4.o
obj-$(CONFIG_INET_IPCOMP) += ipcomp.o
obj-$(CONFIG_INET_XFRM_TUNNEL) += xfrm4_tunnel.o
obj-$(CONFIG_INET_XFRM_MODE_BEET) += xfrm4_mode_beet.o
obj-$(CONFIG_INET_LRO) += inet_lro.o
obj-$(CONFIG_INET_TUNNEL) += tunnel4.o
obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o
obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o
Expand Down
Loading

0 comments on commit 7bbf3ca

Please sign in to comment.