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
6268b08c
Commit
6268b08c
authored
Apr 11, 2016
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers
Update from 4.6-rc3
parent
3273e3c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
include/linux/bpf.h
include/linux/bpf.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+9
-0
No files found.
include/linux/bpf.h
View file @
6268b08c
...
...
@@ -375,6 +375,7 @@ struct bpf_tunnel_key {
};
__u8
tunnel_tos
;
__u8
tunnel_ttl
;
__u16
tunnel_ext
;
__u32
tunnel_label
;
};
...
...
include/linux/if_link.h
View file @
6268b08c
...
...
@@ -153,6 +153,8 @@ enum {
IFLA_LINK_NETNSID
,
IFLA_PHYS_PORT_NAME
,
IFLA_PROTO_DOWN
,
IFLA_GSO_MAX_SEGS
,
IFLA_GSO_MAX_SIZE
,
__IFLA_MAX
};
...
...
@@ -597,6 +599,8 @@ enum {
*/
IFLA_VF_STATS
,
/* network device statistics */
IFLA_VF_TRUST
,
/* Trust VF */
IFLA_VF_IB_NODE_GUID
,
/* VF Infiniband node GUID */
IFLA_VF_IB_PORT_GUID
,
/* VF Infiniband port GUID */
__IFLA_VF_MAX
,
};
...
...
@@ -629,6 +633,11 @@ struct ifla_vf_spoofchk {
__u32
setting
;
};
struct
ifla_vf_guid
{
__u32
vf
;
__u64
guid
;
};
enum
{
IFLA_VF_LINK_STATE_AUTO
,
/* link state of the uplink */
IFLA_VF_LINK_STATE_ENABLE
,
/* link always up */
...
...
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