1. beafee9 Merge 5.10.68 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  2. 53947b6 tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() by zhenggy · 3 years, 4 months ago
  3. afe9ed0 Merge 5.10.53 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  4. ad4ba34 tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized by Nguyen Dinh Phi · 3 years, 7 months ago
  5. 8db62be Merge 5.10.51 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  6. f9c67c1 net: tcp better handling of reordering then loss cases by Yuchung Cheng · 3 years, 8 months ago
  7. 2cff74e ANDROID: vendor_hooks: Add vendor hook to the net by Bae Soukjin · 4 years, 5 months ago
  8. a9cd144 tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN by Pengcheng Yang · 4 years ago
  9. 011c3d9 tcp: make TCP_USER_TIMEOUT accurate for zero window probes by Enke Chen · 4 years ago
  10. 70746a4 tcp: fix TCP_USER_TIMEOUT with zero window by Enke Chen · 4 years ago
  11. a6fc831 tcp: fix TCP socket rehash stats mis-accounting by Yuchung Cheng · 4 years ago
  12. 72d05c0 tcp: select sane initial rcvq_space.space for big MSS by Eric Dumazet · 4 years, 1 month ago
  13. 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 3 months ago
  14. 18ded91 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 3 months ago
  15. 4479758 tcp: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  16. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  17. 9cd8b6c tcp: account total lost packets properly by Yuchung Cheng · 4 years, 4 months ago
  18. 534a210 tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost by Yuchung Cheng · 4 years, 4 months ago
  19. 6869897 tcp: simplify tcp_mark_skb_lost by Yuchung Cheng · 4 years, 4 months ago
  20. fd214674 tcp: move tcp_mark_skb_lost by Yuchung Cheng · 4 years, 4 months ago
  21. 179ac35 tcp: consistently check retransmit hint by Yuchung Cheng · 4 years, 4 months ago
  22. 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 4 months ago
  23. ad2b9b0 tcp: skip DSACKs with dubious sequence ranges by Priyaranjan Jha · 4 years, 4 months ago
  24. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  25. 0cbe6a8 tcp: remove SOCK_QUEUE_SHRUNK by Eric Dumazet · 4 years, 4 months ago
  26. 8919a9b tcp: Only init congestion control if not initialized already by Neal Cardwell · 4 years, 4 months ago
  27. e9b12ed tcp: record received TOS value in the request socket by Wei Wang · 4 years, 4 months ago
  28. 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 5 months ago
  29. 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 5 months ago
  30. 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
  31. 00d211a bpf: tcp: Add bpf_skops_parse_hdr() by Martin KaFai Lau · 4 years, 5 months ago
  32. 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 5 months ago
  33. 7656d68 tcp: Add saw_unknown to struct tcp_options_received by Martin KaFai Lau · 4 years, 5 months ago
  34. 70a217f tcp: Use a struct to represent a saved_syn by Martin KaFai Lau · 4 years, 5 months ago
  35. 730e700 tcp: apply a floor of 1 for RTT samples from TCP timestamps by Jianfeng Wang · 4 years, 6 months ago
  36. 6fc8c82 tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option by Florian Westphal · 4 years, 6 months ago
  37. f8ace8d tcp: rename request_sock cookie_ts bit to syncookie by Florian Westphal · 4 years, 6 months ago
  38. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  39. 76be93f tcp: allow at most one TLP probe per flight by Yuchung Cheng · 4 years, 6 months ago
  40. e3a5a1e tcp: add SNMP counter for no. of duplicate segments reported by DSACK by Priyaranjan Jha · 4 years, 6 months ago
  41. a71d77e tcp: fix segment accounting when DSACK range covers multiple segments by Priyaranjan Jha · 4 years, 6 months ago
  42. 3628e3c net: ipv4: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  43. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  44. 7a6498e Replace HTTP links with HTTPS ones: IPv* by Alexander A. Klimov · 4 years, 7 months ago
  45. ba3bb0e tcp: fix SO_RCVLOWAT possible hangs under high mem pressure by Eric Dumazet · 4 years, 7 months ago
  46. ff91e92 tcp: call tcp_ack_tstamp() when not fully acked by Yousuk Seung · 4 years, 7 months ago
  47. 082d4fa tcp: update delivered_ce with delivered by Yousuk Seung · 4 years, 7 months ago
  48. f00394c tcp: count sacked packets in tcp_sacktag_state by Yousuk Seung · 4 years, 7 months ago
  49. c634e34 tcp: add ece_ack flag to reno sack functions by Yousuk Seung · 4 years, 7 months ago
  50. fdb7eb2 tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() by Yousuk Seung · 4 years, 7 months ago
  51. 25702840 tcp: don't ignore ECN CWR on pure ACK by Denis Kirjanov · 4 years, 7 months ago
  52. 6620512 tcp: grow window for OOO packets only for SACK flows by Eric Dumazet · 4 years, 7 months ago
  53. bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 8 months ago
  54. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  55. 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
  56. 636ef28 tcp: tcp_mark_head_lost is only valid for sack-tcp by zhang kai · 4 years, 9 months ago
  57. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  58. 8dc242ad tcp: refine tcp_pacing_delay() for very low pacing rates by Eric Dumazet · 4 years, 9 months ago
  59. a70437c tcp: add hrtimer slack to sack compression by Eric Dumazet · 4 years, 9 months ago
  60. ccd0628 tcp: tcp_sack_new_ofo_skb() should be more conservative by Eric Dumazet · 4 years, 9 months ago
  61. 2b19585 tcp: add tp->dup_ack_counter by Eric Dumazet · 4 years, 9 months ago
  62. cfde141 mptcp: move option parsing into mptcp_incoming_options() by Paolo Abeni · 4 years, 9 months ago
  63. 263e120 mptcp: consolidate synack processing. by Paolo Abeni · 4 years, 9 months ago
  64. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  65. dad8cea tcp: fix TFO SYNACK undo to avoid double-timestamp-undo by Neal Cardwell · 5 years ago
  66. 9603d47 tcp: Reduce SYN resend delay if a suspicous ACK is received by SeongJae Park · 5 years ago
  67. ae2dd71 mptcp: handle tcp fallback when using syn cookies by Florian Westphal · 5 years ago
  68. 32efcc0 tcp: export count for rehash attempts by Abdul Kabbani · 5 years ago
  69. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  70. cc7972e mptcp: parse and emit MP_CAPABLE option according to v1 spec by Christoph Paasch · 5 years ago
  71. 648ef4b mptcp: Implement MPTCP receive path by Mat Martineau · 5 years ago
  72. cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
  73. eda7acd mptcp: Handle MPTCP TCP options by Peter Krystad · 5 years ago
  74. 2bec445 tcp: do not leave dangling pointers in tp->highest_sack by Eric Dumazet · 5 years ago
  75. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  76. e176b1b tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 5 years ago
  77. 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
  78. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  79. d0e8bca tcp: use REXMIT_NEW instead of magic number by Mao Wenan · 5 years ago
  80. c965500 tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 5 years ago
  81. 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
  82. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  83. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  84. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  85. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  86. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  87. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  88. f9af2db tcp: Add TCP_INFO counter for packets received out-of-order by Thomas Higdon · 5 years ago
  89. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  90. af38d07 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
  91. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
  92. 9651127 tcp: tcp_syn_flood_action read port from socket by Petar Penkov · 5 years ago
  93. 23729ff bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT by Stanislav Fomichev · 6 years ago
  94. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  96. 7b58139 tcp: use static_branch_deferred_inc for clean_acked_data_enabled by Willem de Bruijn · 6 years ago
  97. fcc2202 tcp: fix undo spurious SYNACK in passive Fast Open by Yuchung Cheng · 6 years ago
  98. 9609dad ipv4: tcp_input: fix stack out of bounds when parsing TCP options. by Young Xiao · 6 years ago
  99. cd736d8 tcp: fix retrans timestamp on passive Fast Open by Yuchung Cheng · 6 years ago
  100. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago