diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-08-15 19:00:51 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:07 -0400 |
commit | 3ae7c0b2e3747b50c3a6c63ebb67469e0a6b3203 (patch) | |
tree | 0f3bacac94b8c189f7dd87f3017babca476d0a69 /include/linux/netdevice.h | |
parent | 0bcc1816188e570bde1d56a208996660f2633ae0 (diff) |
[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index b93575db8cce..8f00bdf95ef4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -449,6 +449,7 @@ struct net_device | |||
449 | #define NETIF_F_GSO 2048 /* Enable software GSO. */ | 449 | #define NETIF_F_GSO 2048 /* Enable software GSO. */ |
450 | #define NETIF_F_LLTX 4096 /* LockLess TX */ | 450 | #define NETIF_F_LLTX 4096 /* LockLess TX */ |
451 | #define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */ | 451 | #define NETIF_F_MULTI_QUEUE 16384 /* Has multiple TX/RX queues */ |
452 | #define NETIF_F_LRO 32768 /* large receive offload */ | ||
452 | 453 | ||
453 | /* Segmentation offload features */ | 454 | /* Segmentation offload features */ |
454 | #define NETIF_F_GSO_SHIFT 16 | 455 | #define NETIF_F_GSO_SHIFT 16 |