index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-30
tcp: fix too slow tcp_rcvbuf_grow() action
Eric Dumazet
1
-2
/
+9
2025-10-30
tcp: add newval parameter to tcp_rcvbuf_grow()
Eric Dumazet
1
-7
/
+7
2025-10-06
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
1
-1
/
+0
2025-09-30
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
Paolo Abeni
1
-1
/
+1
2025-09-30
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
1
-2
/
+13
2025-09-23
tcp: reclaim 8 bytes in struct request_sock_queue
Eric Dumazet
1
-2
/
+2
2025-09-23
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
1
-1
/
+2
2025-09-18
tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
Ilpo Järvinen
1
-2
/
+34
2025-09-18
tcp: accecn: AccECN option failure handling
Chia-Yu Chang
1
-2
/
+33
2025-09-18
tcp: accecn: AccECN option send control
Chia-Yu Chang
1
-1
/
+3
2025-09-18
tcp: accecn: AccECN option
Ilpo Järvinen
1
-4
/
+90
2025-09-18
tcp: accecn: AccECN needs to know delivered bytes
Ilpo Järvinen
1
-2
/
+12
2025-09-18
tcp: accecn: add AccECN rx byte counters
Ilpo Järvinen
1
-3
/
+4
2025-09-18
tcp: accecn: AccECN negotiation
Ilpo Järvinen
1
-10
/
+40
2025-09-18
tcp: AccECN core
Ilpo Järvinen
1
-8
/
+92
2025-09-16
tcp: ecn functions in separated include file
Chia-Yu Chang
1
-44
/
+1
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
1
-1
/
+1
2025-08-26
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
1
-1
/
+1
2025-08-26
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
1
-3
/
+3
2025-08-23
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
1
-4
/
+4
2025-07-23
tcp: do not increment BeyondWindow MIB for old seq
Paolo Abeni
1
-1
/
+5
2025-07-23
tcp: do not set a zero size receive buffer
Paolo Abeni
1
-0
/
+4
2025-07-17
tcp: fix UaF in tcp_prune_ofo_queue()
Paolo Abeni
1
-1
/
+1
2025-07-15
tcp: stronger sk_rcvbuf checks
Eric Dumazet
1
-6
/
+16
2025-07-15
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-07-15
tcp: call tcp_measure_rcv_mss() for ooo packets
Eric Dumazet
1
-0
/
+1
2025-07-15
tcp: add LINUX_MIB_BEYOND_WINDOW
Eric Dumazet
1
-0
/
+1
2025-07-15
tcp: do not accept packets beyond window
Eric Dumazet
1
-5
/
+17
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2025-07-10
tcp: refine sk_rcvbuf increase for ooo packets
Eric Dumazet
1
-1
/
+3
2025-07-08
tcp: update the outdated ref draft-ietf-tcpm-rack
Xin Guo
1
-1
/
+1
2025-06-28
tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range
xin.guo
1
-1
/
+2
2025-06-20
tcp: tcp_time_to_recover() cleanup
Eric Dumazet
1
-5
/
+3
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+25
2025-06-18
tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
Neal Cardwell
1
-12
/
+25
2025-06-18
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
Neal Cardwell
1
-2
/
+0
2025-06-18
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
1
-19
/
+0
2025-06-18
tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery code
Neal Cardwell
1
-127
/
+10
2025-05-15
tcp: skip big rtt sample if receive queue is not empty
Eric Dumazet
1
-0
/
+3
2025-05-15
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
1
-14
/
+8
2025-05-15
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
1
-3
/
+3
2025-05-15
tcp: remove zero TCP TS samples for autotuning
Eric Dumazet
1
-5
/
+5
2025-05-15
tcp: add receive queue awareness in tcp_rcv_space_adjust()
Eric Dumazet
1
-2
/
+4
2025-05-15
tcp: adjust rcvbuf in presence of reorders
Eric Dumazet
1
-0
/
+4
2025-05-15
tcp: fix sk_rcvbuf overshoot
Eric Dumazet
1
-34
/
+25
2025-05-15
tcp: add tcp_rcvbuf_grow() tracepoint
Eric Dumazet
1
-0
/
+2
2025-04-01
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
1
-3
/
+3
2025-03-25
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
1
-3
/
+3
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
1
-6
/
+6
2025-03-18
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
1
-2
/
+1
[next]