aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index fe20d171acf1..f8c3619d551f 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -670,7 +670,9 @@ struct net_device
670#define NETIF_F_GRO 16384 /* Generic receive offload */ 670#define NETIF_F_GRO 16384 /* Generic receive offload */
671#define NETIF_F_LRO 32768 /* large receive offload */ 671#define NETIF_F_LRO 32768 /* large receive offload */
672 672
673/* the GSO_MASK reserves bits 16 through 23 */
673#define NETIF_F_FCOE_CRC (1 << 24) /* FCoE CRC32 */ 674#define NETIF_F_FCOE_CRC (1 << 24) /* FCoE CRC32 */
675#define NETIF_F_SCTP_CSUM (1 << 25) /* SCTP checksum offload */
674 676
675 /* Segmentation offload features */ 677 /* Segmentation offload features */
676#define NETIF_F_GSO_SHIFT 16 678#define NETIF_F_GSO_SHIFT 16