1. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
  2. 9a2f97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  3. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  4. 8d650cd tcp: fix tcp_set_congestion_control() use from bpf hook by Eric Dumazet · 5 years ago
  5. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  6. 666a3d6 udp: Fix typo in net/ipv4/udp.c by Su Yanjun · 5 years ago
  7. 66f8209 fib: relax source validation check for loopback packets by Cong Wang · 5 years ago
  8. b83329f netfilter: synproxy: fix erroneous tcp mss option by Fernando Fernandez Mancera · 5 years ago
  9. 05ba4c8 netfilter: Update obsolete comments referring to ip_conntrack by Yonatan Goldschmidt · 5 years ago
  10. 3c00fb0 netfilter: nf_conntrack_sip: fix expectation clash by xiao ruizhu · 6 years ago
  11. b575b24 netfilter: Fix rpfilter dropping vrf packets by mistake by Miaohe Lin · 6 years ago
  12. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  13. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  14. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  15. e858faf tcp: Reset bytes_acked and bytes_received when disconnecting by Christoph Paasch · 5 years ago
  16. 828b2b4 ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts by Stephen Suryaputra · 5 years ago
  17. 537de0c ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup() by Ido Schimmel · 6 years ago
  18. e4aa33a net: remove unused parameter from skb_checksum_try_convert by Li RongQing · 6 years ago
  19. e3b60ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  20. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  21. 6f24080 ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg() by Paolo Abeni · 6 years ago
  22. e4730936 inet: factor out inet_send_prepare() by Paolo Abeni · 6 years ago
  23. 1e64d7c net: don't warn in inet diag when IPV6 is disabled by Stephen Hemminger · 6 years ago
  24. 23729ff bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT by Stanislav Fomichev · 6 years ago
  25. 885b8b4 ipv4: Fix off-by-one in route dump counter without netlink strict checking by Stefano Brivio · 6 years ago
  26. 8d7017f blackhole_netdev: use blackhole_netdev to invalidate dst entries by Mahesh Bandewar · 6 years ago
  27. 2e60546 ipv4: don't set IPv6 only flags to IPv4 addresses by Matteo Croce · 6 years ago
  28. c7b37c7 xfrm: remove get_mtu indirection from xfrm_type by Florian Westphal · 6 years ago
  29. e5b1c6c igmp: fix memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
  30. 5cdda5f ipv4: enable route flushing in network namespaces by Christian Brauner · 6 years ago
  31. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 6a9e9ce net: ipv4: fix infinite loop on secondary addr promotion by Florian Westphal · 6 years ago
  33. 5b18f12 ipv4: reset rt_iif for recirculated mcast/bcast out pkts by Stephen Suryaputra · 6 years ago
  34. 93ed54b ipv4: fix suspicious RCU usage in fib_dump_info_fnhe() by Eric Dumazet · 6 years ago
  35. 38c7352 ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop by Stephen Suryaputra · 6 years ago
  36. 1c5ba67 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 6 years ago
  37. ee28906 ipv4: Dump route exceptions if requested by Stefano Brivio · 6 years ago
  38. d948974 ipv4/route: Allow NULL flowinfo in rt_fill_info() by Stefano Brivio · 6 years ago
  39. b597ca6e ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering by Stefano Brivio · 6 years ago
  40. 564c91f fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED by Stefano Brivio · 6 years ago
  41. 650638a ipv4: fix confirm_addr_indev() when enable route_localnet by Shijie Luo · 6 years ago
  42. d8c444d ipv4: fix inet_select_addr() when enable route_localnet by Shijie Luo · 6 years ago
  43. 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
  44. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  46. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  47. 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
  48. dbb5281 netfilter: nf_tables: add support for matching IPv4 options by Stephen Suryaputra · 6 years ago
  49. f76c7bf netfilter: synproxy: fix manual bump of the reference counter by Fernando Fernandez Mancera · 6 years ago
  50. 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago
  51. 25cec75 net/ipv4: fib_trie: Avoid cryptic ternary expressions by Matthias Kaehlcke · 6 years ago
  52. d5dd887 inet: fix various use-after-free in defrags units by Eric Dumazet · 6 years ago
  53. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  54. f361c4d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484 by Thomas Gleixner · 6 years ago
  55. 76e2153 net/udp_gso: Allow TX timestamp with UDP GSO by Fred Klassen · 6 years ago
  56. 5684abf ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL by Xin Long · 6 years ago
  57. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. 40008e9 net: ipv4: remove erroneous advancement of list pointer by Florian Westphal · 6 years ago
  59. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  60. c681eda net: ipv4: move tcp_fastopen server side code to SipHash library by Ard Biesheuvel · 6 years ago
  61. 4fddbf8 Merge branch 'tcp-fixes' by David S. Miller · 6 years ago
  62. d7f9b2f netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY by Fernando Fernandez Mancera · 6 years ago
  63. 2e05fcae tcp: fix compile error if !CONFIG_SYSCTL by Eric Dumazet · 6 years ago
  64. 967c05a tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 6 years ago
  65. 5f3e2bf00 tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
  66. f070ef2 tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 6 years ago
  67. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  68. 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
  69. ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
  70. f48d2cc udp: Remove unused variable/function (exact_dif) by Tim Beale · 6 years ago
  71. 7354537 udp: Remove unused parameter (exact_dif) by Tim Beale · 6 years ago
  72. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  73. 363887a ipv4: Support multipath hashing on inner IP pkts for GRE tunnel by Stephen Suryaputra · 6 years ago
  74. 7b58139 tcp: use static_branch_deferred_inc for clean_acked_data_enabled by Willem de Bruijn · 6 years ago
  75. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  76. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  77. 522924b net: correct udp zerocopy refcnt also when zerocopy only on append by Willem de Bruijn · 6 years ago
  78. 7bf4796 nexthops: add support for replace by David Ahern · 6 years ago
  79. 6c48ea5 ipv4: Optimization for fib_info lookup with nexthops by David Ahern · 6 years ago
  80. 493ced1 ipv4: Allow routes to use nexthop objects by David Ahern · 6 years ago
  81. f88c9aa nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct by David Ahern · 6 years ago
  82. 948622f tcp: Make tcp_fastopen_alloc_ctx static by YueHaibing · 6 years ago
  83. fe03d47 Update my email address by Jozsef Kadlecsik · 6 years ago
  84. c67b855 ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  85. fcc2202 tcp: fix undo spurious SYNACK in passive Fast Open by Yuchung Cheng · 6 years ago
  86. c3fee64 net: ipv4: fib_semantics: fix uninitialized variable by Enrico Weigelt · 6 years ago
  87. 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
  88. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  89. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  91. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  92. 4f518e8 xfrm: remove type and offload_type map from xfrm_state_afinfo by Florian Westphal · 6 years ago
  93. 4c203b0 xfrm: remove eth_proto value from xfrm_state_afinfo by Florian Westphal · 6 years ago
  94. 8b5e07d inet_connection_sock: remove unused parameter of reqsk_queue_unlink func by Zhiqiang Liu · 6 years ago
  95. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  96. 88e235b net: ipv4: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  97. 75a6faf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 by Thomas Gleixner · 6 years ago
  98. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  99. e468174 xfrm: remove init_flags indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago
  100. 5c1b9ab xfrm: remove init_temprop indirection from xfrm_state_afinfo by Florian Westphal · 6 years ago