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
7a4c064dd4
version snapshot
...
v2.6.18-061002
2006-10-02 13:15:30 -07: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
29fdf987c5
snapshot 23-03-2006
2006-03-23 22:10:12 +00:00
shemminger
51f66a70ea
Minor re-merge of 2.6.16 header files santitized.
2006-03-23 22:09:18 +00:00
shemminger
e0793d0c1a
Tag snapshot
2006-03-14 19:39:39 +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
97aa798a1c
Tag new release
2006-01-10 18:55:30 +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
991d2c0d56
Snapshot update
2005-11-07 18:40:05 +00:00
shemminger
2034ee9750
Resync headers and do new release.
2005-11-01 17:54:34 +00:00
shemminger
393c43784c
SNAPSHOT
2005-10-07 16:45:17 +00:00
shemminger
e8f6df694a
SNAPSHOT 051006
2005-10-06 17:18:06 +00:00
shemminger
23459a40a8
Update snapshot for release
2005-09-29 23:08:34 +00:00
shemminger
f35412ab95
Updae snapshot for new release
2005-09-21 19:34:44 +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
08008c652d
SNAPSHOT update for build
2005-08-16 21:13:19 +00:00
shemminger
6864c1e789
Update to latest kernel headers.
...
Fix out of range on paretonormal
2005-08-08 20:24:41 +00:00
shemminger
f332d16924
Cleanup GCC4 warnings about signedness.
2005-07-05 22:37:15 +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
02d2ae55c6
IPv4 multipath algorithm selection support
2005-06-23 17:31:27 +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
shemminger
8996a7fa4e
Update snapshot
2005-06-07 22:17:21 +00:00
shemminger
99f830de2f
Device indices are unsigned and use if_nametoindex as fallback
2005-06-07 22:15:48 +00:00
shemminger
90f93024a0
Monitor time patch from Masahide NAKAMURA
2005-06-07 21:55:55 +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
ca67c115af
iproute2-ss050330
...
(Logical change 1.182)
2005-03-30 18:44:41 +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
b6d5f02e45
(Logical change 1.181)
2005-03-30 18:43:30 +00:00
net[shemminger]!shemminger
f082b64fb4
Import patch addr-del
...
(Logical change 1.178)
2005-03-30 18:16:10 +00:00
osdl.net!shemminger
12e0697072
update snapshot id
...
(Logical change 1.174)
2005-03-18 19:42:32 +00:00
osdl.net!shemminger
b06c75d81c
update snapshot id
...
(Logical change 1.168)
2005-03-14 19:39:04 +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
net[shemminger]!shemminger
5e8bc6316b
Import patch iproute2-hz
...
(Logical change 1.159)
2005-03-14 18:44:54 +00:00
osdl.net!shemminger
9fcda92ea1
Update changelog and snapshot.
...
(Logical change 1.154)
2005-03-10 19:04:50 +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
750aaf6672
new snapshort today.
...
(Logical change 1.143)
2005-02-09 23:01:16 +00:00