Johannes Berg
80c05b0976
show multicast groups
...
Update the included version of the genetlink.h header to the multicast
group API and make the generic netlink controller part show multicast
groups where applicable. Also fix two typos.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
2007-08-22 10:03:28 -07:00
Stephen Hemminger
6560dbb89b
fix build warnings
...
Fix problems from recent if.h related changes.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
2007-06-20 10:55:18 -07:00
Thomas Graf
dcb283c300
iproute2: Support IFF_LOWER_UP and IFF_DORMANT
...
In order to support these new flags add current
linux/if.h into the directory with the local copies.
This caused troubles with outdated redefinitions from net/if.h
so I've removed the dependency on it.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
2007-06-19 16:40:40 -07:00
Stephen Hemminger
de3d12f48a
headers update to 2.6.22
...
Update to sanitized version of 2.6.22-rc5 headers.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
2007-06-19 15:55:46 -07:00
Stephen Hemminger
ab4c2f14fb
Add xt_tcpudp.h
...
Needed for cross/backwards compiles.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
2007-03-16 11:47:42 -07:00
Stephen Hemminger
e309c5fa6a
Use kernel headers from 2.6.20.y
...
Update kernel headers to be versions from 2.6.20.y
Solve cross compile build problems with x_tables and netfilter.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
2007-03-13 14:37:11 -07:00
Patrick McHardy
be7f286e83
[IPROUTE]: Add support for routing rule fwmark masks
...
Needs kernel >= 2.6.19.
Signed-off-by: Patrick McHardy <kaber@trash.net>
2006-12-13 16:58:32 -08:00
Stephen Hemminger
5a8ba22862
Change to post 2.6.19 sanitized headers
...
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-12-13 16:56:40 -08:00
jamal
7c9e557ee4
Update generic netlink header
...
Stepehen,
Didnt hear back from you, please apply this one; needed for the next
patches.
cheers,
jamal
[GENL] Update generic netlink header
The header file needs to be uptodate with recent changes to allow
for forward compatibility
Signed-off-by: J Hadi Salim <hadi@cyberus.ca>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-12-06 11:31:19 -08:00
Stephen Hemminger
9626dfd54c
Add more includes
...
Add more sanitized headers to make build work,
and get rid of warning
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-12-05 09:59:59 -08:00
Stephen Hemminger
ead2ba7008
Update to 2.6.19 headers
...
Headers extracted from early 2.6.20 development process
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-12-05 09:54:48 -08:00
Masahide NAKAMURA
288384f22f
TUNNEL: IPv6-over-IPv6 tunnel support.
...
Fix ip6tunnel.c to be fit with current ip command style.
Unlike other modules currently iptunnel (and ip6tunnel) is not
designed as protocol-independent because of unarranged structure
between IPv4 and IPv6.
Usage: ip -f inet6 tunnel { add | change | del | show } [ NAME ]
[ remote ADDR local ADDR ] [ dev PHYS_DEV ]
[ encaplimit ELIM ]
[ hoplimit HLIM ] [ tc TC ] [ fl FL ]
[ dscp inherit ]
Where: NAME := STRING
ADDR := IPV6_ADDRESS
ELIM := { none | 0..255 }(default=4)
HLIM := 0..255 (default=64)
TC := { 0x0..0xff | inherit }
FL := { 0x0..0xfffff | inherit }
Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-11-27 08:41:26 -08:00
Thomas Graf
3123a0ccdd
Add support for inverted selectors
...
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-11-09 08:51:29 -08:00
Stephen Hemminger
93576793a1
Change to a slighly extended version of 2.6.18 header kernel headers.
...
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-09-25 17:00:26 -07:00
Patrick McHardy
34e9564753
Add support for larger number of routing tables
...
[IPROUTE]: Add support for larger number of routing tables
Support support for 2^32 routing tables by using the new RTA_TABLE
attribute for specifying tables > 255 and intepreting it if it is
sent by the kernel.
When tables > 255 are used on a kernel not supporting it an error will
occur because of the unknown netlink attribute.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-08-10 16:12:07 -07:00
Jamal Hadi Salim
65018ae43b
This patch adds a generic netlink controller interface.
...
The controller is the only module using this at the moment.
Thomas has a sample user of genetlink that would fit here; bug him
for it.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
2006-08-08 12:13:34 -07:00
Stephen Hemminger
1d35a1273d
Update headers to santized versions of 2.6.18
2006-08-04 10:32:41 -07:00
Stephen Hemminger
8f8a364871
Restrip include files based on 2.6.17
2006-05-09 11:08:01 -07:00
shemminger
51f66a70ea
Minor re-merge of 2.6.16 header files santitized.
2006-03-23 22:09:18 +00:00
shemminger
40b6c62c63
Add more rtproto values
2006-03-10 23:44:04 +00:00
shemminger
e460f82efb
Include file update
2006-03-10 17:26:34 +00:00
shemminger
09954dc61a
IP ntable support and header update.
2006-01-10 18:43:32 +00:00
shemminger
a31a5d5904
Add corrupt option for netem
2005-12-09 23:27:44 +00:00
shemminger
2034ee9750
Resync headers and do new release.
2005-11-01 17:54:34 +00:00
shemminger
351efcde4e
Update header files to 2.6.14
...
Integrate support for DCCP and tcp_diag into ss
Add -batch to ip command
2005-09-01 19:21:50 +00:00
shemminger
6864c1e789
Update to latest kernel headers.
...
Fix out of range on paretonormal
2005-08-08 20:24:41 +00:00
shemminger
c428e91b5e
More missing cvs adds..
2005-06-23 20:29:43 +00:00
shemminger
7314173cf9
Add kernel stripped version of file to repo.
2005-06-23 20:24:15 +00:00
shemminger
ea8fc1047d
Netem support for reorder
...
Update include files and add support for TCP_CONG
2005-06-22 18:27:49 +00:00
osdl.net!shemminger
78615aaa1d
Fix build problem on 2.4
...
(Logical change 1.183)
2005-03-30 18:51:35 +00:00
osdl.net!shemminger
206a04411c
update to latest from 2.6.12-rc2
...
(Logical change 1.181)
2005-03-30 18:43:30 +00:00
osdl.net!shemminger
451d3b81e6
add action stats
...
(Logical change 1.181)
2005-03-30 18:43:30 +00:00
osdl.net!shemminger
aa88498f18
fix ip_tables for user mode.
...
(Logical change 1.165)
2005-03-14 19:33:45 +00:00
osdl.net!shemminger
3b084a8333
(Logical change 1.160)
2005-03-14 18:45:11 +00:00
osdl.net!shemminger
5b0e1de247
Initial revision
2005-03-14 18:45:11 +00:00
osdl.net!shemminger
d639d9d18b
Update header files to be stripped version of 2.6.11
...
(Logical change 1.150)
2005-03-10 19:02:48 +00:00
osdl.net!shemminger
1a1d4c5e02
don't need sa_family
...
(Logical change 1.141)
2005-02-09 22:05:41 +00:00
net[shemminger]!shemminger
7e7c737245
Import patch iproute2.121
...
(Logical change 1.124)
2005-01-17 23:32:51 +00:00
net[shemminger]!shemminger
73602d6604
Initial revision
2005-01-17 23:32:51 +00:00
net[shemminger]!shemminger
6f0ba88be0
Import patch iproute2.115
...
(Logical change 1.117)
2005-01-17 23:27:56 +00:00
net[shemminger]!shemminger
1ffd7fd23e
Import patch iproute2.110
...
(Logical change 1.112)
2005-01-17 23:26:23 +00:00
net[shemminger]!shemminger
3e1d2ea6ab
Initial revision
2005-01-17 23:26:23 +00:00
net[shemminger]!shemminger
00fa84801e
Import patch mirred.patch
...
(Logical change 1.111)
2004-12-08 20:13:56 +00:00
net[shemminger]!shemminger
d74b15e165
Initial revision
2004-12-08 20:13:56 +00:00
ch[shemminger]!tgraf
e5879dc603
iproute2: gnet_stats
...
(Logical change 1.107)
2004-12-07 23:52:52 +00:00
ch[shemminger]!tgraf
97bac1add0
Initial revision
2004-12-07 23:52:52 +00:00
osdl.net!shemminger
091ed21997
Make sure we have sanatized headers that match 2.6.9
...
(Logical change 1.101)
2004-10-19 20:35:34 +00:00
osdl.net!shemminger
6232f4b527
Initial revision
2004-10-06 23:17:10 +00:00
osdl.net!shemminger
d163858f72
(Logical change 1.92)
2004-10-06 23:17:10 +00:00
osdl.net!shemminger
e914a5c41a
reqs was rejected by kernel due to possible API breakage.
...
(Logical change 1.91)
2004-09-29 18:35:48 +00:00
net[shemminger]!shemminger
ee746aa894
Import patch patch-2.6.9-iproute2
...
(Logical change 1.77)
2004-08-31 17:45:21 +00:00
net[shemminger]!shemminger
1e4bd804a4
Import patch reqs-patch-iproute2-2.6.8
...
(Logical change 1.77)
2004-08-31 17:45:21 +00:00
net[shemminger]!shemminger
8e64f6fe1f
Import patch gact_iproute-2.6.8_patch
...
(Logical change 1.74)
2004-08-30 21:07:09 +00:00
net[shemminger]!shemminger
d494aa372f
Initial revision
2004-08-30 21:07:09 +00:00
osdl.net!shemminger
462074511f
Copy of 2.6.9-rc2
...
(Logical change 1.73)
2004-08-30 20:54:46 +00:00
osdl.net!shemminger
706e587087
Copy of final netem api for this verison.
...
2004/08/09 16:46:47-07:00 osdl.net!shemminger
Add distribution table loading (undebugged as yet).
(Logical change 1.71)
2004-08-23 20:21:21 +00:00
osdl.net!shemminger
68d5ba5429
(Logical change 1.66)
2004-08-13 23:54:55 +00:00
osdl.net!shemminger
6c45560b07
Initial revision
2004-08-13 23:54:55 +00:00
osdl.net!shemminger
d7384952fc
(Logical change 1.62)
2004-08-09 16:35:28 +00:00
osdl.net!shemminger
ba19bf0f31
Initial revision
2004-08-09 16:35:28 +00:00
osdl.net!shemminger
0633baa172
(Logical change 1.61)
2004-08-04 17:45:52 +00:00
osdl.net!shemminger
28dfef0bbd
Initial revision
2004-08-04 17:45:52 +00:00