summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-181-1/+0
* | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | tcp: Remove unused function declarationsYue Haibing2023-07-311-3/+0
* | mptcp: fix rcv buffer auto-tuningPaolo Abeni2023-07-241-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-7/+24
|\|
| * tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-1/+5
| * tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+7
| * tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+7
| * tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-2/+5
* | tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-07-191-1/+0
* | tcp: remove tcp_send_partial()Eric Dumazet2023-07-191-1/+0
* | tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-181-4/+20
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-4/+0
* tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-0/+1
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+1
* tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2023-06-121-1/+1