summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
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
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-13net: tcp: allow zero-window ACK update the windowMenglong Dong
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet