summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
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-03tcp: add tcp_done_with_error() helperEric Dumazet1-11/+21
2024-07-06tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell1-1/+10
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-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-18tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet1-0/+1
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
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov1-10/+29
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-1/+4
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-3/+3
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-1/+1
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-1/+1
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen1-4/+5
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley1-3/+11
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley1-0/+15