|
@@ -19,7 +19,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
|
|
|
|
--- a/include/linux/netdevice.h
|
|
--- a/include/linux/netdevice.h
|
|
+++ b/include/linux/netdevice.h
|
|
+++ b/include/linux/netdevice.h
|
|
-@@ -1655,6 +1655,10 @@ enum netdev_priv_flags {
|
|
|
|
|
|
+@@ -1669,6 +1669,10 @@ enum netdev_priv_flags {
|
|
IFF_TX_SKB_NO_LINEAR = BIT_ULL(31),
|
|
IFF_TX_SKB_NO_LINEAR = BIT_ULL(31),
|
|
};
|
|
};
|
|
|
|
|
|
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN
|
|
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN
|
|
#define IFF_EBRIDGE IFF_EBRIDGE
|
|
#define IFF_EBRIDGE IFF_EBRIDGE
|
|
#define IFF_BONDING IFF_BONDING
|
|
#define IFF_BONDING IFF_BONDING
|
|
-@@ -1687,6 +1691,7 @@ enum netdev_priv_flags {
|
|
|
|
|
|
+@@ -1701,6 +1705,7 @@ enum netdev_priv_flags {
|
|
#define IFF_L3MDEV_RX_HANDLER IFF_L3MDEV_RX_HANDLER
|
|
#define IFF_L3MDEV_RX_HANDLER IFF_L3MDEV_RX_HANDLER
|
|
#define IFF_LIVE_RENAME_OK IFF_LIVE_RENAME_OK
|
|
#define IFF_LIVE_RENAME_OK IFF_LIVE_RENAME_OK
|
|
#define IFF_TX_SKB_NO_LINEAR IFF_TX_SKB_NO_LINEAR
|
|
#define IFF_TX_SKB_NO_LINEAR IFF_TX_SKB_NO_LINEAR
|
|
@@ -38,7 +38,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
|
|
|
|
/* Specifies the type of the struct net_device::ml_priv pointer */
|
|
/* Specifies the type of the struct net_device::ml_priv pointer */
|
|
enum netdev_ml_priv_type {
|
|
enum netdev_ml_priv_type {
|
|
-@@ -1988,6 +1993,7 @@ struct net_device {
|
|
|
|
|
|
+@@ -2002,6 +2007,7 @@ struct net_device {
|
|
/* Read-mostly cache-line for fast-path access */
|
|
/* Read-mostly cache-line for fast-path access */
|
|
unsigned int flags;
|
|
unsigned int flags;
|
|
unsigned int priv_flags;
|
|
unsigned int priv_flags;
|
|
@@ -46,7 +46,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
const struct net_device_ops *netdev_ops;
|
|
const struct net_device_ops *netdev_ops;
|
|
int ifindex;
|
|
int ifindex;
|
|
unsigned short gflags;
|
|
unsigned short gflags;
|
|
-@@ -2048,6 +2054,11 @@ struct net_device {
|
|
|
|
|
|
+@@ -2062,6 +2068,11 @@ struct net_device {
|
|
const struct tlsdev_ops *tlsdev_ops;
|
|
const struct tlsdev_ops *tlsdev_ops;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
@@ -58,7 +58,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
const struct header_ops *header_ops;
|
|
const struct header_ops *header_ops;
|
|
|
|
|
|
unsigned char operstate;
|
|
unsigned char operstate;
|
|
-@@ -2122,6 +2133,10 @@ struct net_device {
|
|
|
|
|
|
+@@ -2136,6 +2147,10 @@ struct net_device {
|
|
struct mctp_dev __rcu *mctp_ptr;
|
|
struct mctp_dev __rcu *mctp_ptr;
|
|
#endif
|
|
#endif
|
|
|
|
|