index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: do not increment BeyondWindow MIB for old seq
Paolo Abeni
2025-07-23
1
-1
/
+5
*
tcp: do not set a zero size receive buffer
Paolo Abeni
2025-07-23
1
-0
/
+4
*
tcp: fix UaF in tcp_prune_ofo_queue()
Paolo Abeni
2025-07-16
1
-1
/
+1
*
tcp: stronger sk_rcvbuf checks
Eric Dumazet
2025-07-15
1
-6
/
+16
*
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
2025-07-15
1
-1
/
+1
*
tcp: call tcp_measure_rcv_mss() for ooo packets
Eric Dumazet
2025-07-15
1
-0
/
+1
*
tcp: add LINUX_MIB_BEYOND_WINDOW
Eric Dumazet
2025-07-15
1
-0
/
+1
*
tcp: do not accept packets beyond window
Eric Dumazet
2025-07-15
1
-5
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-10
1
-1
/
+3
|
\
|
*
tcp: refine sk_rcvbuf increase for ooo packets
Eric Dumazet
2025-07-10
1
-1
/
+3
*
|
tcp: update the outdated ref draft-ietf-tcpm-rack
Xin Guo
2025-07-08
1
-1
/
+1
*
|
tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range
xin.guo
2025-06-27
1
-1
/
+2
*
|
tcp: tcp_time_to_recover() cleanup
Eric Dumazet
2025-06-19
1
-5
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-19
1
-11
/
+24
|
\
|
|
*
tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
Neal Cardwell
2025-06-18
1
-11
/
+24
*
|
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
Neal Cardwell
2025-06-17
1
-2
/
+0
*
|
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
2025-06-17
1
-19
/
+0
*
|
tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery code
Neal Cardwell
2025-06-17
1
-127
/
+10
|
/
*
tcp: skip big rtt sample if receive queue is not empty
Eric Dumazet
2025-05-15
1
-0
/
+3
*
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
2025-05-15
1
-14
/
+8
*
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
2025-05-15
1
-3
/
+3
*
tcp: remove zero TCP TS samples for autotuning
Eric Dumazet
2025-05-15
1
-5
/
+5
*
tcp: add receive queue awareness in tcp_rcv_space_adjust()
Eric Dumazet
2025-05-15
1
-2
/
+4
*
tcp: adjust rcvbuf in presence of reorders
Eric Dumazet
2025-05-15
1
-0
/
+4
*
tcp: fix sk_rcvbuf overshoot
Eric Dumazet
2025-05-15
1
-34
/
+25
*
tcp: add tcp_rcvbuf_grow() tracepoint
Eric Dumazet
2025-05-15
1
-0
/
+2
*
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
2025-03-31
1
-3
/
+3
*
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
2025-03-25
1
-3
/
+3
*
tcp: move icsk_clean_acked to a better location
Eric Dumazet
2025-03-24
1
-6
/
+6
*
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
2025-03-18
1
-2
/
+1
*
tcp: helpers for ECN mode handling
Ilpo Järvinen
2025-03-17
1
-7
/
+7
*
tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
Ilpo Järvinen
2025-03-17
1
-9
/
+6
*
tcp: create FLAG_TS_PROGRESS
Ilpo Järvinen
2025-03-17
1
-9
/
+28
*
tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
Ilpo Järvinen
2025-03-17
1
-24
/
+32
*
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
2025-03-03
1
-3
/
+2
*
tcp: be less liberal in TSEcr received while in SYN_RECV state
Eric Dumazet
2025-02-27
1
-0
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-21
1
-0
/
+2
|
\
|
*
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
2025-02-20
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-20
1
-7
/
+13
|
\
\
|
*
|
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
2025-02-20
1
-4
/
+4
|
*
|
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
2025-02-19
1
-3
/
+9
*
|
|
trace: tcp: Add tracepoint for tcp_cwnd_reduction()
Breno Leitao
2025-02-18
1
-0
/
+2
*
|
|
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-14
1
-7
/
+7
|
|
/
|
/
|
*
|
tcp: add the ability to control max RTO
Eric Dumazet
2025-02-11
1
-1
/
+1
*
|
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
1
-7
/
+5
*
|
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
1
-2
/
+2
*
|
tcp: remove tcp_reset_xmit_timer() @max_when argument
Eric Dumazet
2025-02-11
1
-3
/
+2
*
|
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
2025-02-07
1
-3
/
+3
*
|
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
Eric Dumazet
2025-02-07
1
-1
/
+0
|
/
*
tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter
Eric Dumazet
2025-01-14
1
-3
/
+4
[next]