summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing2024-02-281-2/+2
* tcp: add dropreasons in tcp_rcv_state_process()Jason Xing2024-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+1
|\
| * mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-02-181-1/+1
* | bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima2024-01-231-14/+16
* | bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima2024-01-231-0/+14
* | bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-231-0/+20
* | tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima2024-01-231-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+0
|\
| * net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov2024-01-041-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-2/+7
|\|
| * tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-2/+7
* | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-291-3/+10
* | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-291-1/+0
* | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-291-1/+1
* | tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-4/+2
|/
* net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-271-5/+6
* net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-271-8/+16
* net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2023-10-271-2/+12
* net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-271-4/+11
* net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-271-2/+51
* net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-271-0/+3
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-271-0/+6
* net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-271-1/+6
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-1/+23
* net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-271-0/+64
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-271-0/+3
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-271-2/+41
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-271-0/+3
* net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-271-6/+2
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-14/+36
* tcp: define initial scaling factor value as a macroPaolo Abeni2023-10-251-5/+7
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-231-2/+4
* tcp: introduce TCP_PAWS_WRAPEric Dumazet2023-10-231-2/+7
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-5/+4
* tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-6/+0
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-5/+9
* tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-231-6/+19
* tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-0/+5
* tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-231-0/+5
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-0/+3
|\
| * tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-171-0/+3
* | net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller2023-10-161-0/+4
* | tcp: record last received ipv6 flowlabelDavid Morley2023-10-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-2/+4
|\|
| * tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-041-2/+4
* | tcp: derive delack_max from rto_minEric Dumazet2023-10-011-0/+2
* | tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet2023-10-011-2/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+0
|\