1. 1f6f96b tcp: clear tp->segs_{in|out} in tcp_disconnect() by Eric Dumazet · 4 years, 8 months ago
  2. 5022fce tcp: clear tp->data_segs{in|out} in tcp_disconnect() by Eric Dumazet · 4 years, 8 months ago
  3. f5b6109 tcp: clear tp->delivered in tcp_disconnect() by Eric Dumazet · 4 years, 8 months ago
  4. b1e355a tcp: clear tp->total_retrans in tcp_disconnect() by Eric Dumazet · 4 years, 8 months ago
  5. be914e0 vti[6]: fix packet tx through bpf_redirect() by Nicolas Dichtel · 4 years, 9 months ago
  6. 57d3e48 tcp_bbr: improve arithmetic division in bbr_update_bw() by Wen Yang · 4 years, 8 months ago
  7. 6769626 net, ip_tunnel: fix namespaces move by William Dauchy · 4 years, 8 months ago
  8. 3930b48 tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 4 years, 9 months ago
  9. 2564ab9 netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct by Florian Westphal · 4 years, 9 months ago
  10. 76c146c netfilter: arp_tables: init netns pointer in xt_tgchk_param struct by Florian Westphal · 4 years, 9 months ago
  11. 638b632 tcp: minimize false-positives on TCP/GRO check by Marcelo Ricardo Leitner · 7 years ago
  12. ea3cc78 tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 4 years, 9 months ago
  13. b2c74eb tcp: do not send empty skb from tcp_write_xmit() by Eric Dumazet · 4 years, 10 months ago
  14. 792365b tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 4 years, 10 months ago
  15. ec92851 net: icmp: fix data-race in cmp_global_allow() by Eric Dumazet · 4 years, 11 months ago
  16. 67b02e3 inet: protect against too small mtu values. by Eric Dumazet · 4 years, 10 months ago
  17. e12119e tcp: md5: fix potential overestimation of TCP option space by Eric Dumazet · 4 years, 10 months ago
  18. 5471717 tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  19. 4ae7b6e tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  20. bc60abe ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 6 years ago
  21. 5394976 ip_gre: fix parsing gre header in ipgre_err by Haishuang Yan · 6 years ago
  22. ed9acfe ipv4: Fix table id reference in fib_sync_down_addr by David Ahern · 4 years, 11 months ago
  23. a67a32d inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  24. 24bde29 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  25. a14aed9 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  26. 6aab2d9 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
  27. 217fc82 tcp: inherit timestamp on mtu probe by Willem de Bruijn · 5 years ago
  28. b97a2f3 inet: switch IP ID generator to siphash by Eric Dumazet · 5 years ago
  29. 06fac08 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
  30. 01dd367 tcp: Reset bytes_acked and bytes_received when disconnecting by Christoph Paasch · 5 years ago
  31. 4150437 ipv4: don't set IPv6 only flags to IPv4 addresses by Matteo Croce · 5 years ago
  32. 84d0edf igmp: fix memory leak in igmpv3_del_delrec() by Eric Dumazet · 5 years ago
  33. 3c77e8f bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 5 years ago
  34. 4451dc9 ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop by Stephen Suryaputra · 5 years ago
  35. caa51ed tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 5 years ago
  36. 7e90962 tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 5 years ago
  37. 8e39cbc tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 5 years ago
  38. e358f4a tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 5 years ago
  39. cc1b58c tcp: limit payload size of sacked skbs by Eric Dumazet · 5 years ago
  40. 418894c tcp: reduce tcp_fastretrans_alert() verbosity by Eric Dumazet · 7 years ago
  41. 2113c72 ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 5 years ago
  42. 405d3bb ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 5 years ago
  43. 5b28db5 xfrm4: Fix uninitialized memory read in _decode_session4 by Steffen Klassert · 6 years ago
  44. eb490b3 vti4: ipip tunnel deregistration fixes. by Jeremy Sowden · 6 years ago
  45. 4dbefd9 ipv4: Fix raw socket lookup for local traffic by David Ahern · 5 years ago
  46. bcb37e6 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 5 years ago
  47. aaee29e net: IP defrag: encapsulate rbtree defrag code into callable functions by Peter Oskolkov · 5 years ago
  48. 840367c ipv4: set the tcp_min_rtt_wlen range from 0 to one day by ZhangXiaoxu · 5 years ago
  49. cd55c74 ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 5 years ago
  50. aec9cfd ipv4: ensure rcu_read_lock() in ipv4_link_failure() by Eric Dumazet · 5 years ago
  51. ff71f99 ipv4: recompile ip options in ipv4_link_failure by Stephen Suryaputra · 5 years ago
  52. 80eae5e tcp: tcp_grow_window() needs to respect tcp_space() by Eric Dumazet · 5 years ago
  53. d55ff2f0 net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv by Lorenzo Bianconi · 5 years ago
  54. 5f5d628 vrf: check accept_source_route on the original netdevice by Stephen Suryaputra · 5 years ago
  55. 051ca6a tcp: Ensure DCTCP reacts to losses by Koen De Schepper · 5 years ago
  56. dfe4f69 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  57. 83fe873 tcp/dccp: remove reqsk_put() from inet_child_forget() by Eric Dumazet · 7 years ago
  58. 40852d5 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
  59. e8273ce route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  60. d2a6df7 vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel by Su Yanjun · 6 years ago
  61. 3b44897 net: avoid use IPCB in cipso_v4_error by Nazarov Sergey · 6 years ago
  62. 55ea53a net: Add __icmp_send helper. by Nazarov Sergey · 6 years ago
  63. 1c973f9 netlabel: fix out-of-bounds memory accesses by Paul Moore · 6 years ago
  64. 575880f net: ipv4: use a dedicated counter for icmp_v4 redirect packets by Lorenzo Bianconi · 6 years ago
  65. 1f52cfe tcp: clear icsk_backoff in tcp_write_queue_purge() by Eric Dumazet · 6 years ago
  66. 209d8d2 tcp: tcp_v4_err() should be more careful by Eric Dumazet · 6 years ago
  67. 1894d7c netfilter: nf_tables: fix mismatch in big-endian system by Liping Zhang · 8 years ago
  68. 90a7b84 Fix "net: ipv4: do not handle duplicate fragments as overlapping" by Greg Kroah-Hartman · 6 years ago
  69. 8c84965 ipfrag: really prevent allocation on netns exit by Paolo Abeni · 6 years ago
  70. bff7432 net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 6 years ago
  71. 04663e8 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  72. 9cd0563 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  73. 122aeb4 net: ipv4: do not handle duplicate fragments as overlapping by Michal Kubecek · 6 years ago
  74. 35775cc ipv4: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  75. bd3fa7e tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  76. 5569c10 ip_tunnel: Fix name string concatenate in __ip_tunnel_create() by Sultan Alsawaf · 6 years ago
  77. eb18330 inet: frags: better deal with smp races by Eric Dumazet · 6 years ago
  78. 5367cdf ip_tunnel: don't force DF when MTU is locked by Sabrina Dubroca · 6 years ago
  79. b6b45bc net/ipv4: defensive cipso option parsing by Stefan Nuernberger · 6 years ago
  80. 0376b83 net: drop skb on failure in ip_check_defrag() by Cong Wang · 6 years ago
  81. 33424e7 net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  82. 5a0f340 ipv4: frags: precedence bug in ip_expire() by Dan Carpenter · 6 years ago
  83. 85e59af9 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 6 years ago
  84. 4077ddb ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  85. e9e4ac4 ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  86. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  87. b475cf3 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  88. 82f36cb ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  89. d838486 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 6 years ago
  90. 7a87ec9 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 6 years ago
  91. 7f61706 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 6 years ago
  92. 965e2ad inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 6 years ago
  93. 49106f3 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 6 years ago
  94. ea7496f inet: frags: remove some helpers by Eric Dumazet · 6 years ago
  95. 23ce9c5 inet: frags: use rhashtables for reassembly units by Eric Dumazet · 6 years ago
  96. bbf6d86 inet: frags: refactor ipfrag_init() by Eric Dumazet · 6 years ago
  97. 2ffb1c3 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  98. 7fca771 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  99. 6b2f36b inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  100. 4cded0a tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago