summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-12-06tcp: fix mid stream window clamp.Paolo Abeni1-2/+7
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima1-3/+10
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima1-1/+0
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima1-1/+1
2023-11-30tcp: 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
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-5/+9
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet1-6/+19
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-0/+5
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-0/+5
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-10-18tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-0/+3
2023-10-17net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller1-0/+4
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley1-0/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2023-10-05tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-0/+2
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-1/+0
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-01tcp: Remove unused function declarationsYue Haibing1-3/+0
2023-07-25mptcp: fix rcv buffer auto-tuningPaolo Abeni1-5/+15
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+24
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-2/+5
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0