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
bc9fb257
Commit
bc9fb257
authored
Apr 11, 2016
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers
Headers up to date with 4.6-net-next
parent
6268b08c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
include/linux/bpf.h
include/linux/bpf.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+1
-0
include/linux/sock_diag.h
include/linux/sock_diag.h
+1
-0
No files found.
include/linux/bpf.h
View file @
bc9fb257
...
@@ -92,6 +92,7 @@ enum bpf_prog_type {
...
@@ -92,6 +92,7 @@ enum bpf_prog_type {
BPF_PROG_TYPE_KPROBE
,
BPF_PROG_TYPE_KPROBE
,
BPF_PROG_TYPE_SCHED_CLS
,
BPF_PROG_TYPE_SCHED_CLS
,
BPF_PROG_TYPE_SCHED_ACT
,
BPF_PROG_TYPE_SCHED_ACT
,
BPF_PROG_TYPE_TRACEPOINT
,
};
};
#define BPF_PSEUDO_MAP_FD 1
#define BPF_PSEUDO_MAP_FD 1
...
...
include/linux/if_link.h
View file @
bc9fb257
...
@@ -486,6 +486,7 @@ enum {
...
@@ -486,6 +486,7 @@ enum {
IFLA_VXLAN_REMCSUM_NOPARTIAL
,
IFLA_VXLAN_REMCSUM_NOPARTIAL
,
IFLA_VXLAN_COLLECT_METADATA
,
IFLA_VXLAN_COLLECT_METADATA
,
IFLA_VXLAN_LABEL
,
IFLA_VXLAN_LABEL
,
IFLA_VXLAN_GPE
,
__IFLA_VXLAN_MAX
__IFLA_VXLAN_MAX
};
};
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
...
...
include/linux/sock_diag.h
View file @
bc9fb257
...
@@ -20,6 +20,7 @@ enum {
...
@@ -20,6 +20,7 @@ enum {
SK_MEMINFO_WMEM_QUEUED
,
SK_MEMINFO_WMEM_QUEUED
,
SK_MEMINFO_OPTMEM
,
SK_MEMINFO_OPTMEM
,
SK_MEMINFO_BACKLOG
,
SK_MEMINFO_BACKLOG
,
SK_MEMINFO_DROPS
,
SK_MEMINFO_VARS
,
SK_MEMINFO_VARS
,
};
};
...
...
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