diff options
Diffstat (limited to 'include/linux/netdev_features.h')
| -rw-r--r-- | include/linux/netdev_features.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 77f5202977ce..5ac32123035a 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h | |||
| @@ -54,6 +54,8 @@ enum { | |||
| 54 | NETIF_F_RXCSUM_BIT, /* Receive checksumming offload */ | 54 | NETIF_F_RXCSUM_BIT, /* Receive checksumming offload */ |
| 55 | NETIF_F_NOCACHE_COPY_BIT, /* Use no-cache copyfromuser */ | 55 | NETIF_F_NOCACHE_COPY_BIT, /* Use no-cache copyfromuser */ |
| 56 | NETIF_F_LOOPBACK_BIT, /* Enable loopback */ | 56 | NETIF_F_LOOPBACK_BIT, /* Enable loopback */ |
| 57 | NETIF_F_RXFCS_BIT, /* Append FCS to skb pkt data */ | ||
| 58 | NETIF_F_RXALL_BIT, /* Receive errored frames too */ | ||
| 57 | 59 | ||
| 58 | /* | 60 | /* |
| 59 | * Add your fresh new feature above and remember to update | 61 | * Add your fresh new feature above and remember to update |
| @@ -98,6 +100,8 @@ enum { | |||
| 98 | #define NETIF_F_TSO __NETIF_F(TSO) | 100 | #define NETIF_F_TSO __NETIF_F(TSO) |
| 99 | #define NETIF_F_UFO __NETIF_F(UFO) | 101 | #define NETIF_F_UFO __NETIF_F(UFO) |
| 100 | #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) | 102 | #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) |
| 103 | #define NETIF_F_RXFCS __NETIF_F(RXFCS) | ||
| 104 | #define NETIF_F_RXALL __NETIF_F(RXALL) | ||
| 101 | 105 | ||
| 102 | /* Features valid for ethtool to change */ | 106 | /* Features valid for ethtool to change */ |
| 103 | /* = all defined minus driver/device-class-related */ | 107 | /* = all defined minus driver/device-class-related */ |
