summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-08-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-08-15tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet1-3/+3
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet1-14/+8
2025-06-04tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen1-24/+32
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-4/+4
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2024-10-17tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
2024-10-17tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+15
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)1-3/+0
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima1-0/+9
2024-08-29tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-08-11tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan1-7/+16
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet1-7/+10
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet1-11/+21
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell1-1/+10
2024-07-11UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-07-05tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell1-11/+27
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+6
2024-06-27tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-0/+2
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-05tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong1-1/+1
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong1-6/+12
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-1/+1
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet1-1/+1
2023-08-05tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima1-3/+2
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet1-5/+11
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-7/+12
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-06-23tcp: fix comment typoYueh-Shun Li1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-1/+1
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-2/+2
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima1-0/+2
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-2/+2
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-3/+3
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-1/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-24/+43
2022-11-23tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed1-1/+1
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1