1. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 33be081 ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb by Matthias Schiffer · 11 years ago
  3. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  4. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  5. 80580d4 ipv6: ndisc: remove redundant check for !dev->addr_len by Thomas Graf · 11 years ago
  6. 4d5c152 ndisc: Use compound literals to build redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  7. 1cb3fe5 ndisc: Break down ndisc_build_skb() and build message directly. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  8. b44b5f4 ndisc: Break down __ndisc_send(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  9. 7b3d9b0 ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  10. f4de84c ndisc: Use ndisc_send_skb() for redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  11. aa4bdd4 ndisc: Remove icmp6h argument from ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  12. 5f5a011 ndisc: Make ndisc_fill_xxx_option() for sk_buff. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  13. 2ce13576 ndisc: Calculate message body length and option length separately. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  14. 5135e63 ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  15. 527a150 ndisc: Defer building IPv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  16. af9a997 ndisc: Remove dev argument for ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  17. f382d03 ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  18. c8d6c38 ndisc: Simplify arguments for ip6_nd_hdr(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  19. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  20. de09334 ndisc: Introduce ndisc_alloc_skb() helper. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  21. 9c86daf ndisc: Introduce ndisc_fill_redirect_hdr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  22. 6bce6b4 ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  23. c558e9f ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  24. 315ff09 ndisc: Reduce number of arguments for ndisc_fill_addr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  25. fb56863 ndisc: Make several arguments for ndisc_send_na() boolean. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  26. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  27. 115b0aa ndisc: Check NS message length before access. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  28. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  29. 71bcdba ndisc: Use struct rd_msg for redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  30. b7dc8c3 ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  31. 093d04d ipv6: Change skb->data before using icmpv6_notify() to propagate redirect by Duan Jiong · 12 years ago
  32. 7bdc1b4 ndisc: Fix padding error in link-layer address option. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  33. fd0ea7d ndisc: Unexport ndisc_{build,send}_skb(). by YOSHIFUJI Hideaki · 12 years ago
  34. aeaf6e9 ipv6: unify logic evaluating inet6_dev's accept_ra property by Shmulik Ladkani · 12 years ago
  35. 5cb0443 ipv6: add knob to send unsolicited ND on link-layer address change by Hannes Frederic Sowa · 12 years ago
  36. 9fafd65 ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  37. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. 60713a0 ipv6: send unsolicited neighbour advertisements to all-nodes by Hannes Frederic Sowa · 12 years ago
  39. b20b6d9 ndisc: fix a typo in a comment in ndisc_recv_na() by Nicolas Dichtel · 12 years ago
  40. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  41. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  42. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  43. 30f2a5f ipv6: Export ndisc option parsing from ndisc.c by David S. Miller · 12 years ago
  44. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  45. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  46. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  47. 675418d net: ipv6: ndisc: Neaten ND_PRINTx macros by Joe Perches · 12 years ago
  48. c727e7f Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  49. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  50. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 12 years ago
  51. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  52. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 12 years ago
  53. e35f30c Treat ND option 31 as userland (DNSSL support) by Alexey I. Froloff · 12 years ago
  54. c78679e ipv6: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  55. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. 5095d64 ipv6: ip6_route_output() never returns NULL. by RongQing.Li · 12 years ago
  57. 4991969 ipv6: Remove neigh argument from ndisc_send_redirect() by David S. Miller · 12 years ago
  58. eb85718 ipv6: ndisc: Convert to dst_neigh_lookup() by David S. Miller · 12 years ago
  59. e6bff99 ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) by Neil Horman · 13 years ago
  60. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  61. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  62. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  63. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  64. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  65. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  66. 4d65a24 ipv6: fix a bug in ndisc_send_redirect by Li Wei · 13 years ago
  67. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  68. a7ae199 ipv6: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  69. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  70. 9f56220 ipv6: Do not use routes from locally generated RAs by Andreas Hofmeister · 13 years ago
  71. 01b7806 ipv6: remove a rcu_read_lock in ndisc_constructor by Roy.Li · 13 years ago
  72. cfdf764 ipv6: some RCU conversions by Eric Dumazet · 13 years ago
  73. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  74. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  75. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  76. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  77. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  78. ad246c9 ipv4, ipv6, bonding: Restore control over number of peer notifications by Ben Hutchings · 13 years ago
  79. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  80. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 13 years ago
  81. f47b946 ipv6: Send unsolicited neighbour advertismements when notified by Ben Hutchings · 13 years ago
  82. bd01592 ipv6: ignore looped-back NA while dad is running by Daniel Walter · 13 years ago
  83. 93ca3bb net: gre: provide multicast mappings for ipv4 and ipv6 by Timo Teräs · 13 years ago
  84. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  85. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  86. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 13 years ago
  87. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  88. b672083 ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number by Shan Wei · 14 years ago
  89. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  90. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  91. 65e9b62 ipv6: add special mode accept_ra=2 to accept RA while configured as router by Thomas Graf · 14 years ago
  92. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 9f88816 ipv6: fix NULL reference in proxy neighbor discovery by stephen hemminger · 14 years ago
  94. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  95. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  96. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  98. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  99. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 14 years ago
  100. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago