1. 03 May, 2012 2 commits
  2. 26 Apr, 2012 1 commit
  3. 25 Apr, 2012 1 commit
  4. 12 Apr, 2012 5 commits
  5. 10 Apr, 2012 5 commits
  6. 05 Apr, 2012 2 commits
  7. 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
  8. 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
  9. 16 Mar, 2012 1 commit
  10. 15 Mar, 2012 4 commits
  11. 14 Mar, 2012 3 commits
  12. 10 Mar, 2012 1 commit
  13. 27 Feb, 2012 1 commit
  14. 22 Feb, 2012 2 commits
  15. 17 Feb, 2012 3 commits
  16. 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
  17. 09 Feb, 2012 3 commits