Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247013
b: refs/heads/master
c: fa2bd7f
h: refs/heads/master
i:
  247011: 7537511
v: v3
  • Loading branch information
Michał Mirosław authored and David S. Miller committed Apr 28, 2011
1 parent fd01fa0 commit 9e3b6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4d27ef957cd9261c0bc8488edaf8390e412cd35
refs/heads/master: fa2bd7ff9247f4218dfc907db14d000cd7edd862
3 changes: 2 additions & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ struct net_device {

/* Features valid for ethtool to change */
/* = all defined minus driver/device-class-related */
#define NETIF_F_NEVER_CHANGE (NETIF_F_HIGHDMA | NETIF_F_VLAN_CHALLENGED | \
#define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
#define NETIF_F_ETHTOOL_BITS (0x7f3fffff & ~NETIF_F_NEVER_CHANGE)

Expand All @@ -1098,6 +1098,7 @@ struct net_device {

#define NETIF_F_ALL_TX_OFFLOADS (NETIF_F_ALL_CSUM | NETIF_F_SG | \
NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
NETIF_F_HIGHDMA | \
NETIF_F_SCTP_CSUM | NETIF_F_FCOE_CRC)

/*
Expand Down

0 comments on commit 9e3b6f4

Please sign in to comment.