summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix fastopen code vs usec TSEric Dumazet2023-11-031-3/+4
* net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-271-14/+28
* net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-0/+28
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+15
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-10/+29
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-4/+5
|\
| * tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5
* | tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-1/+4
* | tcp: add tcp_rtt_tsopt_us()Eric Dumazet2023-10-231-20/+23
* | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-3/+3
* | tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-1/+1
* | tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-231-1/+1
* | tcp: change data receiver flowlabel after one dupDavid Morley2023-10-101-3/+11
* | tcp: record last received ipv6 flowlabelDavid Morley2023-10-101-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-0/+13
|\|
| * tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell2023-10-041-0/+13
* | net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-011-2/+2
* | tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-161-0/+15
* | tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-09-161-4/+5
* | tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-121-0/+8
|/
* inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* net: tcp: allow zero-window ACK update the windowMenglong Dong2023-08-131-1/+1
* net: tcp: send zero-window ACK when no memoryMenglong Dong2023-08-131-6/+12
* tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet2023-08-061-1/+1
* tcp: set TCP_LINGER2 locklesslyEric Dumazet2023-08-061-1/+1
* tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima2023-08-041-3/+2
* tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet2023-07-201-5/+11
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-07-191-2/+1
* tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-181-7/+12
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-031-3/+9
* tcp: fix comment typoYueh-Shun Li2023-06-221-1/+1
* tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-011-1/+1
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-101-2/+2
* tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima2023-03-311-0/+2
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-2/+2
* tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-3/+3
* tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-24/+43
|\
| * tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed2022-11-221-1/+1
| * tcp: annotate data-race around queue->synflood_warnedEric Dumazet2022-11-161-1/+1
| * tcp: Add listening address to SYN flood messageJamie Bainbridge2022-11-141-3/+11
| * tcp: refine tcp_prune_ofo_queue() logicEric Dumazet2022-11-011-20/+31
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+2
|/
* tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
* tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-10/+11
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-19/+22
|\