summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
3 daystcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
3 daystcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
3 daystcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
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
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing1-7/+12
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing1-1/+4
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven1-1/+1
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing1-4/+1
2024-01-30net: tcp: accept old ack during closingMenglong Dong1-7/+11
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+20
2023-12-09tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet1-2/+20
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2023-12-07tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-2/+3
2023-12-02tcp: tcp_gro_dev_warn() cleanupEric Dumazet1-18/+11
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet1-3/+4
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov1-14/+28
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-0/+28
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+15