Files
linux/drivers/net
Taku Izumi c383ebf1ac fjes: Fix wrong netdevice feature flags
[ Upstream commit fe8daf5fa7 ]

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
..
2015-08-13 21:12:17 -07:00
2017-06-17 06:39:35 +02:00
2017-12-16 10:33:56 +01:00
2017-10-08 10:14:18 +02:00
2015-10-21 19:36:10 -07:00
2014-10-07 13:22:11 -04:00
2015-07-08 16:00:09 -07:00
2015-10-13 04:55:07 -07:00
2017-11-18 11:11:05 +01:00
2016-04-12 09:08:58 -07:00
2017-07-05 14:37:19 +02:00