summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-29tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+6
2025-01-30tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2024-12-11tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing1-3/+1
2024-10-15net: add skb_set_owner_edemux() helperEric Dumazet1-1/+1
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2024-10-10tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-4/+1
2024-10-10tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo1-1/+4
2024-10-05tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-1/+2
2024-10-05tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-2/+2
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-1/+4
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing1-1/+1
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-0/+2
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang1-9/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-7/+7
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-7/+7
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-05-03tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-1/+3
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet1-14/+19
2024-04-26rstreason: make it work in trace worldJason Xing1-1/+1
2024-04-26rstreason: prepare for active resetJason Xing1-1/+2
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu1-5/+6
2024-04-23tcp: try to send bigger TSO packetsEric Dumazet1-2/+36
2024-04-23tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet1-12/+14
2024-04-23tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet1-13/+5
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet1-8/+10
2023-12-13net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-6/+3
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-3/+3
2023-11-08tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor1-31/+39
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet1-2/+0
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov1-16/+56
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-14/+23
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-1/+1
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov1-38/+74
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+2
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov1-0/+47
2023-10-26ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-19/+1
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-4/+8
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-1/+1
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-4/+4
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+19
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-4/+5
2023-10-17tcp: Set pingpong threshold via sysctlHaiyang Zhang1-2/+2
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-12net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski1-0/+1