summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
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
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov
2023-10-25tcp: define initial scaling factor value as a macroPaolo Abeni
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-16net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller
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 quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-01tcp: derive delack_max from rto_minEric Dumazet
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds