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
793da0e7
Commit
793da0e7
authored
Oct 30, 2013
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kernel headers
Lastest from net-next
parent
f1f1aeb2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
include/linux/can/netlink.h
include/linux/can/netlink.h
+8
-0
include/linux/if_link.h
include/linux/if_link.h
+11
-0
include/linux/pkt_cls.h
include/linux/pkt_cls.h
+14
-0
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+2
-0
No files found.
include/linux/can/netlink.h
View file @
793da0e7
...
@@ -5,6 +5,14 @@
...
@@ -5,6 +5,14 @@
*
*
* Copyright (c) 2009 Wolfgang Grandegger <wg@grandegger.com>
* Copyright (c) 2009 Wolfgang Grandegger <wg@grandegger.com>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the version 2 of the GNU General Public License
* as published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
*/
#ifndef CAN_NETLINK_H
#ifndef CAN_NETLINK_H
...
...
include/linux/if_link.h
View file @
793da0e7
...
@@ -323,6 +323,17 @@ struct ifla_vxlan_port_range {
...
@@ -323,6 +323,17 @@ struct ifla_vxlan_port_range {
__be16
high
;
__be16
high
;
};
};
/* Bonding section */
enum
{
IFLA_BOND_UNSPEC
,
IFLA_BOND_MODE
,
IFLA_BOND_ACTIVE_SLAVE
,
__IFLA_BOND_MAX
,
};
#define IFLA_BOND_MAX (__IFLA_BOND_MAX - 1)
/* SR-IOV virtual function management section */
/* SR-IOV virtual function management section */
enum
{
enum
{
...
...
include/linux/pkt_cls.h
View file @
793da0e7
...
@@ -388,6 +388,20 @@ enum {
...
@@ -388,6 +388,20 @@ enum {
#define TCA_CGROUP_MAX (__TCA_CGROUP_MAX - 1)
#define TCA_CGROUP_MAX (__TCA_CGROUP_MAX - 1)
/* BPF classifier */
enum
{
TCA_BPF_UNSPEC
,
TCA_BPF_ACT
,
TCA_BPF_POLICE
,
TCA_BPF_CLASSID
,
TCA_BPF_OPS_LEN
,
TCA_BPF_OPS
,
__TCA_BPF_MAX
,
};
#define TCA_BPF_MAX (__TCA_BPF_MAX - 1)
/* Extended Matches */
/* Extended Matches */
struct
tcf_ematch_tree_hdr
{
struct
tcf_ematch_tree_hdr
{
...
...
include/linux/pkt_sched.h
View file @
793da0e7
...
@@ -357,6 +357,8 @@ enum {
...
@@ -357,6 +357,8 @@ enum {
TCA_HTB_CTAB
,
TCA_HTB_CTAB
,
TCA_HTB_RTAB
,
TCA_HTB_RTAB
,
TCA_HTB_DIRECT_QLEN
,
TCA_HTB_DIRECT_QLEN
,
TCA_HTB_RATE64
,
TCA_HTB_CEIL64
,
__TCA_HTB_MAX
,
__TCA_HTB_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