1. 11ffff7 ipv6: simplify detection of first operational link-local address on interface by Hannes Frederic Sowa · 11 years ago
  2. 95f4a45 net: avoid reference counter overflows on fib_rules in multicast forwarding by Hannes Frederic Sowa · 11 years ago
  3. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 11 years ago
  4. 657e5d1 ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c by Li RongQing · 11 years ago
  5. 88ad314 ipv6: don't install anycast address for /128 addresses on routers by Hannes Frederic Sowa · 11 years ago
  6. 469bdce ipv6: fix the use of pcpu_tstats in ip6_vti.c by Li RongQing · 11 years ago
  7. abb6013 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 11 years ago
  8. fad8da3 ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft is infinity by Yasushi Asano · 11 years ago
  9. c3ac17c ipv6: fix the use of pcpu_tstats in sit by Li RongQing · 11 years ago
  10. 6a9eadc ipv6: release dst properly in ipip6_tunnel_xmit by Li RongQing · 11 years ago
  11. 24f5b85 ipv6: always set the new created dst's from in ip6_rt_copy by Li RongQing · 11 years ago
  12. 58a4782 ipv6: sit: update mtu check to take care of gso packets by Eric Dumazet · 11 years ago
  13. 4df98e7 ipv6: pmtudisc setting not respected with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  14. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  15. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 11 years ago
  16. 673498b inet: fix NULL pointer Oops in fib(6)_rule_suppress by Stefan Tomanek · 11 years ago
  17. a3300ef ipv6: don't count addrconf generated routes against gc limit by Hannes Frederic Sowa · 11 years ago
  18. 7150aed IPv6: Fixed support for blackhole and prohibit routes by Kamala R · 11 years ago
  19. 57ec0af ipv6: fix third arg of anycast_dst_alloc(), must be bool. by François-Xavier Le Bail · 11 years ago
  20. 30e5691 ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv by Duan Jiong · 11 years ago
  21. 7f88c6b ipv6: fix possible seqlock deadlock in ip6_finish_output2 by Hannes Frederic Sowa · 11 years ago
  22. 39af0c4 net: remove outdated comment for ipv4 and ipv6 protocol handler by Baker Zhang · 11 years ago
  23. 6602831 sit: use kfree_skb to replace dev_kfree_skb by Gao feng · 11 years ago
  24. 1fa4c71 ipv6: fix leaking uninitialized port number of offender sockaddr by Hannes Frederic Sowa · 11 years ago
  25. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  26. ca15a07 sit: generate icmpv6 error when receiving icmpv4 error by Oussama Ghorbel · 11 years ago
  27. b8ee93b gro: Clean up tcpX_gro_receive checksum verification by Herbert Xu · 11 years ago
  28. cc5c00b gro: Only verify TCP checksums for candidates by Herbert Xu · 11 years ago
  29. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  30. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  31. eca42aa ipv6: Fix inet6_init() cleanup order by Vlad Yasevich · 11 years ago
  32. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  33. bcd081a net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n by Fabio Estevam · 11 years ago
  34. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  35. 1e9f3d6 ip6tnl: fix use after free of fb_tnl_dev by Nicolas Dichtel · 11 years ago
  36. f7cb888 sit/gre6: don't try to add the same route two times by Nicolas Dichtel · 11 years ago
  37. f0e2acf sit: link local routes are missing by Nicolas Dichtel · 11 years ago
  38. 929c9cf sit: fix prefix length of ll and v4mapped addresses by Nicolas Dichtel · 11 years ago
  39. 9434266 sit: fix use after free of fb_tunnel_dev by Willem de Bruijn · 11 years ago
  40. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  41. f8c31c8 ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh by Hannes Frederic Sowa · 11 years ago
  42. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  43. 9037c35 ip6_output: fragment outgoing reassembled skb properly by Jiri Pirko · 11 years ago
  44. f104a56 ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv by Duan Jiong · 11 years ago
  45. 394055f ipv6: protect flow label renew against GC by Florent Fourcot · 11 years ago
  46. 53b4710 ipv6: increase maximum lifetime of flow labels by Florent Fourcot · 11 years ago
  47. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago
  48. 5ac68e7 ipv6: Fix possible ipv6 seqlock deadlock by John Stultz · 11 years ago
  49. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  50. 249a363 ipv6: drop the judgement in rt6_alloc_cow() by Duan Jiong · 11 years ago
  51. 0e033e0 ipv6: fix headroom calculation in udp6_ufo_fragment by Hannes Frederic Sowa · 11 years ago
  52. b579035 ipv6: remove old conditions on flow label sharing by Florent Fourcot · 11 years ago
  53. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  54. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 296c106 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  56. 2e19ef0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  57. 84502b5 xfrm: Fix null pointer dereference when decoding sessions by Steffen Klassert · 11 years ago
  58. ba48650 ipv6: remove the unnecessary statement in find_match() by Duan Jiong · 11 years ago
  59. 1c5ad13 net: esp{4,6}: get rid of struct esp_data by Mathias Krause · 11 years ago
  60. 123b0d1 net: esp{4,6}: remove padlen from struct esp_data by Mathias Krause · 11 years ago
  61. 5d9efa7 ipv6: Remove privacy config option. by David S. Miller · 11 years ago
  62. eeb1b73 xfrm: Increase the garbage collector threshold by Steffen Klassert · 11 years ago
  63. e3bc10b ipv6: ip6_dst_check needs to check for expired dst_entries by Hannes Frederic Sowa · 11 years ago
  64. b119057 ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  65. afb14c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  66. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. f2020b2 netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets by Stanislav Fomichev · 11 years ago
  68. b416c14 netfilter: x_tables: fix ordering of jumpstack allocation and table update by Will Deacon · 11 years ago
  69. c2f17e8 ipv6: probe routes asynchronous in rt6_probe by Hannes Frederic Sowa · 11 years ago
  70. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  71. d3e5e00 ipv6: gso: make ipv6_gso_segment() stackable by Eric Dumazet · 11 years ago
  72. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  73. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  74. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  75. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  76. b50026b ipv6: split inet6_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  77. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  78. c547dbf ip6_output: do skb ufo init for peeked non ufo skb as well by Jiri Pirko · 11 years ago
  79. e36d3ff udp6: respect IPV6_DONTFRAG sockopt in case there are pending frames by Jiri Pirko · 11 years ago
  80. b917eb1 ipv6: gso: remove redundant locking by Eric Dumazet · 11 years ago
  81. 7e58487 net: ipv4/ipv6: Remove extern from function prototypes by Joe Perches · 11 years ago
  82. 9aaf043 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  83. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  84. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  85. eb31628 netfilter: nf_tables: Add support for IPv6 NAT by Tomasz Bursztyka · 11 years ago
  86. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  87. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  88. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  89. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  90. bf58175 ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is found by Oussama Ghorbel · 11 years ago
  91. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  92. ed1efb2 ipv6: Add support for IPsec virtual tunnel interfaces by Steffen Klassert · 11 years ago
  93. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  94. f606385 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  95. 212e560 ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel. by Steffen Klassert · 11 years ago
  96. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  97. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  98. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. 0e719e3 ipv6: Fix the upper MTU limit in GRE tunnel by Oussama Ghorbel · 11 years ago
  100. 005ec97 udp: Only allow busy read/poll on connected sockets by Shawn Bohrer · 11 years ago