summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
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-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu
2024-04-12tcp: increase the default TCP scaling ratioHechao Li
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-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05tcp: fix mid stream window clamp.Paolo Abeni
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov