1. 02 2月, 2012 3 次提交
  2. 31 1月, 2012 1 次提交
    • T
      net: Allow ipv6 proxies and arp proxies be shown with iproute2 · 84920c14
      Tony Zelenoff 提交于
      Add ability to return neighbour proxies list to caller if
      it sent full ndmsg structure and has NTF_PROXY flag set.
      
      Before this patch (and before iproute2 patches):
      $ ip neigh add proxy 2001::1 dev eth0
      $ ip -6 neigh show
      $
      
      After it and with applied iproute2 patches:
      $ ip neigh add proxy 2001::1 dev eth0
      $ ip -6 neigh show
      2001::1 dev eth0  proxy
      $
      
      Compatibility with old versions of iproute2 is not broken,
      kernel checks for incoming structure size and properly
      works if old structure is came.
      
      [v2]
      * changed comments style.
      * removed useless line with continue and curly bracket.
      * changed incoming message size check from equal to more or
        equal.
      
      CC: davem@davemloft.net
      CC: kuznet@ms2.inr.ac.ru
      CC: netdev@vger.kernel.org
      CC: xemul@parallels.com
      Signed-off-by: NTony Zelenoff <antonz@parallels.com>
      Acked-by: NThomas Graf <tgraf@suug.ch>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      84920c14
  3. 25 1月, 2012 1 次提交
  4. 23 1月, 2012 3 次提交
  5. 18 1月, 2012 2 次提交
  6. 17 1月, 2012 3 次提交
  7. 13 1月, 2012 1 次提交
  8. 10 1月, 2012 3 次提交
  9. 09 1月, 2012 1 次提交
  10. 08 1月, 2012 2 次提交
  11. 06 1月, 2012 1 次提交
  12. 05 1月, 2012 2 次提交
  13. 31 12月, 2011 1 次提交
  14. 29 12月, 2011 1 次提交
  15. 25 12月, 2011 1 次提交
  16. 23 12月, 2011 2 次提交
  17. 22 12月, 2011 1 次提交
  18. 20 12月, 2011 1 次提交
  19. 17 12月, 2011 6 次提交
  20. 14 12月, 2011 2 次提交
  21. 13 12月, 2011 2 次提交