1. 20 May, 2013 22 commits
  2. 19 May, 2013 2 commits
    • Rami Rosen's avatar
      Documentation/sysctl/net.txt: fix (attribute removal). · 3cc7587b
      Rami Rosen authored
      This patch removes mentioning the sysfsf net_device weight attribute
      (class/net/<device>/weight)
      in Documentation/sysctl/net.txt, since the net sysfs weight attribute
      was removed by the following patch:
      
      [NET]: Make NAPI polling independent of struct net_device objects
       bea3348eSigned-off-by: default avatarRami Rosen <ramirose@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3cc7587b
    • Nicolas Dichtel's avatar
      ipv6: add support of peer address · caeaba79
      Nicolas Dichtel authored
      This patch adds the support of peer address for IPv6. For example, it is
      possible to specify the remote end of a 6inY tunnel.
      This was already possible in IPv4:
       ip addr add ip1 peer ip2 dev dev1
      
      The peer address is specified with IFA_ADDRESS and the local address with
      IFA_LOCAL (like explained in include/uapi/linux/if_addr.h).
      Note that the API is not changed, because before this patch, it was not
      possible to specify two different addresses in IFA_LOCAL and IFA_REMOTE.
      There is a small change for the dump: if the peer is different from ::,
      IFA_ADDRESS will contain the peer address instead of the local address.
      Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      caeaba79
  3. 18 May, 2013 5 commits
  4. 17 May, 2013 8 commits
  5. 16 May, 2013 3 commits