Commit Graph

  • d18fe6d9ed lnstat man page Stephen Hemminger 2006-10-26 14:47:01 -0700
  • 6a79240b6f Route metrics decode bug. Array was not being offset correctly. Stephen Hemminger 2006-10-26 08:47:00 -0700
  • 34e099e24f SA and SP in IPSec BEET mode. Stephen Hemminger 2006-10-19 13:15:35 -0700
  • a18fa24a7b genl Makefile LDFLAGS Stephen Hemminger 2006-10-19 13:13:20 -0700
  • fa56513034 Trap possible overflow in usec values to netem If user asks for large usec value it could overflow 32 bits. Stephen Hemminger 2006-10-19 13:10:26 -0700
  • 69d25465c9 Typo in man page Stephen Hemminger 2006-10-19 13:06:49 -0700
  • d7eeca8498 Man page for ss submitted by Alex Wirt Stephen Hemminger 2006-10-19 13:04:31 -0700
  • 7a4c064dd4 version snapshot Stephen Hemminger 2006-10-02 13:15:30 -0700
  • a3ba8d2e73 add objects to .gitignore Stephen Hemminger 2006-10-02 13:13:34 -0700
  • 3bfa73ff99 rtnl fd check Stephen Hemminger 2006-09-26 10:41:57 -0700
  • 77219712bf Fix XFRM monitor Stephen Hemminger 2006-09-25 17:27:37 -0700
  • 302d3fb720 More TC patches from Jamal. Stephen Hemminger 2006-09-25 17:08:40 -0700
  • 93576793a1 Change to a slighly extended version of 2.6.18 header kernel headers. Stephen Hemminger 2006-09-25 17:00:26 -0700
  • 45719416f9 Change mode of configure to executable. Update .gitignore Stephen Hemminger 2006-09-25 11:54:10 -0700
  • af1b6a41d4 Fix struct alignment with cris architecture Andy Gay 2006-08-10 20:25:40 -0400
  • 34e9564753 Add support for larger number of routing tables Patrick McHardy 2006-08-11 00:14:51 +0200
  • 9c47d877d8 Use hash for routing table name cache Patrick McHardy 2006-08-11 00:14:50 +0200
  • bd4bcdad77 Preparation for 32 bit table IDs Patrick McHardy 2006-08-11 00:14:49 +0200
  • e0b29fe7dd The current behaviour for IPv6 routing table filters is to derive the table from the route type. This doesn't really work anymore now that IPv6 supports multiple tables. Add detection for IPv6 multiple table support (relying on the fact that the first routes dumped belong to the local table and have rtm_table == RT_TABLE_LOCAL with multiple tables) and handle it like other protocols. Patrick McHardy 2006-08-10 22:42:58 +0200
  • e7be3b22e8 Fix build error on Ubuntu (Debian) because of ip.h dependence on byteorder. Stephen Hemminger 2006-08-08 12:16:55 -0700
  • 4f2d8114c2 Add ignore file for new genl Stephen Hemminger 2006-08-08 12:14:09 -0700
  • 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. Jamal Hadi Salim 2006-08-08 12:13:34 -0700
  • de0a0b52a6 Another .gitignore file. Stephen Hemminger 2006-08-08 12:11:23 -0700
  • ebf32083e0 First part of cleaning up the help output of actions. Jamal Hadi Salim 2006-08-08 12:10:08 -0700
  • da7aea7946 Add ignore files to make using git easier Stephen Hemminger 2006-08-08 12:04:38 -0700
  • 5bec34845b This patch adds ability to monitor tc events similar to ipmonitor. User runs "tc monitor" (without quotes) and watches events of addition, deletion and updates from qdiscs, classes, filters and actions as they happen. Jamal Hadi Salim 2006-08-08 11:55:15 -0700
  • e81c1a22cd Trivial correction to the usage text. - Remove the parameter "get" as it is not implemented. - Add the parameter "replace". Jesper Dangaard Brouer 2006-08-04 11:02:51 -0700
  • f1e4f042a5 Add help text for actions. jamal 2006-08-04 10:59:34 -0700
  • dc02ede68d documentation bug fix on mirred Jamal Hadi Salim 2006-07-26 07:52:09 -0400
  • f4f6d6407d Add support for multipath route realms Patrick McHardy 2006-07-25 05:58:36 +0200
  • f38c733409 Cleanup mx_names table use C99 initialization to match rtnetlink.h Stephen Hemminger 2006-08-04 10:49:51 -0700
  • f649f5925a update documentation on mirred and IFB jamal 2006-07-18 08:56:40 -0400
  • 1d35a1273d Update headers to santized versions of 2.6.18 Stephen Hemminger 2006-08-04 10:32:41 -0700
  • a1f1143e8d Proposed patch to iproute to add Initial Max Congestion Window Size route tuning parameter Vince Worthington 2006-07-17 14:10:09 -0400
  • ebfd0f3103 Added stats utility from netem Stephen Hemminger 2006-06-15 16:22:09 -0700
  • 8f8a364871 Restrip include files based on 2.6.17 Stephen Hemminger 2006-05-09 11:08:01 -0700
  • 58bb642f72 if you simply run `ifcfg iface`, you get: /sbin/ifcfg: line 25: [: too many arguments /sbin/ifcfg: line 26: [: -ge: unary operator expected /sbin/ifcfg: line 27: [: -ge: unary operator expected /sbin/ifcfg: line 28: [: -ge: unary operator expected Stephen Hemminger 2006-05-09 10:56:53 -0700
  • adeb6bf25e ifb needed to be added to repo. shemminger 2006-04-17 21:54:34 +0000
  • 29fdf987c5 snapshot 23-03-2006 ss-060323 shemminger 2006-03-23 22:10:12 +0000
  • 51f66a70ea Minor re-merge of 2.6.16 header files santitized. shemminger 2006-03-23 22:09:18 +0000
  • 267480f553 Backout the 2.4 utsname hash patch. shemminger 2006-03-22 00:07:49 +0000
  • 7b5657545d The ip(8) command has a bug when dealing with IPoIB link layer addresses. Specifically it does not correctly handle the addition of new entries in the neighbor/arp table. For example, this command will fail: shemminger 2006-03-21 23:57:50 +0000
  • 319baacb12 Fix cc compiler flags in netem/Makefile shemminger 2006-03-14 19:43:59 +0000
  • e0793d0c1a Tag snapshot shemminger 2006-03-14 19:39:39 +0000
  • 46b67dab26 Fix build errors from last patch ss-060314 shemminger 2006-03-14 19:38:34 +0000
  • 3925ad8119 Fixes for tc hash sample. shemminger 2006-03-14 19:36:31 +0000
  • 40b6c62c63 Add more rtproto values shemminger 2006-03-10 23:44:04 +0000
  • 7e6b809cb9 Make error message better on tc with wrong args. shemminger 2006-03-10 23:40:56 +0000
  • 4cca16f20e Fix endless loop in netlink error handling. shemminger 2006-03-10 23:31:46 +0000
  • f3b1006c73 Missing memset in tc sample shemminger 2006-03-10 23:27:13 +0000
  • 49843e291d Set default count for lnstat shemminger 2006-03-10 23:19:03 +0000
  • e460f82efb Include file update shemminger 2006-03-10 17:26:34 +0000
  • 27356a5e00 ndle DCCP in ipxfrm.c to allow using port numbers in the selector. shemminger 2006-01-12 18:31:36 +0000
  • 97aa798a1c Tag new release ss-060110 shemminger 2006-01-10 18:55:30 +0000
  • 143969f24b Add missing files. shemminger 2006-01-10 18:50:18 +0000
  • d8a45819b2 Fix u32 filter for ipv6 priority shemminger 2006-01-10 18:45:42 +0000
  • 09954dc61a IP ntable support and header update. shemminger 2006-01-10 18:43:32 +0000
  • 890fe64ee3 Minor man page update shemminger 2006-01-03 19:25:29 +0000
  • 47836e1908 New ifb from jamal shemminger 2006-01-03 18:29:19 +0000
  • e9bc3c40d0 Always send reorder message (for compatiablity) and parse response correctly with netem. shemminger 2005-12-10 00:01:02 +0000
  • a31a5d5904 Add corrupt option for netem shemminger 2005-12-09 23:27:44 +0000
  • e25d697069 Backout ambigious error for ip shemminger 2005-12-02 20:02:26 +0000
  • ede723964a Add ip command aliases and better matching shemminger 2005-11-22 17:30:43 +0000
  • 991d2c0d56 Snapshot update ss-051107 shemminger 2005-11-07 18:40:05 +0000
  • 669ae748d6 Minor fixes from Masahide for XFRM dynamic keying shemminger 2005-11-07 18:39:30 +0000
  • c595c790a0 Fix XFRM bugs introduced by batching code. Re-introduces the SA and policy add/del events shemminger 2005-11-01 23:03:03 +0000
  • 2034ee9750 Resync headers and do new release. ss-051101 shemminger 2005-11-01 17:54:34 +0000
  • 234b613556 Fix ip command shortcuts shemminger 2005-10-24 16:26:25 +0000
  • 7849fb5591 Fix memcpy overwrite in iproute.c because of bits vs. bytes confusion shemminger 2005-10-12 22:49:50 +0000
  • 8c564a4873 Grab some more CBQ examples from Fedora Core shemminger 2005-10-12 22:46:23 +0000
  • b77caeba0e Fix ip rule flush shemminger 2005-10-12 22:32:34 +0000
  • 393c43784c SNAPSHOT ss-051007 shemminger 2005-10-07 16:45:17 +0000
  • 84616f8317 Reenable 'ip mroute' shemminger 2005-10-07 16:41:34 +0000
  • f453a0d451 Fix tc pfifo_fast with options shemminger 2005-10-07 16:33:21 +0000
  • e8f6df694a SNAPSHOT 051006 ss-051006 shemminger 2005-10-06 17:18:06 +0000
  • 7dae1706bb Add CCOPTS for netem stuff shemminger 2005-10-05 17:40:12 +0000
  • fb2297599d When assigning an ip address to an ethernet adapter, the newest (050929) version of 'ip addr' hangs while older versions worked. The problem was traced to be a removed initialisation. The patch below corrects this problem. shemminger 2005-10-04 23:15:32 +0000
  • 23459a40a8 Update snapshot for release ss-050929 shemminger 2005-09-29 23:08:34 +0000
  • f35412ab95 Updae snapshot for new release shemminger 2005-09-21 19:34:44 +0000
  • 8ed63ab1f1 Fix leaks and warnings reported by valgrind. shemminger 2005-09-21 19:33:17 +0000
  • fc57a9df1b Fix ip monitor since it is special and can't reuse rtnl_open handle. shemminger 2005-09-07 17:43:00 +0000
  • ce715cd94c Allow parallel make of netem directory. Use HOSTCC when building local tools ss-050901 shemminger 2005-09-01 22:38:19 +0000
  • 3d418dc38a Add usage for ip -batch shemminger 2005-09-01 22:29:33 +0000
  • 4073448cc8 add usage for batch to tc. shemminger 2005-09-01 22:29:05 +0000
  • 351efcde4e Update header files to 2.6.14 Integrate support for DCCP and tcp_diag into ss Add -batch to ip command shemminger 2005-09-01 19:21:50 +0000
  • c98e49ecca ChangeLog entry shemminger 2005-09-01 18:12:33 +0000
  • 7339c0bb74 Could you please apply this patch. shemminger 2005-09-01 18:11:03 +0000
  • 08008c652d SNAPSHOT update for build ss-050816 shemminger 2005-08-16 21:13:19 +0000
  • 660818498d Update include files and fix a couple of minor bugs shemminger 2005-08-16 21:10:51 +0000
  • 6864c1e789 Update to latest kernel headers. Fix out of range on paretonormal ss-050808 shemminger 2005-08-08 20:24:41 +0000
  • 3fcdebb6d0 Fix ematch warnings with GCC4.0 shemminger 2005-07-14 16:49:27 +0000
  • 737f15f6da Thomas's ematch fixes for lex. Fix more GCC signedness warnings. shemminger 2005-07-08 22:08:47 +0000
  • f332d16924 Cleanup GCC4 warnings about signedness. shemminger 2005-07-05 22:37:15 +0000
  • 52d5ac3fcb Fix build issues shemminger 2005-07-05 22:11:37 +0000
  • c515871c8a More missing files. shemminger 2005-06-23 20:37:43 +0000
  • 8a5b1a8c04 New files in testsuite update (damn CVS) shemminger 2005-06-23 20:31:37 +0000
  • c428e91b5e More missing cvs adds.. shemminger 2005-06-23 20:29:43 +0000
  • 6a805a65c0 and the .h file.. shemminger 2005-06-23 20:27:02 +0000
  • 7a473c77e6 Overlooked one more file. shemminger 2005-06-23 20:26:01 +0000
  • 311b41454d Add new extended match files. shemminger 2005-06-23 20:25:16 +0000