1. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 11 years ago
  2. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 11 years ago
  3. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 56db1c5 mcast: do not check 'rv' twice in a row by Jean Sacren · 11 years ago
  5. 5f1e942 tcp: ipv6: Update MIB counters for drops by Vijay Subramanian · 11 years ago
  6. 8e72d37 ipv6: export ip6_datagram_recv_ctl by Tom Parkin · 11 years ago
  7. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  8. c33e7b0 ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  9. 1836768 ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  10. d3aedd5 ipv6 flowlabel: Convert hash list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  11. f256dc5 ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  12. bd30e94 ipv6: do not create neighbor entries for local delivery by Marcelo Ricardo Leitner · 11 years ago
  13. d9e8565 netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  14. ff88b30 xfrm: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  15. 07c2fec ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  16. 5e98a36 ipv6 addrconf: Fix interface identifiers of 802.15.4 devices. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  17. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  18. 218774d ipv6: add anti-spoofing checks for 6to4 and 6rd by Hannes Frederic Sowa · 11 years ago
  19. 243bb4c ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled by Eric W. Biederman · 11 years ago
  20. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 11 years ago
  21. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 11 years ago
  22. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 11 years ago
  23. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  24. 75356a8 ip6mr: limit IPv6 MRT_TABLE identifiers by Dan Carpenter · 11 years ago
  25. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  26. 72289b9 soreuseport: UDP/IPv6 implementation by Tom Herbert · 11 years ago
  27. 5ba2495 soreuseport: TCP/IPv6 implementation by Tom Herbert · 11 years ago
  28. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 11 years ago
  29. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 11 years ago
  30. 9647bb8 ipv6: remove duplicated declaration of ip6_fragment() by Cong Wang · 11 years ago
  31. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  32. 3f0d2ba ipv6: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  33. 0c8729c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  34. b820bb6 ndisc: Do not try to update "updated" time if neighbour has already gone. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  35. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 11 years ago
  36. 4d5c152 ndisc: Use compound literals to build redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  37. 1cb3fe5 ndisc: Break down ndisc_build_skb() and build message directly. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  38. b44b5f4 ndisc: Break down __ndisc_send(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  39. 7b3d9b0 ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  40. f4de84c ndisc: Use ndisc_send_skb() for redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  41. aa4bdd4 ndisc: Remove icmp6h argument from ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  42. 5f5a011 ndisc: Make ndisc_fill_xxx_option() for sk_buff. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  43. 2ce13576 ndisc: Calculate message body length and option length separately. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  44. 5135e63 ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  45. 527a150 ndisc: Defer building IPv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  46. af9a997 ndisc: Remove dev argument for ndisc_send_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  47. f382d03 ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  48. c8d6c38 ndisc: Simplify arguments for ip6_nd_hdr(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  49. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  50. de09334 ndisc: Introduce ndisc_alloc_skb() helper. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  51. 9c86daf ndisc: Introduce ndisc_fill_redirect_hdr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  52. 6bce6b4 ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  53. c558e9f ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  54. 315ff09 ndisc: Reduce number of arguments for ndisc_fill_addr_option(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  55. fb56863 ndisc: Make several arguments for ndisc_send_na() boolean. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  56. ca97a64 ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  57. 1ad759d ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv by Hannes Frederic Sowa · 11 years ago
  58. 115b0aa ndisc: Check NS message length before access. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  59. 12fd84f ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  60. 6f809da ipv6: Add an error handler for icmp6 by Steffen Klassert · 11 years ago
  61. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  62. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  63. 6fd6ce2 ipv6: Do not depend on rt->n in ip6_finish_output2(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  64. 707be1f ipv6: Do not depend on rt->n in ip6_dst_lookup_tail(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  65. 2152cae ipv6: Do not depend on rt->n in rt6_probe(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  66. 145a362 ipv6: Do not depend on rt->n in rt6_check_neigh(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  67. c440f16 ipv6: Do not depend on rt->n in ip6_pol_route(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  68. dd0cbf2 ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  69. 8e022ee ndisc: Remove tbl argument for __ipv6_neigh_lookup(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  70. 7ff74a5 ndisc: Update neigh->updated with write lock. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  71. 7efdba5 ipv6: fix header length calculation in ip6_append_data() by Romain KUNTZ · 11 years ago
  72. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 6059283 ipv6 netevent: Remove old_neigh from netevent_redirect. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  74. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  75. 2b464f6 ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  76. c08977b ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  77. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  78. e721985 ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  79. 6502ca5 ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  80. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  81. f9ceb16 net/ipv6: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  82. 21caa66 ipv6: use addrconf_get_prefix_route for prefix route lookup [v2] by Romain Kuntz · 11 years ago
  83. 85da53b ipv6: fix the noflags test in addrconf_get_prefix_route by Romain Kuntz · 11 years ago
  84. 6c40d10 ipv6: Use container_of macro instead of magic number to get ipv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  85. ba96bcb ipv6: Use FIELD_SIZEOF() in inet6_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  86. acb3e04 ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library by Cong Wang · 11 years ago
  87. a9403f8 ah6/esp6: set transport header correctly for IPsec tunnel mode. by Li RongQing · 11 years ago
  88. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  89. 71bcdba ndisc: Use struct rd_msg for redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  90. b7dc8c3 ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  91. 429da4c netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation by Ulrich Weber · 12 years ago
  92. ac196f8 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  93. ae782bb ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 12 years ago
  94. bd77902 ipv6: addrconf.c: remove unnecessary "if" by Cong Ding · 12 years ago
  95. 97cf00e netfilter: nf_ct_reasm: fix conntrack reassembly expire code by Haibo Xi · 12 years ago
  96. d7a769f netfilter: nf_conntrack_ipv6: fix comment for packets without data by Florent Fourcot · 12 years ago
  97. c65ef8d netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE by Andrew Collins · 12 years ago
  98. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  99. df48419 ipv6: Fix Makefile offload objects by Simon Arlott · 12 years ago
  100. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago