summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-09tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu
2024-04-22tcp: try to send bigger TSO packetsEric Dumazet
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2023-12-12net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-11-07tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski