index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Age
Commit message (
Expand
)
Author
2025-03-17
tcp: Pass flags to __tcp_send_ack
Ilpo Järvinen
2025-03-17
tcp: helpers for ECN mode handling
Ilpo Järvinen
2025-03-17
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
2025-02-26
tcp: be less liberal in TSEcr received while in SYN_RECV state
Eric Dumazet
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
2025-02-14
tcp: use EXPORT_IPV6_MOD[_GPL]()
Eric Dumazet
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
2025-02-11
tcp: use tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Eric Dumazet
2025-02-11
tcp: remove tcp_reset_xmit_timer() @max_when argument
Eric Dumazet
2025-02-07
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
Eric Dumazet
2025-01-29
tcp: correct handling of extreme memory squeeze
Jon Maloy
2024-12-10
tcp: check space before adding MPTCP SYN options
MoYuanhao
2024-10-30
tcp: add more warn of socket in tcp_send_loss_probe()
Jason Xing
2024-10-14
net: add skb_set_owner_edemux() helper
Eric Dumazet
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-09
tcp: fix mptcp DSS corruption due to large pmtu xmit
Paolo Abeni
2024-10-09
tcp: remove unnecessary update for tp->write_seq in tcp_connect()
xin.guo
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
2024-08-07
tcp: rstreason: let it work finally in tcp_send_active_reset()
Jason Xing
2024-06-12
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
2024-06-05
tcp: derive delack_max with tcp_rto_min helper
Kevin Yang
2024-05-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
2024-04-26
tcp: fix tcp_grow_skb() vs tstamps
Eric Dumazet
2024-04-26
rstreason: make it work in trace world
Jason Xing
2024-04-26
rstreason: prepare for active reset
Jason Xing
2024-04-25
tcp: update sacked after tracepoint in __tcp_retransmit_skb
Philo Lu
2024-04-22
tcp: try to send bigger TSO packets
Eric Dumazet
2024-04-22
tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()
Eric Dumazet
2024-04-22
tcp: remove dubious FIN exception from tcp_cwnd_test()
Eric Dumazet
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
2024-04-05
tcp: annotate data-races around tp->window_clamp
Eric Dumazet
2023-12-12
net: Remove acked SYN flag from packet in the transmit queue correctly
Dong Chenchen
2023-12-06
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
2023-11-07
tcp: Fix -Wc23-extensions in tcp_options_write()
Nathan Chancellor
2023-11-03
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
[next]