1. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  2. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  4. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  5. 6fd9909 ipv6: Don't reduce hop limit for an interface by D.S. Ljungmark · 9 years ago
  6. 60395a2 neigh: Factor out ___neigh_lookup_noref by Eric W. Biederman · 9 years ago
  7. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 9 years ago
  8. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. c58da4c net: ipv6: allow explicitly choosing optimistic addresses by Erik Kline · 9 years ago
  10. c2943f1 net: ipv6: Add sysctl entry to disable MTU updates from RA by Harout Hedeshian · 10 years ago
  11. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  12. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  13. 4c83acb ipv6: White-space cleansing : gaps between function and symbol export by Ian Morris · 10 years ago
  14. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  15. 56ec0fb neigh: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  16. b642881 ipv6: fix the check when handle RA by Li RongQing · 10 years ago
  17. d933319 ipv6: Allow accepting RA from local IP addresses. by Ben Greear · 10 years ago
  18. f2a762d ipv6: Add more debugging around accept-ra logic. by Ben Greear · 10 years ago
  19. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 10 years ago
  20. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  21. cb5b09c neigh: wrap proc dointvec functions by Jiri Pirko · 11 years ago
  22. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 11 years ago
  23. 30e5691 ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv by Duan Jiong · 11 years ago
  24. bcd081a net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n by Fabio Estevam · 11 years ago
  25. 2c861cc ipv6: don't call fib6_run_gc() until routing is ready by Michal Kubeček · 11 years ago
  26. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  27. b55b76b ipv6:introduce function to find route for redirect by Duan Jiong · 11 years ago
  28. 25a6e6b ipv6: Don't depend on per socket memory for neighbour discovery messages by Thomas Graf · 11 years ago
  29. 3e25c65 net: neighbour: Remove CONFIG_ARPD by Tim Gardner · 11 years ago
  30. f564f45 vxlan: add ipv6 proxy support by Cong Wang · 11 years ago
  31. 816c5b5 ipv6: Remove redundant sk variable by Thomas Graf · 11 years ago
  32. b800c3b ipv6: drop fragmented ndisc packets by default (RFC 6980) by Hannes Frederic Sowa · 11 years ago
  33. c92a59e ipv6: handle Redirect ICMP Message with no Redirected Header option by Duan Jiong · 11 years ago
  34. 2ac3ac8 ipv6: prevent fib6_run_gc() contention by Michal Kubeček · 11 years ago
  35. f2f79cc ndisc: bool initializations should use true and false by Daniel Baluta · 11 years ago
  36. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  38. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  39. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  40. 80580d4 ipv6: ndisc: remove redundant check for !dev->addr_len by Thomas Graf · 11 years ago
  41. 4d5c152 ndisc: Use compound literals to build redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  42. 1cb3fe5 ndisc: Break down ndisc_build_skb() and build message directly. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  43. b44b5f4 ndisc: Break down __ndisc_send(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  44. 7b3d9b0 ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  45. f4de84c ndisc: Use ndisc_send_skb() for redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  46. aa4bdd4 ndisc: Remove icmp6h argument from ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  47. 5f5a011 ndisc: Make ndisc_fill_xxx_option() for sk_buff. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  48. 2ce13576 ndisc: Calculate message body length and option length separately. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  49. 5135e63 ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  50. 527a150 ndisc: Defer building IPv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  51. af9a997 ndisc: Remove dev argument for ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  52. f382d03 ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  53. c8d6c38 ndisc: Simplify arguments for ip6_nd_hdr(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  54. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  55. de09334 ndisc: Introduce ndisc_alloc_skb() helper. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  56. 9c86daf ndisc: Introduce ndisc_fill_redirect_hdr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  57. 6bce6b4 ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  58. c558e9f ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  59. 315ff09 ndisc: Reduce number of arguments for ndisc_fill_addr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  60. fb56863 ndisc: Make several arguments for ndisc_send_na() boolean. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  61. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  62. 115b0aa ndisc: Check NS message length before access. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  63. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  64. 71bcdba ndisc: Use struct rd_msg for redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  65. b7dc8c3 ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  66. 093d04d ipv6: Change skb->data before using icmpv6_notify() to propagate redirect by Duan Jiong · 12 years ago
  67. 7bdc1b4 ndisc: Fix padding error in link-layer address option. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  68. fd0ea7d ndisc: Unexport ndisc_{build,send}_skb(). by YOSHIFUJI Hideaki · 12 years ago
  69. aeaf6e9 ipv6: unify logic evaluating inet6_dev's accept_ra property by Shmulik Ladkani · 12 years ago
  70. 5cb0443 ipv6: add knob to send unsolicited ND on link-layer address change by Hannes Frederic Sowa · 12 years ago
  71. 9fafd65 ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  72. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 60713a0 ipv6: send unsolicited neighbour advertisements to all-nodes by Hannes Frederic Sowa · 12 years ago
  74. b20b6d9 ndisc: fix a typo in a comment in ndisc_recv_na() by Nicolas Dichtel · 12 years ago
  75. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  76. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  77. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  78. 30f2a5f ipv6: Export ndisc option parsing from ndisc.c by David S. Miller · 12 years ago
  79. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  80. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  81. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  82. 675418d net: ipv6: ndisc: Neaten ND_PRINTx macros by Joe Perches · 12 years ago
  83. c727e7f Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  84. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  85. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 12 years ago
  86. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  88. e35f30c Treat ND option 31 as userland (DNSSL support) by Alexey I. Froloff · 12 years ago
  89. c78679e ipv6: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  90. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. 5095d64 ipv6: ip6_route_output() never returns NULL. by RongQing.Li · 12 years ago
  92. 4991969 ipv6: Remove neigh argument from ndisc_send_redirect() by David S. Miller · 12 years ago
  93. eb85718 ipv6: ndisc: Convert to dst_neigh_lookup() by David S. Miller · 12 years ago
  94. e6bff99 ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) by Neil Horman · 13 years ago
  95. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  96. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  97. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  98. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  99. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  100. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago