summaryrefslogtreecommitdiff
path: root/csum.h
diff options
context:
space:
mode:
Diffstat (limited to 'csum.h')
0 files changed, 0 insertions, 0 deletions
/cgit.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=97e219b7c1f75b14b29abe28ad53e8709e8d15e5'>ffce868c8d15defa68ee441282782f2bacabf80a 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
-rw-r--r--drivers/net/Kconfig3
-rw-r--r--include/net/gro_cells.h86
-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
8 files changed, 107 insertions, 82 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig