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
8593b2ca
Commit
8593b2ca
authored
Feb 09, 2016
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update header files from net-next
parent
ecc509f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
include/linux/bpf.h
include/linux/bpf.h
+2
-0
include/linux/if_bridge.h
include/linux/if_bridge.h
+2
-0
include/linux/if_link.h
include/linux/if_link.h
+12
-0
include/linux/tipc_netlink.h
include/linux/tipc_netlink.h
+0
-1
No files found.
include/linux/bpf.h
View file @
8593b2ca
...
...
@@ -81,6 +81,8 @@ enum bpf_map_type {
BPF_MAP_TYPE_ARRAY
,
BPF_MAP_TYPE_PROG_ARRAY
,
BPF_MAP_TYPE_PERF_EVENT_ARRAY
,
BPF_MAP_TYPE_PERCPU_HASH
,
BPF_MAP_TYPE_PERCPU_ARRAY
,
};
enum
bpf_prog_type
{
...
...
include/linux/if_bridge.h
View file @
8593b2ca
...
...
@@ -183,6 +183,8 @@ struct br_mdb_entry {
#define MDB_TEMPORARY 0
#define MDB_PERMANENT 1
__u8
state
;
#define MDB_FLAGS_OFFLOAD (1 << 0)
__u8
flags
;
__u16
vid
;
struct
{
union
{
...
...
include/linux/if_link.h
View file @
8593b2ca
...
...
@@ -35,6 +35,8 @@ struct rtnl_link_stats {
/* for cslip etc */
__u32
rx_compressed
;
__u32
tx_compressed
;
__u32
rx_nohandler
;
/* dropped, no handler found */
};
/* The main device statistics structure */
...
...
@@ -68,6 +70,8 @@ struct rtnl_link_stats64 {
/* for cslip etc */
__u64
rx_compressed
;
__u64
tx_compressed
;
__u64
rx_nohandler
;
/* dropped, no handler found */
};
/* The struct should be in sync with struct ifmap */
...
...
@@ -399,6 +403,14 @@ enum {
#define IFLA_VRF_MAX (__IFLA_VRF_MAX - 1)
enum
{
IFLA_VRF_PORT_UNSPEC
,
IFLA_VRF_PORT_TABLE
,
__IFLA_VRF_PORT_MAX
};
#define IFLA_VRF_PORT_MAX (__IFLA_VRF_PORT_MAX - 1)
/* IPVLAN section */
enum
{
IFLA_IPVLAN_UNSPEC
,
...
...
include/linux/tipc_netlink.h
View file @
8593b2ca
...
...
@@ -56,7 +56,6 @@ enum {
TIPC_NL_NET_GET
,
TIPC_NL_NET_SET
,
TIPC_NL_NAME_TABLE_GET
,
TIPC_NL_PEER_REMOVE
,
__TIPC_NL_CMD_MAX
,
TIPC_NL_CMD_MAX
=
__TIPC_NL_CMD_MAX
-
1
...
...
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