1. 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
  2. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  4. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  5. 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
  6. 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago
  7. 25cec75 net/ipv4: fib_trie: Avoid cryptic ternary expressions by Matthias Kaehlcke · 6 years ago
  8. d5dd887 inet: fix various use-after-free in defrags units by Eric Dumazet · 6 years ago
  9. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  10. f361c4d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484 by Thomas Gleixner · 6 years ago
  11. 76e2153 net/udp_gso: Allow TX timestamp with UDP GSO by Fred Klassen · 6 years ago
  12. 5684abf ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL by Xin Long · 6 years ago
  13. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. 40008e9 net: ipv4: remove erroneous advancement of list pointer by Florian Westphal · 6 years ago
  15. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  16. c681eda net: ipv4: move tcp_fastopen server side code to SipHash library by Ard Biesheuvel · 6 years ago
  17. 4fddbf8 Merge branch 'tcp-fixes' by David S. Miller · 6 years ago
  18. 2e05fca tcp: fix compile error if !CONFIG_SYSCTL by Eric Dumazet · 6 years ago
  19. 967c05a tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 6 years ago
  20. 5f3e2bf tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
  21. f070ef2 tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 6 years ago
  22. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  23. 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
  24. ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
  25. f48d2cc udp: Remove unused variable/function (exact_dif) by Tim Beale · 6 years ago
  26. 7354537 udp: Remove unused parameter (exact_dif) by Tim Beale · 6 years ago
  27. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  28. 363887a ipv4: Support multipath hashing on inner IP pkts for GRE tunnel by Stephen Suryaputra · 6 years ago
  29. 7b58139 tcp: use static_branch_deferred_inc for clean_acked_data_enabled by Willem de Bruijn · 6 years ago
  30. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  31. 522924b net: correct udp zerocopy refcnt also when zerocopy only on append by Willem de Bruijn · 6 years ago
  32. 7bf4796 nexthops: add support for replace by David Ahern · 6 years ago
  33. 6c48ea5 ipv4: Optimization for fib_info lookup with nexthops by David Ahern · 6 years ago
  34. 493ced1 ipv4: Allow routes to use nexthop objects by David Ahern · 6 years ago
  35. f88c9aa nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct by David Ahern · 6 years ago
  36. 948622f tcp: Make tcp_fastopen_alloc_ctx static by YueHaibing · 6 years ago
  37. c67b855 ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  38. fcc2202 tcp: fix undo spurious SYNACK in passive Fast Open by Yuchung Cheng · 6 years ago
  39. c3fee64 net: ipv4: fib_semantics: fix uninitialized variable by Enrico Weigelt · 6 years ago
  40. 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
  41. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  42. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  44. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  45. 8b5e07d inet_connection_sock: remove unused parameter of reqsk_queue_unlink func by Zhiqiang Liu · 6 years ago
  46. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  47. 88e235b net: ipv4: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  48. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  49. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  50. f88d8ea ipv6: Plumb support for nexthop object in a fib6_info by David Ahern · 6 years ago
  51. 4c7e808 ipv4: Plumb support for nexthop object in a fib_info by David Ahern · 6 years ago
  52. dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
  53. 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
  54. 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 6 years ago
  55. d3e6e28 net: ipv4: fix rcu lockdep splat due to wrong annotation by Florian Westphal · 6 years ago
  56. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  57. 5472c3c tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) by Eric Dumazet · 6 years ago
  58. 046386c ipv4: icmp: use this_cpu_read() in icmp_sk() by Eric Dumazet · 6 years ago
  59. 257a525 bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 6 years ago
  60. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  61. cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
  62. b8d1957 netfilter: use in_dev_for_each_ifa_rcu by Florian Westphal · 6 years ago
  63. d519e87 devinet: use in_dev_for_each_ifa_rcu in more places by Florian Westphal · 6 years ago
  64. ef11db3 net: inetdevice: provide replacement iterators for in_ifaddr walk by Florian Westphal · 6 years ago
  65. c1e9e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  66. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  67. 956fe21 bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls by brakmo · 6 years ago
  68. 6f43e52 nexthop: remove redundant assignment to err by Colin Ian King · 6 years ago
  69. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  70. 3862c6a netfilter: ipv4: prefer skb_ensure_writable by Florian Westphal · 6 years ago
  71. 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
  72. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  73. 2b81f81 net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 6 years ago
  74. 19c3401 net: ipv4: place control buffer handling away from fragmentation iterators by Pablo Neira Ayuso · 6 years ago
  75. 065ff79 net: ipv4: split skbuff into fragments transformer by Pablo Neira Ayuso · 6 years ago
  76. c8b17be net: ipv4: add skbuff fraglist splitter by Pablo Neira Ayuso · 6 years ago
  77. aa1236c tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key by Jason Baron · 6 years ago
  78. 0f1ce02 tcp: add support to TCP_FASTOPEN_KEY for optional backup key by Jason Baron · 6 years ago
  79. 9092a76 tcp: add backup TFO key infrastructure by Jason Baron · 6 years ago
  80. 483642e tcp: introduce __tcp_fastopen_cookie_gen_cipher() by Christoph Paasch · 6 years ago
  81. 9609dad ipv4: tcp_input: fix stack out of bounds when parsing TCP options. by Young Xiao · 6 years ago
  82. 32707c4 inet: frags: Remove unnecessary smp_store_release/READ_ONCE by Herbert Xu · 6 years ago
  83. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  84. 430a049 nexthop: Add support for nexthop groups by David Ahern · 6 years ago
  85. b513bd0 nexthop: Add support for lwt encaps by David Ahern · 6 years ago
  86. 53010f9 nexthop: Add support for IPv6 gateways by David Ahern · 6 years ago
  87. 597cfe4f nexthop: Add support for IPv4 nexthops by David Ahern · 6 years ago
  88. ab84be7 net: Initial nexthop code by David Ahern · 6 years ago
  89. dc93f46 inet: frags: fix use-after-free read in inet_frag_destroy_rcu by Eric Dumazet · 6 years ago
  90. 6b73d19 inet: frags: uninline fqdir_init() by Eric Dumazet · 6 years ago
  91. df80152 ipv4: remove redundant assignment to n by Colin Ian King · 6 years ago
  92. 3c8fc87 inet: frags: rework rhashtable dismantle by Eric Dumazet · 6 years ago
  93. 4907abc net: dynamically allocate fqdir structures by Eric Dumazet · 6 years ago
  94. a39aca6 net: add a net pointer to struct fqdir by Eric Dumazet · 6 years ago
  95. 9cce45f net: rename inet_frags_init_net() to fdir_init() by Eric Dumazet · 6 years ago
  96. 8dfdb31 ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[] by Eric Dumazet · 6 years ago
  97. 803fdd9 net: rename struct fqdir fields by Eric Dumazet · 6 years ago
  98. 89fb900 net: rename inet_frags_exit_net() to fqdir_exit() by Eric Dumazet · 6 years ago
  99. 6ce3b4d inet: rename netns_frags to fqdir by Eric Dumazet · 6 years ago
  100. 425aa0e ip_sockglue: Fix missing-check bug in ip_ra_control() by Gen Zhang · 6 years ago