Merge branch 'gro-out-of-core-files'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:16:54 +0000 (13:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:16:54 +0000 (13:16 +0000)
commitabc3342a09a74dcaaf11e6560c2ae859171f1167
treea5ce4facf54cc2ecedad1c80888191cede81087f
parent6fcc06205c15bf1bb90896efdf5967028c154aba
parent587652bbdd06ab38a4c1b85e40f933d2cf4a1147
Merge branch 'gro-out-of-core-files'

Eric Dumazet says:

====================
gro: get out of core files

Move GRO related content into net/core/gro.c
and include/net/gro.h.

This reduces GRO scope to where it is really needed,
and shrinks too big files (include/linux/netdevice.h
and net/core/dev.c)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>