1. 23 Mar, 2009 1 commit
  2. 18 Mar, 2009 1 commit
  3. 02 Mar, 2009 1 commit
  4. 19 Feb, 2009 3 commits
  5. 28 Jan, 2009 1 commit
  6. 15 Jan, 2009 1 commit
  7. 08 Jan, 2009 2 commits
  8. 07 Jan, 2009 7 commits
    • Denys Fedoryshchenko's avatar
      Fix tc/m_ipt memory leaks · 6e34e7dc
      Denys Fedoryshchenko authored
      1)optind according iptables sources have to be set to 0. If it is set to 1, in
      batch it will mess up things. Also in iptables sources i notice that ->tflags
      and ->used need to be reset.
      
      2)Since target->t = fw_calloc(1, size); allocated memory in function build_st,
      it have to be freed at the end, or in batch we will have memory leak. TODO:
      Probably it must be freed in all "return -1" cases in parse_ipt after
      build_st. About this i am not sure, up to Stephen.
      
      3)new_name was malloc'ed, but not freed
      6e34e7dc
    • Benedikt Gollatz's avatar
      When the preferred lifetime of a prefix assigned by IPv6 autoconfiguration · 037d950b
      Benedikt Gollatz authored
      (router solicitation) becomes negative
      
      How reproducible:
      
      Always.
      
      Steps to Reproduce:
      1. Configure an IPv6 router to advertise a prefix with a short preferred
      lifetime, e.g. 0.
      2. Wait for the IPv6 autoconfiguration process to complete for an interface
      <if> connected to a link where that router advertises.
      3. Run ip -6 show dev <if>.
      
      Actual results:
      
      The preferred lifetime will have become negative, but it is printed as an
      unsigned integer. The preferred lifetime to be displayed will therefore be
      close to UINT_MAX.
      037d950b
    • Alexander Duyck's avatar
      add support for multiq qdisc · fe1a34fa
      Alexander Duyck authored
      Add support for multiq qdisc
      	This patch adds the ability to configure the multiq qdisc.  Since the qdisc does not require any input it will pull the number of bands directly from the device that it is added to the root of.
      
      usage: tc qdisc add dev <DEV> root handle <HANDLE> multiq
      Signed-off-by: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      fe1a34fa
    • Alexander Duyck's avatar
      add support for skbedit action · f72a7aab
      Alexander Duyck authored
      	Provides ability to edit queue_mapping field
      	Provides ability to edit priority field
      
      usage: action skbedit [queue_mapping QUEUE_MAPPING] [priority PRIORITY]
      	at least one option must be select, or both at the same time
      Signed-off-by: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      f72a7aab
    • Olivier Fourdan's avatar
      ip maddr show” on an infiniband address causes a stack corruption · 7f71c0ca
      Olivier Fourdan authored
      “ip maddr show” on an infiniband address causes a stack corruption
      because the length of the address for Infiniband (20 bytes, as
      described in kernel doc Documentation/infiniband/ipoib.txt) does not
      fit on the 16 bytes of the field in which it gets stored.
      
      The proposed patch increases the size of the hardware address from 4
      __u32 to 8 and also adds a check to avoid overriding the available
      size while parsing the hardware address.
      
      This bug affects current upstream code AFAICT.
      
      Hope this helps,
      Cheers,
      Olivier.
      
      “ip maddr show ib0” causes a stack corruption because the length of the address
      for Infiniband (20 see kernel doc Documentation/infiniband/ipoib.txt) does not
      fit on the 16 bytes of the field in which it gets stored.
      
      The proposed patch increases the size of the hardware address from 4 u32 to 8
      and adds a check to avoid overriding the available size while parsing the
      hardware address.
      7f71c0ca
    • Herbert Xu's avatar
      Update version of IP gre · 72c771b2
      Herbert Xu authored
      This patch adds support for configuring GRE tunnels using the
      new rtnl_link interface.  This only works on kernels that have
      the new GRE configuration interface.
      
      This is accessed through the "ip link" command.  The previous
      tunnel configuration interface "ip tunnel" remains as it is
      and should be retained for compatibility with old kernels.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      72c771b2
    • Herbert Xu's avatar
      ip: gre: Add GRE configuration support through rtnl_link · 237d9e82
      Herbert Xu authored
      This patch adds support for configuring GRE tunnels using the
      new rtnl_link interface.  This only works on kernels that have
      the new GRE configuration interface.
      
      This is accessed through the "ip link" command.  The previous
      tunnel configuration interface "ip tunnel" remains as it is
      and should be retained for compatibility with old kernels.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      237d9e82
  9. 06 Jan, 2009 1 commit
  10. 27 Oct, 2008 1 commit
  11. 14 Oct, 2008 1 commit
  12. 13 Oct, 2008 4 commits
  13. 19 Sep, 2008 1 commit
  14. 18 Sep, 2008 9 commits
  15. 15 Sep, 2008 4 commits
  16. 12 Sep, 2008 1 commit
  17. 05 Sep, 2008 1 commit