summaryrefslogtreecommitdiff
path: root/proto_vlan_q_in_q.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_vlan_q_in_q.c')
0 files changed, 0 insertions, 0 deletions
09e8d15e5'>net parent40710cf9ad234778eb8b10ef07d922f435005cf7 (diff)
gro_cells: move to net/core/gro_cells.c
We have many gro cells users, so lets move the code to avoid duplication. This creates a CONFIG_GRO_CELLS option. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig4
-rw-r--r--net/core/Makefile1
-rw-r--r--net/core/gro_cells.c92
-rw-r--r--net/ipv4/Kconfig1
-rw-r--r--net/ipv6/Kconfig1
-rw-r--r--net/xfrm/Kconfig1
6 files changed, 100 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig