1. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  2. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  3. eec2e61 ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  4. 63998ac ipv6: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  5. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  6. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. 44046a5 udp: add encap_destroy callback by Tom Parkin · 11 years ago
  8. 90b2621 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  9. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 11 years ago
  10. 0d4f060 tcp: dont handle MTU reduction on LISTEN socket by Eric Dumazet · 11 years ago
  11. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  12. a82783c netfilter: ip6t_NPT: restrict to mangle table by Florian Westphal · 11 years ago
  13. d00bd3d netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope id by Hannes Frederic Sowa · 11 years ago
  14. 2d2fd8c netfilter: ip6t_NPT: Use csum_partial() by YOSHIFUJI Hideaki · 11 years ago
  15. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. e8f72ea ipv6: introduce ip6tunnel_xmit() helper by Cong Wang · 11 years ago
  17. 22c3521 ipv6: remove superfluous nla_data() NULL pointer checks by Mathias Krause · 11 years ago
  18. 6aed0c8 tunnel: use iptunnel_xmit() again by Cong Wang · 11 years ago
  19. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  20. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  21. 3868b7a ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is set by Hannes Frederic Sowa · 11 years ago
  22. 842df07 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 11 years ago
  23. 80580d4 ipv6: ndisc: remove redundant check for !dev->addr_len by Thomas Graf · 11 years ago
  24. ddf6435 ipv6: stop multicast forwarding to process interface scoped addresses by Hannes Frederic Sowa · 11 years ago
  25. 7f0e44a ipv6 flowlabel: add __rcu annotations by Eric Dumazet · 11 years ago
  26. 7a67420 netconf: add the handler to dump entries by Nicolas Dichtel · 11 years ago
  27. dd9f319 tcp: ipv6: bind() use stronger condition for bind_conflict by Flavio Leitner · 11 years ago
  28. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  29. 3e8b0ac net: ipv6: Don't purge default router if accept_ra=2 by Lorenzo Colitti · 11 years ago
  30. d8c6f4b ipv[4|6]: correct dropwatch false positive in local_deliver_finish by Neil Horman · 11 years ago
  31. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  32. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  33. 242260f sun.com documentation fixes by Christian Kujau · 11 years ago
  34. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  35. ecd9883 ipv6: fix race condition regarding dst->expires and dst->from. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  36. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  37. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 11 years ago
  38. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 11 years ago
  39. 8064b3c ipv6: fix a sparse warning by Eric Dumazet · 11 years ago
  40. 18cf0d0 xfrm: release neighbor upon dst destruction by Romain KUNTZ · 11 years ago
  41. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  42. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  43. 0d4bfa2 ipv6: fix warning in xfrm6_mode_tunnel_input by stephen hemminger · 11 years ago
  44. 279e9f2 ipv6: optimize inet6_hash_frag() by Eric Dumazet · 11 years ago
  45. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  46. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 11 years ago
  47. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  48. 894e2ac netfilter: nf_ct_reasm: fix per-netns sysctl initialization by Michal Kubeček · 11 years ago
  49. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  50. ee684b6 tcp: send packets with a socket timestamp by Andrey Vagin · 11 years ago
  51. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. 2c5e893 ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 by Hannes Frederic Sowa · 11 years ago
  53. 2031409 ipv6: don't accept multicast traffic with scope 0 by Hannes Frederic Sowa · 11 years ago
  54. dd40851 ipv6: don't let node/interface scoped multicast traffic escape on the wire by Hannes Frederic Sowa · 11 years ago
  55. ec16ef2 ipv6 mcast: Do not join device multicast for interface-local multicasts. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  56. cfa82e0 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  57. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 6a98dcf ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c by Amerigo Wang · 11 years ago
  59. edb2722 netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  60. d4c38fa netfilter: ip6t_NPT: Fix prefix mangling by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  61. f5271ff netfilter: ip6t_NPT: Fix adjustment calculation by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  62. 41ab3e3 ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() by Tommi Rantala · 11 years ago
  63. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 11 years ago
  64. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 11 years ago
  65. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 56db1c5 mcast: do not check 'rv' twice in a row by Jean Sacren · 11 years ago
  67. 5f1e942 tcp: ipv6: Update MIB counters for drops by Vijay Subramanian · 11 years ago
  68. 8e72d37 ipv6: export ip6_datagram_recv_ctl by Tom Parkin · 11 years ago
  69. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  70. c33e7b0 ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  71. 1836768 ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  72. d3aedd5 ipv6 flowlabel: Convert hash list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  73. f256dc5 ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  74. bd30e94 ipv6: do not create neighbor entries for local delivery by Marcelo Ricardo Leitner · 11 years ago
  75. d9e8565 netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  76. ff88b30 xfrm: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  77. 07c2fec ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  78. 5e98a36 ipv6 addrconf: Fix interface identifiers of 802.15.4 devices. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  79. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 218774d ipv6: add anti-spoofing checks for 6to4 and 6rd by Hannes Frederic Sowa · 11 years ago
  81. 243bb4c ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled by Eric W. Biederman · 11 years ago
  82. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 11 years ago
  83. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 11 years ago
  84. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 11 years ago
  85. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  86. 75356a8 ip6mr: limit IPv6 MRT_TABLE identifiers by Dan Carpenter · 11 years ago
  87. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  88. 72289b9 soreuseport: UDP/IPv6 implementation by Tom Herbert · 11 years ago
  89. 5ba2495 soreuseport: TCP/IPv6 implementation by Tom Herbert · 11 years ago
  90. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 11 years ago
  91. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 11 years ago
  92. 9647bb8 ipv6: remove duplicated declaration of ip6_fragment() by Cong Wang · 11 years ago
  93. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  94. 3f0d2ba ipv6: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  95. 0c8729c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  96. b820bb6 ndisc: Do not try to update "updated" time if neighbour has already gone. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  97. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 11 years ago
  98. 4d5c152 ndisc: Use compound literals to build redirect message. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  99. 1cb3fe5 ndisc: Break down ndisc_build_skb() and build message directly. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  100. b44b5f4 ndisc: Break down __ndisc_send(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago