• Taku Izumi's avatar
    fjes: Fix wrong netdevice feature flags · fe8daf5f
    Taku Izumi authored
    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: default avatarTaku Izumi <izumi.taku@jp.fujitsu.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    fe8daf5f
fjes_main.c 37.5 KB