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
1f01dd89
Commit
1f01dd89
authored
Feb 20, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update headers to 3.20-rc1
Add net_namespace.h and update other headers
parent
3a641f53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
0 deletions
+27
-0
include/linux/fou.h
include/linux/fou.h
+1
-0
include/linux/if_link.h
include/linux/if_link.h
+1
-0
include/linux/net_namespace.h
include/linux/net_namespace.h
+23
-0
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+2
-0
No files found.
include/linux/fou.h
View file @
1f01dd89
...
...
@@ -14,6 +14,7 @@ enum {
FOU_ATTR_AF
,
/* u8 */
FOU_ATTR_IPPROTO
,
/* u8 */
FOU_ATTR_TYPE
,
/* u8 */
FOU_ATTR_REMCSUM_NOPARTIAL
,
/* flag */
__FOU_ATTR_MAX
,
};
...
...
include/linux/if_link.h
View file @
1f01dd89
...
...
@@ -372,6 +372,7 @@ enum {
IFLA_VXLAN_REMCSUM_TX
,
IFLA_VXLAN_REMCSUM_RX
,
IFLA_VXLAN_GBP
,
IFLA_VXLAN_REMCSUM_NOPARTIAL
,
__IFLA_VXLAN_MAX
};
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)
...
...
include/linux/net_namespace.h
0 → 100644
View file @
1f01dd89
/* Copyright (c) 2015 6WIND S.A.
* Author: Nicolas Dichtel <nicolas.dichtel@6wind.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*/
#ifndef _LINUX_NET_NAMESPACE_H_
#define _LINUX_NET_NAMESPACE_H_
/* Attributes of RTM_NEWNSID/RTM_GETNSID messages */
enum
{
NETNSA_NONE
,
#define NETNSA_NSID_NOT_ASSIGNED -1
NETNSA_NSID
,
NETNSA_PID
,
NETNSA_FD
,
__NETNSA_MAX
,
};
#define NETNSA_MAX (__NETNSA_MAX - 1)
#endif
/* _LINUX_NET_NAMESPACE_H_ */
include/linux/pkt_sched.h
View file @
1f01dd89
...
...
@@ -774,6 +774,8 @@ enum {
TCA_FQ_FLOW_REFILL_DELAY
,
/* flow credit refill delay in usec */
TCA_FQ_ORPHAN_MASK
,
/* mask applied to orphaned skb hashes */
__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