aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-1/+3
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau1-0/+1
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-1/+1
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet1-9/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2024-04-26rstreason: prepare for active resetJason Xing1-1/+2
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-2/+2
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu1-9/+13
2024-04-12tcp: increase the default TCP scaling ratioHechao Li1-3/+2
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-5/+5
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-1/+2
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-1/+1
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet1-1/+1
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-2/+2
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing1-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima1-14/+16
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima1-0/+14
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima1-0/+20
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima1-0/+9
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2024-01-04net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov1-2/+0
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima1-3/+10
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima1-1/+0
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima1-1/+1
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-4/+2
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov1-5/+6
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov1-8/+16
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov1-2/+12
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov1-4/+11
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov1-2/+51
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov1-0/+3
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+6
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov1-1/+6
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov1-1/+23
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov1-0/+64
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+3
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov1-2/+41
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-0/+3
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov1-6/+2
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-14/+36
2023-10-25tcp: define initial scaling factor value as a macroPaolo Abeni1-5/+7
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-2/+4
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-5/+4
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet1-6/+0