summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2023-08-041-5/+0
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-181-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-181-2/+2
* tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-171-9/+51
* tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2023-06-121-5/+5
* tcp: remove some dead codeEric Dumazet2023-06-121-28/+12
* tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2023-06-121-12/+19
* tcp: let tcp_mtu_probe() build headless packetsEric Dumazet2023-06-081-2/+58
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-1/+1
|\
| * tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-091-1/+1
* | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-1/+1
|/
* net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-011-2/+2
* tcp: tcp_wfree() refactoringEric Dumazet2022-11-111-17/+14
* tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet2022-11-111-3/+3
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-7/+12
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-15/+12
|\
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-1/+1