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
*
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
*
tcp: add TCP_RFC7323_PAWS_ACK drop reason
Eric Dumazet
2025-01-14
1
-1
/
+9
*
tcp: add drop_reason support to tcp_disordered_ack()
Eric Dumazet
2025-01-14
1
-34
/
+43
*
net: fix memory leak in tcp_conn_request()
Wang Liang
2024-12-23
1
-0
/
+1
*
net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()
Yafang Shao
2024-11-03
1
-2
/
+2
*
tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
Neal Cardwell
2024-10-03
1
-2
/
+9
*
tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
Neal Cardwell
2024-10-03
1
-0
/
+13
*
tcp: fix to allow timestamp undo if no retransmits were sent
Neal Cardwell
2024-10-03
1
-2
/
+16
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
net: add support for skbs with unreadable frags
Mina Almasry
2024-09-12
1
-3
/
+10
*
tcp: Update window clamping condition
Subash Abhinov Kasiviswanathan
2024-08-14
1
-16
/
+12
*
tcp: Adjust clamping window for applications specifying SO_RCVBUF
Subash Abhinov Kasiviswanathan
2024-07-29
1
-7
/
+16
*
tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
Matthieu Baerts (NGI0)
2024-07-25
1
-3
/
+0
*
tcp: Don't drop SYN+ACK for simultaneous connect().
Kuniyuki Iwashima
2024-07-13
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-11
1
-1
/
+10
|
\
|
*
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Neal Cardwell
2024-07-06
1
-1
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
1
-1
/
+8
|
\
|
|
*
tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.
Kuniyuki Iwashima
2024-07-04
1
-0
/
+7
|
*
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
2024-06-28
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-27
1
-12
/
+33
|
\
|
|
*
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
2024-06-26
1
-11
/
+27
|
*
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-06-25
1
-1
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-20
1
-0
/
+1
|
\
|
|
*
tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
Eric Dumazet
2024-06-18
1
-0
/
+1
*
|
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
2024-06-19
1
-1
/
+1
*
|
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
2024-06-12
1
-2
/
+6
*
|
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
Eric Dumazet
2024-06-06
1
-25
/
+0
[next]