1. 12 Apr, 2012 1 commit
    • Rose, Gregory V's avatar
      iproute2: Add netlink attribute to filter dump requests · bd886ebb
      Rose, Gregory V authored
      Add a new netlink attribute type to the dump request to allow
      filtering of the information returned for the respective matching
      interfaces.  At this time the only filter defined is to request
      virtual function (VF) device info for interfaces that attached VFs.
      
      It will also be possible to extend the request with other yet to be
      defined netlink attributes in the future.
      Signed-off-by: default avatarGreg Rose <gregory.v.rose@intel.com>
      bd886ebb
  2. 10 Apr, 2012 5 commits
  3. 05 Apr, 2012 2 commits
  4. 03 Apr, 2012 1 commit
    • João Valverde's avatar
      ipl2tp: allow setting session interface name · ae5555d3
      João Valverde authored
      Hi,
      
      I've attached a trivial patch for iproute2 to allow naming interfaces
      created with "ip l2tp add session".
      
      I believe patches should go through the netdev mailing list but this
      patch is so small I figured that would just add noise. Hope that's OK.
      
      Originally I thought I would need a bigger patch and was going to take a
      stab at implementing something like
      
      ip l2tp add tunnel L2TP_TUNNEL_ARGS
      ip link add name NAME  [ LINK_OPTS ] type l2tp L2TP_SESSION_ARGS
      
      (a better interface IMHO) but all the code was there already, all that I
      needed to add was option parsing.
      
      Thanks,
      
      João Valverde
      
      From fd8c3b712527d2e959aeabc6f6b71a9910e7be7e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= <joao.valverde@ist.utl.pt>
      Date: Mon, 26 Mar 2012 18:30:56 +0100
      Subject: [PATCH] ipl2tp: allow setting session interface name
      ae5555d3
  5. 20 Mar, 2012 3 commits
    • Stephen Hemminger's avatar
      v3.3.0 · 4bb00cd2
      Stephen Hemminger authored
      4bb00cd2
    • Stephen Hemminger's avatar
      ip: allow set and display of link mode parameter · 82499282
      Stephen Hemminger authored
      The kernel supports a link mode attribute (which can be dormant or default).
      This attribute is used to control how the link watch engine
      handles operstate transistion.
      
      This adds a new parameter to ip link command to allow setting and
      displaying the value.
      ---
      82499282
    • Stephen Hemminger's avatar
      gre: allow 0 as a legal key value · 71816553
      Stephen Hemminger authored
      There is nothing in the standard that says 0 can't be used as a key.
      It makes sense to allow it. Also fix typo where ikey was printed for
      when printing okey.
      71816553
  6. 16 Mar, 2012 1 commit
  7. 15 Mar, 2012 4 commits
  8. 14 Mar, 2012 3 commits
  9. 10 Mar, 2012 1 commit
  10. 27 Feb, 2012 1 commit
  11. 22 Feb, 2012 2 commits
  12. 17 Feb, 2012 3 commits
  13. 15 Feb, 2012 2 commits
    • Stephen Hemminger's avatar
      dhcp-client-script: don't use /tmp · 20ed7b24
      Stephen Hemminger authored
      /tmp is a dangerous place and better to put log files in /var/log.
      Based on patch by Vasiliy Kulikov <segoon@openwall.com>
      20ed7b24
    • Stephen Hemminger's avatar
      Don't put configure files in /tmp · e557d1ac
      Stephen Hemminger authored
      Based on patch by Vasiliy Kulikov <segoon@openwall.com>
      Don't use /tmp since it is dangerous, instead put temporary files
      from configure script in build directory. This is what autoconf
      generated configure does.
      e557d1ac
  14. 09 Feb, 2012 3 commits
  15. 06 Feb, 2012 2 commits
  16. 30 Jan, 2012 1 commit
  17. 24 Jan, 2012 4 commits
  18. 20 Jan, 2012 1 commit