- 17 Apr, 2008 2 commits
-
-
Jesper Dangaard Brouer authored
Introducing the function that does the ATM cell alignment, and modifying tc_calc_rtable() to use this based upon a linklayer parameter. Modified from original to use constants from atm.h and fix all the usages of rtable in same patch. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
-
Stephen Hemminger authored
Bug introduced by myself in an earlier patch series. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
-
- 04 Apr, 2008 1 commit
-
-
Marcela Maslanova authored
I was asked to at least mention the xfrm option in ip manual. I added all usage into ip.8 and try to write some basic information about xfrm. If someone want complete it, I'll be happy. Marcela Maslanova a16304c0cdbdbc8926b112743b4bd49069a50cd7 man/man8/ip.8 | 474 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 474 insertions(+), 0 deletions(-) Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 03 Apr, 2008 1 commit
-
-
Björn Steinbrink authored
In ss.c, generic_proc_open(), for which the net_*_open functions are just convenient wrappers, uses fopen, so errors are signalled by a NULL return value. Some checks were expecting negative values instead, fix them. Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 01 Apr, 2008 9 commits
-
-
Stephen Hemminger authored
Copy sanitized kernel headers from 2.6.25-rc7 to ensure proper compatiability.
-
Jesper Dangaard Brouer authored
For police, implement overhead parameter parsing. The change is ABI (Application Binary Interface) backward compatible with older kernels, but will first have effect from kernel 2.6.24. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Jesper Dangaard Brouer authored
CBQ remember to doc usage of overhead parameter. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Jesper Dangaard Brouer authored
For CBQ, implement overhead parameter parsing. The change is ABI (Application Binary Interface) backward compatible with older kernels, but will first have effect from kernel 2.6.24. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Jesper Dangaard Brouer authored
Change CBQ to use matches() function instead of strcmp(). This resembels the usage in other parse functions, and allows partial command parameter matching. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Jesper Dangaard Brouer authored
For TBF, implement overhead parameter parsing. The change is ABI (Application Binary Interface) backward compatible with older kernels, but will first have effect from kernel 2.6.24. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Mike Frysinger authored
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
YOSHIFUJI Hideaki / 吉藤英明 authored
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
YOSHIFUJI Hideaki / 吉藤英明 authored
Add more aliases to synchronize IPv4 and IPv6 tunnel command, e.g., IPv4: hoplimit (alias to ttl), tclass (alias to tos) IPv6: dsfield, tos (alias to tc, or tclass), ttl (alias to hoplimit) Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 14 Mar, 2008 1 commit
-
-
Stephen Hemminger authored
Show operational state (carrier), as well as fixing functions to be static and use similar API.
-
- 08 Mar, 2008 2 commits
-
-
Stephen Hemminger authored
The COPYING file had out of date FSF address.
-
Stephen Hemminger authored
Revert "I found out when I was writing manual page, that options ALGO_NAME and" This reverts commit 8a1485bb.
-
- 03 Mar, 2008 1 commit
-
-
Stephen Hemminger authored
Add new entry for zero as default value in dsfield.
-
- 22 Feb, 2008 3 commits
-
-
Marcela Maslanova authored
ALGO_KEY aren't used. If it's a bug or should it be remove it, as I did?
-
Andreas Henriksson authored
Hello Stephen! The patches branch of the debian packaging repo, at git://git.debian.org/git/collab-maint/pkg-iproute, now has four patches still pending. (Not resending, since they've all been posted multiple times before. Pick them up from the repo if you're interested.) Here's the latest addition: commit 3c904bb5933257533f4afecf805ca5a548a8e885 Author: Andreas Henriksson <andreas@fatal.se> Date: Fri Feb 22 13:57:10 2008 +0100 Fix typo (syntax error) in ip(8) manpage. Caught by lintian (debian package checker).
-
Stephen Hemminger authored
Small typo from last change to decode filters. Should print dport not port.
-
- 18 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
reverse the match offset/mask values into ip header matches.
-
Stephen Hemminger authored
Minor warning message from missing prototype, probably because of function name change.
-
Stephen Hemminger authored
Cleanup code (slightly).
-
Stephen Hemminger authored
This reverts commit 7ca30b78. Since rlim isn't upstream (yet), drop it.
-
- 14 Feb, 2008 1 commit
-
-
Varun Chandramohan authored
The prefix bit lenght value was not updated, resulting in incorrect addrlabel entry. This patch fixes that issue. Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 13 Feb, 2008 3 commits
-
-
YOSHIFUJI Hideaki / 吉藤英明 authored
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
PJ Waskiewicz authored
update: Fix the spelling of "hexidecimal" This updates the help output to specify that CLASSID should be hexidecimal. This makes sure that a user entering "flowid 1:10" gets his flow put into band 15 (0x10) and knows why. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
Need to add include/linux/hdlc/ioctl.h because it is not present in older releases. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 08 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
A couple of obvious typo's.
-
Stephen Hemminger authored
Kernel won't find matching filter if protocol value not provided.
-
Stephen Hemminger authored
Update the protocol table to match current kernel support. Why is the list not in an /etc file?
-
Stephen Hemminger authored
Some minor header file changes headed for 2.6.25
-
- 05 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
Make sure examples actually work.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Vlan should not be in the socket section
-
Patrick McHardy authored
commit 94e9cba778cb97d77d9146dc3bd38ff195bc2c8a Author: Patrick McHardy <kaber@trash.net> Date: Sat Feb 2 18:22:16 2008 +0100 [IPROUTE]: cls_flow: add vlan-tag support Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 01 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
Add stuff from early 2.6.25 merge. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Patrick McHardy authored
[IPROUTE]: Add flow classifier support Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Patrick McHardy authored
[IPROUTE]: Add support for SFQ xstats Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
Some usages of rtnl_send could cause errors (ie flush requests) others do a listen afterwards. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-