Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
fb876d89
Commit
fb876d89
authored
Nov 22, 2013
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers to 3.13-rc1
parent
a0676444
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
3 deletions
+22
-3
include/linux/genetlink.h
include/linux/genetlink.h
+1
-0
include/linux/if.h
include/linux/if.h
+1
-0
include/linux/if_ether.h
include/linux/if_ether.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+13
-0
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+6
-3
No files found.
include/linux/genetlink.h
View file @
fb876d89
...
@@ -27,6 +27,7 @@ struct genlmsghdr {
...
@@ -27,6 +27,7 @@ struct genlmsghdr {
*/
*/
#define GENL_ID_GENERATE 0
#define GENL_ID_GENERATE 0
#define GENL_ID_CTRL NLMSG_MIN_TYPE
#define GENL_ID_CTRL NLMSG_MIN_TYPE
#define GENL_ID_VFS_DQUOT (NLMSG_MIN_TYPE + 1)
/**************************************************************************
/**************************************************************************
* Controller
* Controller
...
...
include/linux/if.h
View file @
fb876d89
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
#define IFF_SUPP_NOFCS 0x80000
/* device supports sending custom FCS */
#define IFF_SUPP_NOFCS 0x80000
/* device supports sending custom FCS */
#define IFF_LIVE_ADDR_CHANGE 0x100000
/* device supports hardware address
#define IFF_LIVE_ADDR_CHANGE 0x100000
/* device supports hardware address
* change when it's running */
* change when it's running */
#define IFF_MACVLAN 0x200000
/* Macvlan device */
#define IF_GET_IFACE 0x0001
/* for querying only */
#define IF_GET_IFACE 0x0001
/* for querying only */
...
...
include/linux/if_ether.h
View file @
fb876d89
...
@@ -85,6 +85,7 @@
...
@@ -85,6 +85,7 @@
#define ETH_P_8021AH 0x88E7
/* 802.1ah Backbone Service Tag */
#define ETH_P_8021AH 0x88E7
/* 802.1ah Backbone Service Tag */
#define ETH_P_MVRP 0x88F5
/* 802.1Q MVRP */
#define ETH_P_MVRP 0x88F5
/* 802.1Q MVRP */
#define ETH_P_1588 0x88F7
/* IEEE 1588 Timesync */
#define ETH_P_1588 0x88F7
/* IEEE 1588 Timesync */
#define ETH_P_PRP 0x88FB
/* IEC 62439-3 PRP/HSRv0 */
#define ETH_P_FCOE 0x8906
/* Fibre Channel over Ethernet */
#define ETH_P_FCOE 0x8906
/* Fibre Channel over Ethernet */
#define ETH_P_TDLS 0x890D
/* TDLS */
#define ETH_P_TDLS 0x890D
/* TDLS */
#define ETH_P_FIP 0x8914
/* FCoE Initialization Protocol */
#define ETH_P_FIP 0x8914
/* FCoE Initialization Protocol */
...
...
include/linux/if_link.h
View file @
fb876d89
...
@@ -479,4 +479,17 @@ enum {
...
@@ -479,4 +479,17 @@ enum {
#define IFLA_IPOIB_MAX (__IFLA_IPOIB_MAX - 1)
#define IFLA_IPOIB_MAX (__IFLA_IPOIB_MAX - 1)
/* HSR section */
enum
{
IFLA_HSR_UNSPEC
,
IFLA_HSR_SLAVE1
,
IFLA_HSR_SLAVE2
,
IFLA_HSR_MULTICAST_SPEC
,
__IFLA_HSR_MAX
,
};
#define IFLA_HSR_MAX (__IFLA_HSR_MAX - 1)
#endif
/* _LINUX_IF_LINK_H */
#endif
/* _LINUX_IF_LINK_H */
include/linux/pkt_sched.h
View file @
fb876d89
...
@@ -171,6 +171,8 @@ enum {
...
@@ -171,6 +171,8 @@ enum {
TCA_TBF_PARMS
,
TCA_TBF_PARMS
,
TCA_TBF_RTAB
,
TCA_TBF_RTAB
,
TCA_TBF_PTAB
,
TCA_TBF_PTAB
,
TCA_TBF_RATE64
,
TCA_TBF_PRATE64
,
__TCA_TBF_MAX
,
__TCA_TBF_MAX
,
};
};
...
@@ -761,13 +763,14 @@ enum {
...
@@ -761,13 +763,14 @@ enum {
TCA_FQ_RATE_ENABLE
,
/* enable/disable rate limiting */
TCA_FQ_RATE_ENABLE
,
/* enable/disable rate limiting */
TCA_FQ_FLOW_DEFAULT_RATE
,
/* for sockets with unspecified sk_rate,
TCA_FQ_FLOW_DEFAULT_RATE
,
/* obsolete, do not use */
* use the following rate
*/
TCA_FQ_FLOW_MAX_RATE
,
/* per flow max rate */
TCA_FQ_FLOW_MAX_RATE
,
/* per flow max rate */
TCA_FQ_BUCKETS_LOG
,
/* log2(number of buckets) */
TCA_FQ_BUCKETS_LOG
,
/* log2(number of buckets) */
TCA_FQ_FLOW_REFILL_DELAY
,
/* flow credit refill delay in usec */
__TCA_FQ_MAX
__TCA_FQ_MAX
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment