1. 2e598af gre: Use GSO flags to determine csum need instead of GRE flags by Alexander Duyck · 9 years ago
  2. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 9 years ago
  3. 08b64fc net: Store checksum result for offloaded GSO checksums by Alexander Duyck · 9 years ago
  4. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 9 years ago
  5. bef3c6c net: Drop unecessary enc_features variable from tunnel segmentation functions by Alexander Duyck · 9 years ago
  6. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 9 years ago
  7. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  8. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  9. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  10. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  11. 0aca737 tcp: Fix syncookies sysctl default. by David S. Miller · 9 years ago
  12. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 9 years ago
  13. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 9 years ago
  14. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago
  15. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  16. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 9 years ago
  17. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 9 years ago
  18. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 9 years ago
  19. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  20. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 9 years ago
  21. d452e6c tcp: tcp_cong_control helper by Yuchung Cheng · 9 years ago
  22. 2d14a4d tcp: make congestion control more robust against reordering by Yuchung Cheng · 9 years ago
  23. 3ebd8871 tcp: refactor pkts acked accounting by Yuchung Cheng · 9 years ago
  24. ddf1af6 tcp: new delivery accounting by Yuchung Cheng · 9 years ago
  25. 31ba0c1 tcp: move cwnd reduction after recovery state procesing by Yuchung Cheng · 9 years ago
  26. e662ca4 tcp: retransmit after recovery processing and congestion control by Yuchung Cheng · 9 years ago
  27. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 9 years ago
  28. 9d69153 tcp: do not enqueue skb with SYN flag by Eric Dumazet · 9 years ago
  29. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 9 years ago
  30. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  31. 99b4dd9 tcp: avoid cwnd undo after receiving ECN by Yuchung Cheng · 9 years ago
  32. a5829f5 fib_trie: Fix shift by 32 in fib_table_lookup by Alexander Duyck · 9 years ago
  33. 52b79e2 ipv4: ipconfig: avoid unused ic_proto_used symbol by Arnd Bergmann · 9 years ago
  34. 63e51b6 ipv4: early demux should be aware of fragments by Eric Dumazet · 9 years ago
  35. ff5d749 tcp: beware of alignments in tcp_get_info() by Eric Dumazet · 9 years ago
  36. d88270e tcp: fix tcp_mark_head_lost to check skb len before fragmenting by Neal Cardwell · 9 years ago
  37. 8282f27 inet: frag: Always orphan skbs inside ip_defrag() by Joe Stringer · 9 years ago
  38. 32b6170 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV by Thomas Egerer · 9 years ago
  39. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  40. e62a123 tcp: fix NULL deref in tcp_v4_send_ack() by Eric Dumazet · 9 years ago
  41. 7c13067 net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  42. d55f90b net: drop tcp_memcontrol.c by Vladimir Davydov · 9 years ago
  43. 489c2a2 mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM by Johannes Weiner · 9 years ago
  44. 6d378da mm: memcontrol: drop unused @css argument in memcg_init_kmem by Johannes Weiner · 9 years ago
  45. ed0dfff udp: fix potential infinite loop in SO_REUSEPORT logic by Eric Dumazet · 9 years ago
  46. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  47. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  48. ef12947 mm: memcontrol: switch to the updated jump-label API by Johannes Weiner · 9 years ago
  49. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  50. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  51. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  52. 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 9 years ago
  53. af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 9 years ago
  54. 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 9 years ago
  55. 9ee11ba memcg: do not allow to disable tcp accounting after limit is set by Vladimir Davydov · 9 years ago
  56. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 40ba330 udp: disallow UFO for sockets with SO_NO_CHECK option by Michal Kubeček · 9 years ago
  58. 83d15e7 tcp_yeah: don't set ssthresh below 2 by Neal Cardwell · 9 years ago
  59. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 9 years ago
  60. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 9 years ago
  61. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 9 years ago
  62. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 9 years ago
  63. ad64b8b ipv4: eliminate lock count warnings in ping.c by Lance Richardson · 9 years ago
  64. 30d3d83 ipv4: fix endianness warnings in ip_tunnel_core.c by Lance Richardson · 9 years ago
  65. 9b59377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  66. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. 8b8a321 tcp: fix zero cwnd in tcp_cwnd_reduction by Yuchung Cheng · 9 years ago
  68. 1134158 soreuseport: pass skb to secondary UDP socket lookup by Craig Gallek · 9 years ago
  69. a72a5e2 inet: kill unused skb_free op by Florian Westphal · 9 years ago
  70. b5bdacf net: Propagate lookup failure in l3mdev_get_saddr to caller by David Ahern · 9 years ago
  71. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  72. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 9 years ago
  73. 197c949 udp: properly support MSG_PEEK with truncated buffers by Eric Dumazet · 9 years ago
  74. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  76. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  77. 271c3b9 tcp: honour SO_BINDTODEVICE for TW_RST case too by Florian Westphal · 9 years ago
  78. e46787f tcp: send_reset: test for non-NULL sk first by Florian Westphal · 9 years ago
  79. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  80. 2010b93 net: tcp: deal with listen sockets properly in tcp_abort. by Lorenzo Colitti · 9 years ago
  81. 6d3c348 ipip: ioctl: Remove superfluous IP-TTL handling. by Pravin B Shelar · 9 years ago
  82. 07f6f4a tcp: diag: add support for request sockets to tcp_abort() by Eric Dumazet · 9 years ago
  83. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  84. 6dd9a14 net: Allow accepted sockets to be bound to l3mdev domain by David Ahern · 9 years ago
  85. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  86. 07e100f tcp: restore fastopen with no data in SYN packet by Eric Dumazet · 9 years ago
  87. 3036fac fou: clean up socket with kfree_rcu by Hannes Frederic Sowa · 9 years ago
  88. c1e64e2 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  89. 6eb5d2e net: diag: Support SOCK_DESTROY for inet sockets. by Lorenzo Colitti · 9 years ago
  90. b613f56 net: diag: split inet_diag_dump_one_icsk into two by Lorenzo Colitti · 9 years ago
  91. 9a49850 tcp: Fix conditions to determine checksum offload by Tom Herbert · 9 years ago
  92. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  93. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  94. 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
  95. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  96. a4ec800 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  97. 9e5be5b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  98. 7f49e7a net: Flush local routes when device changes vrf association by David Ahern · 9 years ago
  99. d3340b7 netfilter: nf_dup: add missing dependencies with NF_CONNTRACK by Pablo Neira Ayuso · 9 years ago
  100. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago