summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-08-29tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
2024-08-11tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-11UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell
2024-07-05tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-06-27tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-04tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet
2023-07-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-06-22tcp: fix comment typoYueh-Shun Li
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-22tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16tcp: annotate data-race around queue->synflood_warnedEric Dumazet
2022-11-14tcp: Add listening address to SYN flood messageJamie Bainbridge
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima