summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-07-25tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)
2024-07-13tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima
2024-06-28UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-25tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-17tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-17tcp: accept bare FIN packets under memory pressureEric Dumazet
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing
2024-01-29net: tcp: accept old ack during closingMenglong Dong
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-08tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov
2023-12-01tcp: tcp_gro_dev_warn() cleanupEric Dumazet
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov