index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
2026-06-15
tcp: rehash onto different local ECMP path on retransmit timeout
Neil Spring
2026-06-13
tcp: refine tcp_sequence() for the FIN exception
Eric Dumazet
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-20
tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction
Eric Dumazet
2026-04-29
tcp: add tcp_mstamp_refresh_inline()
Eric Dumazet
2026-04-23
tcp: send a challenge ACK on SEG.ACK > SND.NXT
Jiayuan Chen
2026-04-18
tcp: annotate data-races around tp->srtt_us
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->reord_seen
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->dsack_dups
Eric Dumazet
2026-04-18
tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->delivered and tp->delivered_ce
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->snd_ssthresh
Eric Dumazet
2026-04-18
tcp: add data-races annotations around tp->reordering, tp->snd_cwnd
Eric Dumazet
2026-04-12
tcp: add indirect call wrapper in tcp_conn_request()
Eric Dumazet
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
2026-03-14
tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOW
Simon Baatz
2026-03-14
tcp: implement RFC 7323 window retraction receiver requirements
Simon Baatz
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-04
tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c
Eric Dumazet
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
2026-02-28
tcp: give up on stronger sk_rcvbuf checks (for now)
Jakub Kicinski
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-25
tcp: re-enable acceptance of FIN packets when RWIN is 0
Simon Baatz
2026-02-24
tcp: reduce calls to tcp_schedule_loss_probe()
Eric Dumazet
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-04
tcp: split tcp_check_space() in two parts
Eric Dumazet
2026-02-04
tcp: move tcp_rbtree_insert() to tcp_output.c
Eric Dumazet
2026-02-03
tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
Chia-Yu Chang
2026-02-03
tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
Chia-Yu Chang
2026-02-03
tcp: disable RFC3168 fallback identifier for CC modules
Chia-Yu Chang
2026-02-03
tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
Chia-Yu Chang
2026-02-03
tcp: try to avoid safer when ACKs are thinned
Ilpo Järvinen
2026-01-28
tcp: move tcp_rack_advance() to tcp_input.c
Eric Dumazet
2026-01-28
tcp: move tcp_rack_update_reo_wnd() to tcp_input.c
Eric Dumazet
2026-01-28
tcp: mark tcp_process_tlp_ack() as unlikely
Eric Dumazet
2026-01-22
tcp: move tcp_rate_gen to tcp_input.c
Eric Dumazet
2026-01-20
tcp: move tcp_rate_skb_delivered() to tcp_input.c
Eric Dumazet
2025-11-20
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
2025-11-07
tcp: add net.ipv4.tcp_comp_sack_rtt_percent
Eric Dumazet
2025-11-07
tcp: Remove timeout arg from reqsk_queue_hash_req().
Kuniyuki Iwashima
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-10-29
tcp: fix too slow tcp_rcvbuf_grow() action
Eric Dumazet
2025-10-29
tcp: add newval parameter to tcp_rcvbuf_grow()
Eric Dumazet
2025-10-27
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
2025-10-15
tcp: better handle TCP_TX_DELAY on established flows
Eric Dumazet
2025-10-06
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
2025-09-29
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
Paolo Abeni
2025-09-29
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
[next]