1. 2246387 GSO: Provide software checksum of tunneled UDP fragmentation offload by Alexander Duyck · 9 years ago
  2. 17b693c net: l3mdev: prefer VRF master for source address selection by David Lamparter · 9 years ago
  3. 3f2fb9a net: l3mdev: address selection should only consider devices in L3 domain by David Ahern · 9 years ago
  4. e5fbfc1 soreuseport: fix merge conflict in tcp bind by Craig Gallek · 9 years ago
  5. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. a97eb33 rtnl: RTM_GETNETCONF: fix wrong return value by Anton Protopopov · 9 years ago
  7. d13b161 gre: clear IFF_TX_SKB_SHARING by Jiri Benc · 9 years ago
  8. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
  9. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 9 years ago
  10. deed49d route: check and remove route cache when we get route by Xin Long · 9 years ago
  11. 1eea84b tcp: correctly crypto_alloc_hash return check by Insu Yun · 9 years ago
  12. 7bbf3ca ipv4: Remove inet_lro library by Ben Hutchings · 9 years ago
  13. 52a773d net: Export ip fragment sysctl to unprivileged users by Nikolay Borisov · 9 years ago
  14. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 9 years ago
  15. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 9 years ago
  16. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 9 years ago
  17. dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 9 years ago
  18. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 9 years ago
  19. cd9b266 tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info by Eric Dumazet · 9 years ago
  20. 7292355 tcp: md5: release request socket instead of listener by Eric Dumazet · 9 years ago
  21. 3c1cb4d net/ipv4: add dst cache support for gre lwtunnels by Paolo Abeni · 9 years ago
  22. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 9 years ago
  23. 3720228 tcp: do not set rtt_min to 1 by Eric Dumazet · 9 years ago
  24. 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 9 years ago
  25. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
  26. 5393610 net: gre: Implement LCO for GRE over IPv4 by Edward Cree · 9 years ago
  27. 06f6229 fou: enable LCO in FOU and GUE by Edward Cree · 9 years ago
  28. d75f130 net: udp: always set up for CHECKSUM_PARTIAL offload by Edward Cree · 9 years ago
  29. 179bc67 net: local checksum offload for encapsulation by Edward Cree · 9 years ago
  30. ea8add2 tcp/dccp: better use of ephemeral ports in bind() by Eric Dumazet · 9 years ago
  31. 1580ab6 tcp/dccp: better use of ephemeral ports in connect() by Eric Dumazet · 9 years ago
  32. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 9 years ago
  33. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 9 years ago
  34. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
  35. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 9 years ago
  36. dbef491 udp: Use uh->len instead of skb->len to compute checksum in segmentation by Alexander Duyck · 9 years ago
  37. fdaefd6 udp: Clean up the use of flags in UDP segmentation offload by Alexander Duyck · 9 years ago
  38. 3872035 gre: Use inner_proto to obtain inner header protocol by Alexander Duyck · 9 years ago
  39. 2e598af gre: Use GSO flags to determine csum need instead of GRE flags by Alexander Duyck · 9 years ago
  40. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 9 years ago
  41. 08b64fc net: Store checksum result for offloaded GSO checksums by Alexander Duyck · 9 years ago
  42. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 9 years ago
  43. bef3c6c net: Drop unecessary enc_features variable from tunnel segmentation functions by Alexander Duyck · 9 years ago
  44. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 9 years ago
  45. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  46. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 9 years ago
  47. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  48. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  49. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 9 years ago
  50. 5f74f82 net:Add sysctl_max_skb_frags by Hans Westgaard Ry · 9 years ago
  51. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 9 years ago
  52. 0aca737 tcp: Fix syncookies sysctl default. by David S. Miller · 9 years ago
  53. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 9 years ago
  54. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 9 years ago
  55. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago
  56. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  57. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 9 years ago
  58. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 9 years ago
  59. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 9 years ago
  60. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  61. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 9 years ago
  62. d452e6c tcp: tcp_cong_control helper by Yuchung Cheng · 9 years ago
  63. 2d14a4d tcp: make congestion control more robust against reordering by Yuchung Cheng · 9 years ago
  64. 3ebd8871 tcp: refactor pkts acked accounting by Yuchung Cheng · 9 years ago
  65. ddf1af6 tcp: new delivery accounting by Yuchung Cheng · 9 years ago
  66. 31ba0c1 tcp: move cwnd reduction after recovery state procesing by Yuchung Cheng · 9 years ago
  67. e662ca4 tcp: retransmit after recovery processing and congestion control by Yuchung Cheng · 9 years ago
  68. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 9 years ago
  69. 9d69153 tcp: do not enqueue skb with SYN flag by Eric Dumazet · 9 years ago
  70. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 9 years ago
  71. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  72. 99b4dd9 tcp: avoid cwnd undo after receiving ECN by Yuchung Cheng · 9 years ago
  73. a5829f5 fib_trie: Fix shift by 32 in fib_table_lookup by Alexander Duyck · 9 years ago
  74. 52b79e2 ipv4: ipconfig: avoid unused ic_proto_used symbol by Arnd Bergmann · 9 years ago
  75. 63e51b6 ipv4: early demux should be aware of fragments by Eric Dumazet · 9 years ago
  76. ff5d749 tcp: beware of alignments in tcp_get_info() by Eric Dumazet · 9 years ago
  77. d88270e tcp: fix tcp_mark_head_lost to check skb len before fragmenting by Neal Cardwell · 9 years ago
  78. 8282f27 inet: frag: Always orphan skbs inside ip_defrag() by Joe Stringer · 9 years ago
  79. 32b6170 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV by Thomas Egerer · 9 years ago
  80. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
  81. e62a123 tcp: fix NULL deref in tcp_v4_send_ack() by Eric Dumazet · 9 years ago
  82. 7c13067 net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  83. d55f90b net: drop tcp_memcontrol.c by Vladimir Davydov · 9 years ago
  84. 489c2a2 mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM by Johannes Weiner · 9 years ago
  85. 6d378da mm: memcontrol: drop unused @css argument in memcg_init_kmem by Johannes Weiner · 9 years ago
  86. ed0dfff udp: fix potential infinite loop in SO_REUSEPORT logic by Eric Dumazet · 9 years ago
  87. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  88. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  89. ef12947 mm: memcontrol: switch to the updated jump-label API by Johannes Weiner · 9 years ago
  90. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  91. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  92. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  93. 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 9 years ago
  94. af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 9 years ago
  95. 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 9 years ago
  96. 9ee11ba memcg: do not allow to disable tcp accounting after limit is set by Vladimir Davydov · 9 years ago
  97. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 40ba330 udp: disallow UFO for sockets with SO_NO_CHECK option by Michal Kubeček · 9 years ago
  99. 83d15e7 tcp_yeah: don't set ssthresh below 2 by Neal Cardwell · 9 years ago
  100. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 9 years ago