1. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 9 years ago
  2. cb6ccf0 route: Use ipv4_mtu instead of raw rt_pmtu by Herbert Xu · 9 years ago
  3. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  4. 845704a tcp: avoid looping in tcp_send_fin() by Eric Dumazet · 9 years ago
  5. d83769a tcp: fix possible deadlock in tcp_send_fin() by Eric Dumazet · 9 years ago
  6. 3c71512 tcp: add memory barriers to write space paths by jbaron@akamai.com · 9 years ago
  7. 2ab9574 ip_forward: Drop frames with attached skb->sk by Sebastian Pöhn · 9 years ago
  8. 521f1cf inet_diag: fix access to tcp cc information by Eric Dumazet · 9 years ago
  9. fad9dfe tcp: tcp_get_info() should fetch socket fields once by Eric Dumazet · 9 years ago
  10. 540207a fou: avoid missing unlock in failure path by WANG Cong · 9 years ago
  11. bae97d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  12. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  14. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  15. 3d0d26c tcp: fix bogus RTT for CC when retransmissions are acked by Kenneth Klette Jonassen · 9 years ago
  16. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  17. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  18. 7a6c8c3 fou: implement FOU_CMD_GET by WANG Cong · 9 years ago
  19. 02d793c fou: add network namespace support by WANG Cong · 9 years ago
  20. 4cbcdf2 fou: always use be16 for port by WANG Cong · 9 years ago
  21. 6727063 fou: exit early when parsing config fails by WANG Cong · 9 years ago
  22. 9272f04 fou: avoid calling udp_del_offload() twice by WANG Cong · 9 years ago
  23. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  24. b52e692 tcp: md5: fix a typo in tcp_v4_md5_lookup() by Eric Dumazet · 9 years ago
  25. b50edd7 tcp: tcp_make_synack() should clear skb->tstamp by Eric Dumazet · 9 years ago
  26. b736a62 udptunnels: Call handle_offloads after inserting vlan tag. by Jesse Gross · 9 years ago
  27. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  28. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  29. dd929c1 tcp: do not rearm rsk_timer on FastOpen requests by Eric Dumazet · 9 years ago
  30. 5eeb292 fou: Don't use const __read_mostly by Andi Kleen · 9 years ago
  31. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  32. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  33. 926a882 ipv4: ip_tunnel: use net namespace from rtable not socket by Hannes Frederic Sowa · 9 years ago
  34. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  35. 8bc0034 net: remove extra newlines by Sheng Yong · 9 years ago
  36. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 9 years ago
  37. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 9 years ago
  38. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  39. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  40. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  41. b85c3dc netfilter: Pass nf_hook_state through arpt_do_table(). by David S. Miller · 9 years ago
  42. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  43. 1c491ba netfilter: Pass nf_hook_state through ipt_do_table(). by David S. Miller · 9 years ago
  44. d7cf408 netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). by David S. Miller · 9 years ago
  45. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  46. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 9 years ago
  47. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  48. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  49. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 9 years ago
  50. ed78530 ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanup by WANG Cong · 9 years ago
  51. 666b805 tcp: fix FRTO undo on cumulative ACK of SACKed range by Neal Cardwell · 9 years ago
  52. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. ee9b959 ipmr,ip6mr: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  54. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  55. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 9 years ago
  56. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  57. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  58. 8f55db4 tcp: simplify inetpeer_addr_base use by Jiri Benc · 9 years ago
  59. 6e47d6c fib_trie: Cleanup ip_fib_net_exit code path by Alexander Duyck · 9 years ago
  60. ad88d05 fib_trie: Fix warning on fib4_rules_exit by Alexander Duyck · 9 years ago
  61. 4ef295e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  62. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 9 years ago
  63. f243e5a ipmr,ip6mr: call ip6mr_free_table() on failure path by WANG Cong · 9 years ago
  64. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  65. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  66. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  67. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 9 years ago
  68. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 9 years ago
  69. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 9 years ago
  70. ff74e23 tcp: md5: input path is run under rcu protected sections by Eric Dumazet · 9 years ago
  71. 0980c1e tcp: use C99 initializers in new_state[] by Eric Dumazet · 9 years ago
  72. 80f03e2 tcp: md5: fix rcu lockdep splat by Eric Dumazet · 9 years ago
  73. d0c294c tcp: prevent fetching dst twice in early demux code by Michal Kubeček · 9 years ago
  74. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  76. c697366 inet: fix double request socket freeing by Fan Du · 9 years ago
  77. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 9 years ago
  78. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  79. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  80. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 9 years ago
  81. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  82. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 9 years ago
  83. c0e41fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  84. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 9 years ago
  85. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 9 years ago
  86. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  87. d22e153 tcp: fix tcp fin memory accounting by Josh Hunt · 9 years ago
  88. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  89. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  90. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  91. 738e6d3 inet: add a schedule point in inet_twsk_purge() by Eric Dumazet · 9 years ago
  92. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  93. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 9 years ago
  94. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  95. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 9 years ago
  96. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 9 years ago
  97. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 9 years ago
  98. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 9 years ago
  99. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  100. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago