summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-23tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-2/+1
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: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet1-2/+4
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet1-3/+3
2025-06-27tcp: remove zero TCP TS samples for autotuningEric Dumazet1-5/+5
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet1-14/+8
2025-05-29tcp: 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-04tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
2024-10-04tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-04tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12net: add support for skbs with unreadable fragsMina Almasry1-3/+10
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan1-7/+16
2024-07-25tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)1-3/+0
2024-07-14tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima1-0/+9
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10
2024-07-06tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell1-1/+10
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-06-28UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+33
2024-06-26tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell1-11/+27
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+6
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai1-1/+1
2024-06-18tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-2/+6
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet1-25/+0
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski1-8/+3
2024-05-30tcp: add tcp_done_with_error() helperEric Dumazet1-11/+21
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-05-03tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-0/+2
2024-05-03tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-1/+1
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-04-26bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-2/+2
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet1-1/+11
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-10/+16
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-1/+1
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-9/+3
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet1-7/+10
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet1-1/+1