aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Pass flags to __tcp_send_ackIlpo Järvinen2025-03-171-3/+3
* tcp: helpers for ECN mode handlingIlpo Järvinen2025-03-171-3/+3
* tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen2025-03-171-4/+4
* tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet2025-03-031-1/+1
* tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet2025-02-271-0/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2025-02-211-0/+2
|\
| * bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing2025-02-201-0/+2
* | tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet2025-02-141-6/+6
|/
* tcp: add the ability to control max RTOEric Dumazet2025-02-111-2/+2
* tcp: use tcp_reset_xmit_timer()Eric Dumazet2025-02-111-3/+3
* tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet2025-02-111-3/+3
* tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet2025-02-111-4/+3
* tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet2025-02-071-1/+0
* tcp: correct handling of extreme memory squeezeJon Maloy2025-01-301-3/+6
* tcp: check space before adding MPTCP SYN optionsMoYuanhao2024-12-111-2/+4
* tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing2024-10-301-3/+1
* net: add skb_set_owner_edemux() helperEric Dumazet2024-10-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-4/+1
|\
| * tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni2024-10-101-4/+1
* | tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo2024-10-101-1/+4
* | tcp: add a fast path in tcp_delack_timer()Eric Dumazet2024-10-041-1/+2
* | tcp: annotate data-races around icsk->icsk_pendingEric Dumazet2024-10-041-2/+2
|/
* net: add support for skbs with unreadable fragsMina Almasry2024-09-121-1/+4
* tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing2024-08-071-1/+1
* net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov2024-06-121-0/+2
* tcp: derive delack_max with tcp_rto_min helperKevin Yang2024-06-051-9/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-281-7/+7
|\
| * net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-231-7/+7
* | tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing2024-05-231-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-1/+3
|\
| * tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-031-1/+3
* | net: add <net/proto_memory.h>Eric Dumazet2024-05-011-0/+1
* | tcp: fix tcp_grow_skb() vs tstampsEric Dumazet2024-04-261-14/+19
* | rstreason: make it work in trace worldJason Xing2024-04-261-1/+1
* | rstreason: prepare for active resetJason Xing2024-04-261-1/+2
* | tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu2024-04-251-5/+6
* | tcp: try to send bigger TSO packetsEric Dumazet2024-04-221-2/+36
* | tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet2024-04-221-12/+14
* | tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet2024-04-221-13/+5
* | net: move skb ref helpers to new headerMina Almasry2024-04-121-0/+1
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-061-8/+10
|/
* net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-121-0/+6
* net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-061-6/+3
* net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-3/+3
* tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor2023-11-071-31/+39
* tcp: fix fastopen code vs usec TSEric Dumazet2023-11-031-2/+0
* net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-271-16/+56
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-14/+23
* net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-271-1/+1
* net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-271-38/+74