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.c
Age
Commit message (
Expand
)
Author
2026-06-12
net: remove some unused EXPORT_SYMBOL()s
Sabrina Dubroca
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-05-01
tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u...
Eric Dumazet
2026-05-01
tcp: move tp->bytes_acked to tcp_sock_write_tx group
Eric Dumazet
2026-05-01
tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_tx
Eric Dumazet
2026-05-01
tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx group
Eric Dumazet
2026-05-01
tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group
Eric Dumazet
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-04-18
tcp: annotate data-races around tp->plb_rehash
Eric Dumazet
2026-04-18
tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->timeout_rehash
Eric Dumazet
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: annotate data-races around tp->bytes_retrans
Eric Dumazet
2026-04-18
tcp: annotate data-races around tp->bytes_sent
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-18
tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans
Eric Dumazet
2026-04-18
tcp: annotate data-races in tcp_get_info_chrono_stats()
Eric Dumazet
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
2026-04-06
tcp: add recv_should_stop helper
Geliang Tang
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
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
net: use ktime_t in struct scm_timestamping_internal
Eric Dumazet
2026-03-04
tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c
Eric Dumazet
2026-03-03
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info
Chia-Yu Chang
2026-02-03
tcp: try to avoid safer when ACKs are thinned
Ilpo Järvinen
2026-02-02
tcp: export tcp_splice_state
Geliang Tang
2026-01-28
tcp: tcp_tx_timestamp() must look at the rtx queue
Eric Dumazet
2026-01-27
tcp: move sk_forced_mem_schedule() to tcp.c
Eric Dumazet
2026-01-23
tcp: move tcp_stream_memory_free() to tcp.c
Eric Dumazet
2026-01-22
tcp: move tcp_rate_check_app_limited() to tcp.c
Eric Dumazet
2026-01-08
net: do not write to msg_get_inq in callee
Willem de Bruijn
2025-11-27
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-10-27
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
2025-10-23
tcp: Remove unnecessary null check in tcp_inbound_md5_hash()
Eric Biggers
2025-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
[next]