aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index baa915f0d285..2088097663b5 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -449,7 +449,8 @@ struct net_device
449#define NETIF_F_HW_VLAN_FILTER 512 /* Receive filtering on VLAN */ 449#define NETIF_F_HW_VLAN_FILTER 512 /* Receive filtering on VLAN */
450#define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */ 450#define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */
451#define NETIF_F_GSO 2048 /* Enable software GSO. */ 451#define NETIF_F_GSO 2048 /* Enable software GSO. */
452#define NETIF_F_LLTX 4096 /* LockLess TX */ 452#define NETIF_F_LLTX 4096 /* LockLess TX - deprecated. Please */
453 /* do not use LLTX in new drivers */
453#define NETIF_F_NETNS_LOCAL 8192 /* Does not change network namespaces */ 454#define NETIF_F_NETNS_LOCAL 8192 /* Does not change network namespaces */
454#define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */ 455#define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */
455#define NETIF_F_LRO 32768 /* large receive offload */ 456#define NETIF_F_LRO 32768 /* large receive offload */