1. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  2. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  3. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  4. 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago
  5. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  6. f361c4d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484 by Thomas Gleixner · 6 years ago
  7. 76e2153 net/udp_gso: Allow TX timestamp with UDP GSO by Fred Klassen · 6 years ago
  8. 5684abf ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL by Xin Long · 6 years ago
  9. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  10. 4fddbf8 Merge branch 'tcp-fixes' by David S. Miller · 6 years ago
  11. 2e05fca tcp: fix compile error if !CONFIG_SYSCTL by Eric Dumazet · 6 years ago
  12. 967c05a tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 6 years ago
  13. 5f3e2bf tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
  14. f070ef2 tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 6 years ago
  15. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  16. 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
  17. ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
  18. 522924b net: correct udp zerocopy refcnt also when zerocopy only on append by Willem de Bruijn · 6 years ago
  19. fcc2202 tcp: fix undo spurious SYNACK in passive Fast Open by Yuchung Cheng · 6 years ago
  20. c3fee64 net: ipv4: fib_semantics: fix uninitialized variable by Enrico Weigelt · 6 years ago
  21. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  22. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  23. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  24. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  25. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  26. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  27. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  28. 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 6 years ago
  29. 257a525 bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 6 years ago
  30. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  31. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  32. 2b81f81 net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 6 years ago
  33. 9609dad ipv4: tcp_input: fix stack out of bounds when parsing TCP options. by Young Xiao · 6 years ago
  34. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  35. 425aa0e ip_sockglue: Fix missing-check bug in ip_ra_control() by Gen Zhang · 6 years ago
  36. 71e15f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  37. 903869b ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 6 years ago
  38. 3580d04 ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  39. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  40. e633508 netfilter: nft_fib: Fix existence check support by Phil Sutter · 6 years ago
  41. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  42. 3a63cbb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 by Thomas Gleixner · 6 years ago
  43. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  44. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  45. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  46. ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
  47. 752beb5 net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module by Konstantin Khlebnikov · 6 years ago
  48. c7d5ec2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  49. 5fa2ca7 bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0 by John Fastabend · 6 years ago
  50. 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
  51. cd736d8 tcp: fix retrans timestamp on passive Fast Open by Yuchung Cheng · 6 years ago
  52. c42253c bpf: sockmap remove duplicate queue free by John Fastabend · 6 years ago
  53. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  54. 19e4e76 ipv4: Fix raw socket lookup for local traffic by David Ahern · 6 years ago
  55. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  56. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. 5ba2a4b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 1ffad6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  59. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  60. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  61. a5995e7 ipv4: Move exception bucket to nh_common by David Ahern · 6 years ago
  62. 87063a1f ipv4: Pass fib_nh_common to rt_cache_route by David Ahern · 6 years ago
  63. 0f457a3 ipv4: Move cached routes to fib_nh_common by David Ahern · 6 years ago
  64. 7fcd1e0 ipmr_base: Do not reset index in mr_table_dump by David Ahern · 6 years ago
  65. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  66. 4dd2b82 udp: fix GRO packet of death by Eric Dumazet · 6 years ago
  67. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  68. 98fa627 tcp: refactor setting the initial congestion window by Yuchung Cheng · 6 years ago
  69. 6b94b1c tcp: refactor to consolidate TFO passive open code by Yuchung Cheng · 6 years ago
  70. 794200d tcp: undo cwnd on Fast Open spurious SYNACK retransmit by Yuchung Cheng · 6 years ago
  71. 8c3cfe1 tcp: lower congestion window on Fast Open SYNACK timeout by Yuchung Cheng · 6 years ago
  72. 336c39a tcp: undo init congestion window on false SYNACK timeout by Yuchung Cheng · 6 years ago
  73. 9e450c1 tcp: better SYNACK sent timestamp by Yuchung Cheng · 6 years ago
  74. 7c1f081 tcp: undo initial congestion window on false SYN timeout by Yuchung Cheng · 6 years ago
  75. bc9f38c tcp: avoid unconditional congestion window undo on SYN retransmit by Yuchung Cheng · 6 years ago
  76. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  77. b145745 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  78. e1f172e netfilter: use macros to create module aliases. by Flavio Leitner · 6 years ago
  79. ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
  80. 21f1b8a udp: fix GRO reception in case of length mismatch by Paolo Abeni · 6 years ago
  81. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  82. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  83. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  84. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. 20ff83f ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
  86. ecc5663 net: Change nhc_flags to unsigned char by David Ahern · 6 years ago
  87. ffa8ce5 lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap by David Ahern · 6 years ago
  88. bb9cd07 xfrm: remove unneeded export_symbols by Florian Westphal · 6 years ago
  89. c53ac41 xfrm: remove decode_session indirection from afinfo_policy by Florian Westphal · 6 years ago
  90. 2e8b4aa xfrm: remove init_path indirection from afinfo_policy by Florian Westphal · 6 years ago
  91. f24ea52 xfrm: remove tos indirection from afinfo_policy by Florian Westphal · 6 years ago
  92. 3557b3f net: bpfilter: dont use module_init in non-modular code by Paul Gortmaker · 6 years ago
  93. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  94. d7cc399 tcp: properly reset skb->truesize for tx recycling by Eric Dumazet · 6 years ago
  95. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  96. 94e4dcc Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  97. 19fad20 ipv4: set the tcp_min_rtt_wlen range from 0 to one day by ZhangXiaoxu · 6 years ago
  98. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. 50ce163 tcp: tcp_grow_window() needs to respect tcp_space() by Eric Dumazet · 6 years ago
  100. 95337b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago