android_kernel_oneplus_msm8998/drivers/net/fjes
Taku Izumi c383ebf1ac fjes: Fix wrong netdevice feature flags
[ Upstream commit fe8daf5fa715f7214952f06a387e4b7de818c5be ]

This patch fixes netdev->features for Extended Socket network device.

Currently Extended Socket network device's netdev->feature claims
NETIF_F_HW_CSUM, however this is completely wrong. There's no feature
of checksum offloading.
That causes invalid TCP/UDP checksum and packet rejection when IP
forwarding from Extended Socket network device to other network device.

NETIF_F_HW_CSUM should be omitted.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:04:55 +01:00
..
fjes.h fjes: ethtool support 2015-08-24 14:06:37 -07:00
fjes_ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
fjes_hw.c fjes: fix inconsistent indenting 2015-11-15 17:09:23 -05:00
fjes_hw.h fjes: epstop_task 2015-08-24 14:06:36 -07:00
fjes_main.c fjes: Fix wrong netdevice feature flags 2017-12-20 10:04:55 +01:00
fjes_regs.h fjes: net_device_ops.ndo_open and .ndo_stop 2015-08-24 14:06:34 -07:00
Makefile fjes: ethtool support 2015-08-24 14:06:37 -07:00