1. 1774e9f sched, net: Clean up preempt_enable_no_resched() abuse by Peter Zijlstra · 11 years ago
  2. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 11 years ago
  3. 61e7f09 ipv4: consistent reporting of pmtu data in case of corking by Hannes Frederic Sowa · 11 years ago
  4. b1aac81 net: inet_diag: zero out uninitialized idiag_{src,dst} fields by Daniel Borkmann · 11 years ago
  5. 0e3da5b ip_gre: fix msg_name parsing for recvfrom/recvmsg by Timo Teräs · 11 years ago
  6. 7089fdd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  7. e47eb5d udp: ipv4: do not use sk_dst_lock from softirq context by Eric Dumazet · 11 years ago
  8. a3adadf netfilter: nft_reject: fix endianness in dump function by Eric Leblond · 11 years ago
  9. 9750223 udp: ipv4: must add synchronization in udp_sk_rx_dst_set() by Eric Dumazet · 11 years ago
  10. 610438b udp: ipv4: fix potential use after free in udp_v4_early_demux() by Eric Dumazet · 11 years ago
  11. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  12. 8afdd99 udp: ipv4: fix an use after free in __udp4_lib_rcv() by Eric Dumazet · 11 years ago
  13. 673498b inet: fix NULL pointer Oops in fib(6)_rule_suppress by Stefan Tomanek · 11 years ago
  14. 7f2cbdc tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling. by Eric W. Biederman · 11 years ago
  15. 5fc92de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  16. f1d8cba inet: fix possible seqlock deadlocks by Eric Dumazet · 11 years ago
  17. d3f7d56 net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST by Shawn Landden · 11 years ago
  18. 39af0c4 net: remove outdated comment for ipv4 and ipv6 protocol handler by Baker Zhang · 11 years ago
  19. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  20. fb10f80 tcp_memcg: remove useless var old_lim by Gao feng · 11 years ago
  21. b8ee93b gro: Clean up tcpX_gro_receive checksum verification by Herbert Xu · 11 years ago
  22. cc5c00b gro: Only verify TCP checksums for candidates by Herbert Xu · 11 years ago
  23. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  24. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  25. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  26. dcdfdf5 ipv4: fix race in concurrent ip_route_input_slow() by Alexei Starovoitov · 11 years ago
  27. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  28. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  29. dbde497 tcp: don't update snd_nxt, when a socket is switched from repair mode by Andrey Vagin · 11 years ago
  30. 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
  31. cf970c0 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  32. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  33. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  34. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  35. c9e9042 ipv4: fix possible seqlock deadlock by Eric Dumazet · 11 years ago
  36. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  37. dccf76c net-tcp: fix panic in tcp_fastopen_cache_set() by Eric Dumazet · 11 years ago
  38. 98e0938 tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  39. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 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. dcd6077 inet: fix a UFO regression by Eric Dumazet · 11 years ago
  42. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  43. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  44. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  45. 0d41cca tcp: enable sockets to use MSG_FASTOPEN by default by Yuchung Cheng · 11 years ago
  46. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  47. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  48. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. ca0e8bd netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c by Wei Yongjun · 11 years ago
  50. 296c106 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  51. 2e19ef0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  52. 84502b5 xfrm: Fix null pointer dereference when decoding sessions by Steffen Klassert · 11 years ago
  53. f0dad6e Merge branch 'dma_complete' into next by Vinod Koul · 11 years ago
  54. c968601 tcp: temporarily disable Fast Open on SYN timeout by Yuchung Cheng · 11 years ago
  55. 1c5ad13 net: esp{4,6}: get rid of struct esp_data by Mathias Krause · 11 years ago
  56. 123b0d1 net: esp{4,6}: remove padlen from struct esp_data by Mathias Krause · 11 years ago
  57. daba287 ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  58. 0d08c42 tcp: gso: fix truesize tracking by Eric Dumazet · 11 years ago
  59. eeb1b73 xfrm: Increase the garbage collector threshold by Steffen Klassert · 11 years ago
  60. 8c3a897 inet: restore gso for vxlan by Eric Dumazet · 11 years ago
  61. 2f715c1 tcp: do not rearm RTO when future data are sacked by Yuchung Cheng · 11 years ago
  62. 2909d87 tcp: only take RTT from timestamps if new data is acked by Yuchung Cheng · 11 years ago
  63. bc15afa tcp: fix SYNACK RTT estimation in Fast Open by Yuchung Cheng · 11 years ago
  64. 27bf697 net: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  65. 7088ad7 inet: remove old fragmentation hash initializing by Hannes Frederic Sowa · 11 years ago
  66. e7b519b ipv4: initialize ip4_frags hash secret as late as possible by Hannes Frederic Sowa · 11 years ago
  67. afb14c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  68. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. b416c14 netfilter: x_tables: fix ordering of jumpstack allocation and table update by Will Deacon · 11 years ago
  70. 02cf4eb tcp: initialize passive-side sk_pacing_rate after 3WHS by Neal Cardwell · 11 years ago
  71. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  72. fd2d535 ipv4: Allow unprivileged users to use per net sysctls by Eric W. Biederman · 11 years ago
  73. 0a6fa23 ipv4: Use math to point per net sysctls into the appropriate struct net. by Eric W. Biederman · 11 years ago
  74. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  75. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  76. f594d63 tcp_memcontrol: Remove setting cgroup settings via sysctl by Eric W. Biederman · 11 years ago
  77. cd91cce tcp_memcontrol: Remove tcp_max_memory by Eric W. Biederman · 11 years ago
  78. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  79. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  80. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  81. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  82. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  83. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  84. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  85. e93b7d7 ip_output: do skb ufo init for peeked non ufo skb as well by Jiri Pirko · 11 years ago
  86. 7e58487 net: ipv4/ipv6: Remove extern from function prototypes by Joe Perches · 11 years ago
  87. 47d27aa ipv4: gso: send_check() & segment() cleanups by Eric Dumazet · 11 years ago
  88. 675297c tcp: remove redundant code in __tcp_retransmit_skb() by Neal Cardwell · 11 years ago
  89. 9877b25 fib: Use const struct nl_info * in rtmsg_fib by Joe Perches · 11 years ago
  90. 77dfca7 fib_trie: remove duplicated rcu lock by baker.zhang · 11 years ago
  91. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  92. 0baf2b3 ipv4: shrink rt_cache_stat by Eric Dumazet · 11 years ago
  93. 8f26fb1 tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs() by Eric Dumazet · 11 years ago
  94. c52e2421 tcp: must unclone packets before mangling them by Eric Dumazet · 11 years ago
  95. 031afe4 tcp: fix incorrect ca_state in tail loss probe by Yuchung Cheng · 11 years ago
  96. da33edc Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  97. c1d607c inet_diag: use sock_gen_put() by Eric Dumazet · 11 years ago
  98. d86946d netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP by Gao feng · 11 years ago
  99. f58d786 netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory by Gao feng · 11 years ago
  100. b5ef0f8 netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get by Gao feng · 11 years ago