diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-02-15 21:25:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-17 16:15:46 -0500 |
commit | 7bbf3cae65b6e438bf52033b63fdce4a86e89e17 (patch) | |
tree | dcc317e5140f8934a41d7bcabf78d9320e05095f /net/ipv4/Kconfig | |
parent | 63e5f9535fcf238b0779e6bcaf092e3f627e6942 (diff) |
ipv4: Remove inet_lro library
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>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 395d82754626..238225b0c970 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -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 |