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
4a79c7a2
Commit
4a79c7a2
authored
Dec 02, 2013
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update headers to 3.13-rc2
parent
fb876d89
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
1 deletion
+7
-1
include/linux/genetlink.h
include/linux/genetlink.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+3
-1
include/linux/netlink_diag.h
include/linux/netlink_diag.h
+1
-0
include/linux/packet_diag.h
include/linux/packet_diag.h
+1
-0
include/linux/unix_diag.h
include/linux/unix_diag.h
+1
-0
No files found.
include/linux/genetlink.h
View file @
4a79c7a2
...
...
@@ -28,6 +28,7 @@ struct genlmsghdr {
#define GENL_ID_GENERATE 0
#define GENL_ID_CTRL NLMSG_MIN_TYPE
#define GENL_ID_VFS_DQUOT (NLMSG_MIN_TYPE + 1)
#define GENL_ID_PMCRAID (NLMSG_MIN_TYPE + 2)
/**************************************************************************
* Controller
...
...
include/linux/if_link.h
View file @
4a79c7a2
...
...
@@ -486,7 +486,9 @@ enum {
IFLA_HSR_UNSPEC
,
IFLA_HSR_SLAVE1
,
IFLA_HSR_SLAVE2
,
IFLA_HSR_MULTICAST_SPEC
,
IFLA_HSR_MULTICAST_SPEC
,
/* Last byte of supervision addr */
IFLA_HSR_SUPERVISION_ADDR
,
/* Supervision frame multicast addr */
IFLA_HSR_SEQ_NR
,
__IFLA_HSR_MAX
,
};
...
...
include/linux/netlink_diag.h
View file @
4a79c7a2
...
...
@@ -33,6 +33,7 @@ struct netlink_diag_ring {
};
enum
{
/* NETLINK_DIAG_NONE, standard nl API requires this attribute! */
NETLINK_DIAG_MEMINFO
,
NETLINK_DIAG_GROUPS
,
NETLINK_DIAG_RX_RING
,
...
...
include/linux/packet_diag.h
View file @
4a79c7a2
...
...
@@ -29,6 +29,7 @@ struct packet_diag_msg {
};
enum
{
/* PACKET_DIAG_NONE, standard nl API requires this attribute! */
PACKET_DIAG_INFO
,
PACKET_DIAG_MCLIST
,
PACKET_DIAG_RX_RING
,
...
...
include/linux/unix_diag.h
View file @
4a79c7a2
...
...
@@ -31,6 +31,7 @@ struct unix_diag_msg {
};
enum
{
/* UNIX_DIAG_NONE, standard nl API requires this attribute! */
UNIX_DIAG_NAME
,
UNIX_DIAG_VFS
,
UNIX_DIAG_PEER
,
...
...
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