summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan2024-07-291-7/+16
* tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)2024-07-251-3/+0
* tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima2024-07-141-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-1/+10
|\
| * tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2024-07-061-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-1/+8
|\|
| * tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima2024-07-041-0/+7
| * UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell2024-06-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-12/+33
|\|
| * tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell2024-06-261-11/+27
| * Fix race for duplicate reqsk on identical SYNluoxuanqiang2024-06-251-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-0/+1
|\|
| * tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet2024-06-181-0/+1
* | tcp: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-1/+1
* | net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov2024-06-121-2/+6
* | tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet2024-06-061-25/+0
* | tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski2024-06-041-8/+3
* | tcp: add tcp_done_with_error() helperEric Dumazet2024-05-301-11/+21
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-141-1/+1
|\
| * tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu2024-05-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-0/+2
|\ \
| * | tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-031-0/+2
* | | net: add <net/proto_memory.h>Eric Dumazet2024-05-011-0/+1
| |/ |/|
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-2/+2
|\ \
| * | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu2024-04-251-2/+2
| |/
* | tcp: accept bare FIN packets under memory pressureEric Dumazet2024-04-171-1/+11
* | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet2024-04-091-10/+16
* | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet2024-04-091-1/+1
* | net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-061-9/+3
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-061-7/+10
* | inet: preserve const qualifier in inet_csk()Eric Dumazet2024-04-021-1/+1
|/
* tcp: add dropreasons in tcp_rcv_state_process()Jason Xing2024-02-281-7/+12
* tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing2024-02-281-1/+4
* tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven2024-02-161-1/+1
* tcp: no need to use acceptable for conn_requestJason Xing2024-02-151-4/+1
* net: tcp: accept old ack during closingMenglong Dong2024-01-301-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-151-2/+20
|\
| * tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet2023-12-091-2/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-081-3/+8
|\|
| * tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-071-1/+5
| * net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-061-2/+3
* | tcp: tcp_gro_dev_warn() cleanupEric Dumazet2023-12-021-18/+11
|/
* tcp: fix fastopen code vs usec TSEric Dumazet2023-11-031-3/+4
* net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-271-14/+28
* net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-0/+28
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+15
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-10/+29
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-4/+5
|\
| * tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5