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
a564b709
Commit
a564b709
authored
Aug 01, 2012
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 3.6.0-pre headers
These are pre -rc1 version of santised kernel headers
parent
a27875b0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
3 deletions
+26
-3
include/linux/if.h
include/linux/if.h
+2
-0
include/linux/if_ether.h
include/linux/if_ether.h
+2
-1
include/linux/if_link.h
include/linux/if_link.h
+2
-0
include/linux/if_tunnel.h
include/linux/if_tunnel.h
+14
-0
include/linux/netfilter_ipv4.h
include/linux/netfilter_ipv4.h
+1
-0
include/linux/pkt_cls.h
include/linux/pkt_cls.h
+4
-2
include/linux/sock_diag.h
include/linux/sock_diag.h
+1
-0
No files found.
include/linux/if.h
View file @
a564b709
...
...
@@ -81,6 +81,8 @@
#define IFF_UNICAST_FLT 0x20000
/* Supports unicast filtering */
#define IFF_TEAM_PORT 0x40000
/* device used as team port */
#define IFF_SUPP_NOFCS 0x80000
/* device supports sending custom FCS */
#define IFF_LIVE_ADDR_CHANGE 0x100000
/* device supports hardware address
* change when it's running */
#define IF_GET_IFACE 0x0001
/* for querying only */
...
...
include/linux/if_ether.h
View file @
a564b709
...
...
@@ -105,7 +105,8 @@
#define ETH_P_WAN_PPP 0x0007
/* Dummy type for WAN PPP frames*/
#define ETH_P_PPP_MP 0x0008
/* Dummy type for PPP MP frames */
#define ETH_P_LOCALTALK 0x0009
/* Localtalk pseudo type */
#define ETH_P_CAN 0x000C
/* Controller Area Network */
#define ETH_P_CAN 0x000C
/* CAN: Controller Area Network */
#define ETH_P_CANFD 0x000D
/* CANFD: CAN flexible data rate*/
#define ETH_P_PPPTALK 0x0010
/* Dummy type for Atalk over PPP*/
#define ETH_P_TR_802_2 0x0011
/* 802.2 frames */
#define ETH_P_MOBITEX 0x0015
/* Mobitex (kaz@cafe.net) */
...
...
include/linux/if_link.h
View file @
a564b709
...
...
@@ -140,6 +140,8 @@ enum {
IFLA_EXT_MASK
,
/* Extended info mask, VFs, etc */
IFLA_PROMISCUITY
,
/* Promiscuity count: > 0 means acts PROMISC */
#define IFLA_PROMISCUITY IFLA_PROMISCUITY
IFLA_NUM_TX_QUEUES
,
IFLA_NUM_RX_QUEUES
,
__IFLA_MAX
};
...
...
include/linux/if_tunnel.h
View file @
a564b709
...
...
@@ -76,4 +76,18 @@ enum {
#define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1)
/* VTI-mode i_flags */
#define VTI_ISVTI 0x0001
enum
{
IFLA_VTI_UNSPEC
,
IFLA_VTI_LINK
,
IFLA_VTI_IKEY
,
IFLA_VTI_OKEY
,
IFLA_VTI_LOCAL
,
IFLA_VTI_REMOTE
,
__IFLA_VTI_MAX
,
};
#define IFLA_VTI_MAX (__IFLA_VTI_MAX - 1)
#endif
/* _IF_TUNNEL_H_ */
include/linux/netfilter_ipv4.h
View file @
a564b709
...
...
@@ -64,6 +64,7 @@ enum nf_ip_hook_priorities {
NF_IP_PRI_SECURITY
=
50
,
NF_IP_PRI_NAT_SRC
=
100
,
NF_IP_PRI_SELINUX_LAST
=
225
,
NF_IP_PRI_CONNTRACK_HELPER
=
300
,
NF_IP_PRI_CONNTRACK_CONFIRM
=
INT_MAX
,
NF_IP_PRI_LAST
=
INT_MAX
,
};
...
...
include/linux/pkt_cls.h
View file @
a564b709
...
...
@@ -451,8 +451,10 @@ enum {
#define TCF_EM_U32 3
#define TCF_EM_META 4
#define TCF_EM_TEXT 5
#define TCF_EM_VLAN 6
#define TCF_EM_MAX 6
#define TCF_EM_VLAN 6
#define TCF_EM_CANID 7
#define TCF_EM_IPSET 8
#define TCF_EM_MAX 8
enum
{
TCF_EM_PROG_TC
...
...
include/linux/sock_diag.h
View file @
a564b709
...
...
@@ -18,6 +18,7 @@ enum {
SK_MEMINFO_FWD_ALLOC
,
SK_MEMINFO_WMEM_QUEUED
,
SK_MEMINFO_OPTMEM
,
SK_MEMINFO_BACKLOG
,
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