summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* net: add support for skbs with unreadable fragsMina Almasry2024-09-111-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-021-1/+3
* | net: add <net/proto_memory.h>Eric Dumazet2024-04-301-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-111-0/+1
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-051-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
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-271-0/+2
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-271-0/+47
* ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-251-19/+1
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-4/+8
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-1/+1
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-6/+19
|\
| * tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-181-2/+14
| * tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-171-4/+5
* | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-0/+1
|\|
| * net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski2023-10-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-4/+3
|\|
| * tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-041-4/+3
* | net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-10-011-1/+1
* | net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-011-4/+5
* | tcp: derive delack_max from rto_minEric Dumazet2023-10-011-1/+15
* | tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-121-1/+4
* | tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet2023-09-121-10/+0
|/
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-1/+1
* tcp: refine skb->ooo_okay settingEric Dumazet2023-08-181-7/+14
* net: tcp: send zero-window ACK when no memoryMenglong Dong2023-08-131-3/+11