1. 19 Oct, 2006 3 commits
  2. 02 Oct, 2006 2 commits
  3. 26 Sep, 2006 4 commits
  4. 25 Sep, 2006 1 commit
  5. 11 Aug, 2006 1 commit
    • Andy Gay's avatar
      Fix struct alignment with cris architecture · af1b6a41
      Andy Gay authored
      [IPROUTE]: Fix struct alignment with cris architecture
      
      gcc for the cris arch does not pad structures to the next multiple of 4
      bytes, as the i386 gcc does.
      
      This causes errors like this when displaying xfrm policies:
      
      # ip x p
      !!!Deficit 3, rta_len=300
      src 192.168.251.32/29 dst 192.168.251.32/29
              dir in priority 0
      !!!Deficit 3, rta_len=180
      src 0.0.0.0/0 dst 192.168.251.32/29
              dir in priority 2208
      ....
      
      Similar errors are seen from ip x s.
      
      This patch fixes the errors when printing. I'm not sure whether we
      should worry about other uses of the affected structs, I've not seen any
      other bad effects from this though, so hopefully this is enough.
      
      (Thanks to Herbert Xu for pointing out that NLMSG_SPACE is the correct
      macro to use here.)
      
      Tested against 2.6.17.6 kernel on i386, and 2.6.16.1 kernel on cris.
      Signed-off-by: default avatarAndy Gay <andy@andynet.net>
      Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
      af1b6a41
  6. 10 Aug, 2006 4 commits
  7. 08 Aug, 2006 7 commits
  8. 04 Aug, 2006 8 commits
    • Jesper Dangaard Brouer's avatar
      Trivial correction to the usage text. · e81c1a22
      Jesper Dangaard Brouer authored
          - Remove the parameter "get" as it is not implemented.
          - Add the parameter "replace".
      e81c1a22
    • jamal's avatar
      Add help text for actions. · f1e4f042
      jamal authored
      f1e4f042
    • Jamal Hadi Salim's avatar
      documentation bug fix on mirred · dc02ede6
      Jamal Hadi Salim authored
      Stephen,
      
      Heres another on top of the others i sent. If you get the time, can
      update your git tree with these patches?
      If you are planning to make a release soon, please ping me - I have at
      least one more patch that i need to work on.
      
      cheers,
      jamal
      
      Update mirred usage to fix a bug noticed by
      Andy Furniss <lists@andyfurniss.entadsl.com>
      Also make it a little more readable.
      dc02ede6
    • Patrick McHardy's avatar
      Add support for multipath route realms · f4f6d640
      Patrick McHardy authored
      f4f6d640
    • Stephen Hemminger's avatar
      Cleanup mx_names table · f38c7334
      Stephen Hemminger authored
      	use C99 initialization to match rtnetlink.h
      f38c7334
    • jamal's avatar
      update documentation on mirred and IFB · f649f592
      jamal authored
      About two more or so to complete these..
      
      cheers,
      jamal
      
      Clean up some documentation on mirred and IFB
      f649f592
    • Stephen Hemminger's avatar
      1d35a127
    • Vince Worthington's avatar
      Proposed patch to iproute to add Initial Max Congestion Window Size route tuning parameter · a1f1143e
      Vince Worthington authored
      Vince Worthington wrote:
      > Hello,
      >
      > We've been working with a customer of ours who was experiencing some
      > latency issues, and in the process of helping them solve their problem
      > we found that adding the ability to adjust the Initial Max Congestion
      > Window size on a route, they were able to tune their routes to perform
      > more favorably in their mixed Linux and Solaris environment.  There
      > were a couple of other tuning steps necessary as well but we did find
      > that the ability to set a larger initial max congestion window size
      > was helpful in making Linux behave more like Solaris in low-latency
      > situations.
      >
      > The kernel already supports this route attribute, this patch simply
      > adds the option to iproute.c to provide a means to set it from userspace.
      >
      > I've attached the patch we used in test builds of the iproute packages
      > we distribute in RHEL3 and RHEL4 for your consideration for possible
      > acceptance and inclusion in iproute.  Please let us know if there is
      > any further information you would need or if there is a more
      > appropriate venue to submit this patch.
      >
      > Thanks,
      > Vince Worthington
      > Red Hat, Inc.
      
      Stephen,
      
      I apologize for the last patch I sent not applying cleanly to the latest
      iproute2 sources.  I realized that this might impede any
      review/acceptance of the patch and created a separate patch against the
      20060323 build of iproute2, which seems to be the latest (by looking at
      the website).
      
      The previous patch wouldn't apply cleanly due to the label of the
      ssthresh argument being corrected from REALMS to NUMBER.
      
      Please let us know if there is any other information or assistance we
      can be with this patch submission.
      
      Thanks
      Vince
      a1f1143e
  9. 15 Jun, 2006 1 commit
  10. 09 May, 2006 2 commits
  11. 17 Apr, 2006 1 commit
  12. 23 Mar, 2006 2 commits
  13. 22 Mar, 2006 1 commit
  14. 21 Mar, 2006 1 commit
  15. 14 Mar, 2006 2 commits