alistair23-linux/drivers/net/ethernet/socionext
Jason A. Donenfeld e5e7d8052f socionext: account for napi_gro_receive never returning GRO_DROP
The napi_gro_receive function no longer returns GRO_DROP ever, making
handling GRO_DROP dead code. This commit removes that dead code.
Further, it's not even clear that device drivers have any business in
taking action after passing off received packets; that's arguably out of
their hands.

Fixes: 6570bc79c0 ("net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-25 16:16:21 -07:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
netsec.c socionext: account for napi_gro_receive never returning GRO_DROP 2020-06-25 16:16:21 -07:00
sni_ave.c net: socionext: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:19:42 -07:00