index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
1
-2
/
+6
2026-02-28
tcp: give up on stronger sk_rcvbuf checks (for now)
Jakub Kicinski
1
-15
/
+1
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
1
-6
/
+8
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-4
/
+14
2026-02-25
tcp: re-enable acceptance of FIN packets when RWIN is 0
Simon Baatz
1
-4
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+1
2026-02-04
tcp: split tcp_check_space() in two parts
Eric Dumazet
1
-9
/
+4
2026-02-04
tcp: move tcp_rbtree_insert() to tcp_output.c
Eric Dumazet
1
-19
/
+0
2026-02-03
tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
Chia-Yu Chang
1
-1
/
+12
2026-02-03
tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
Chia-Yu Chang
1
-0
/
+2
2026-02-03
tcp: disable RFC3168 fallback identifier for CC modules
Chia-Yu Chang
1
-1
/
+1
2026-02-03
tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
Chia-Yu Chang
1
-1
/
+2
2026-02-03
tcp: try to avoid safer when ACKs are thinned
Ilpo Järvinen
1
-1
/
+19
2026-01-28
tcp: move tcp_rack_advance() to tcp_input.c
Eric Dumazet
1
-0
/
+32
2026-01-28
tcp: move tcp_rack_update_reo_wnd() to tcp_input.c
Eric Dumazet
1
-0
/
+43
2026-01-28
tcp: mark tcp_process_tlp_ack() as unlikely
Eric Dumazet
1
-2
/
+2
2026-01-22
tcp: move tcp_rate_gen to tcp_input.c
Eric Dumazet
1
-0
/
+110
2026-01-20
tcp: move tcp_rate_skb_delivered() to tcp_input.c
Eric Dumazet
1
-0
/
+44
2025-11-20
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
1
-4
/
+14
2025-11-07
tcp: add net.ipv4.tcp_comp_sack_rtt_percent
Eric Dumazet
1
-8
/
+18
2025-11-07
tcp: Remove timeout arg from reqsk_queue_hash_req().
Kuniyuki Iwashima
1
-9
/
+5
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+14
2025-10-29
tcp: fix too slow tcp_rcvbuf_grow() action
Eric Dumazet
1
-2
/
+9
2025-10-29
tcp: add newval parameter to tcp_rcvbuf_grow()
Eric Dumazet
1
-7
/
+7
2025-10-27
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
1
-2
/
+8
2025-10-15
tcp: better handle TCP_TX_DELAY on established flows
Eric Dumazet
1
-2
/
+2
2025-10-06
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
1
-1
/
+0
2025-09-29
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
Paolo Abeni
1
-1
/
+1
2025-09-29
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
1
-2
/
+13
2025-09-22
tcp: reclaim 8 bytes in struct request_sock_queue
Eric Dumazet
1
-2
/
+2
2025-09-22
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-15
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-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
1
-1
/
+1
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
1
-3
/
+3
2025-08-22
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
1
-4
/
+4
2025-07-22
tcp: do not increment BeyondWindow MIB for old seq
Paolo Abeni
1
-1
/
+5
2025-07-22
tcp: do not set a zero size receive buffer
Paolo Abeni
1
-0
/
+4
2025-07-16
tcp: fix UaF in tcp_prune_ofo_queue()
Paolo Abeni
1
-1
/
+1
2025-07-14
tcp: stronger sk_rcvbuf checks
Eric Dumazet
1
-6
/
+16
2025-07-14
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-07-14
tcp: call tcp_measure_rcv_mss() for ooo packets
Eric Dumazet
1
-0
/
+1
[next]