summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2023-06-121-0/+1
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-0/+1
|\
| * tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-011-0/+1
* | net: Make gro complete function to return voidParav Pandit2023-05-311-1/+1
* | tcp: remove unused TCP_SYNQ_INTERVAL definitionNeal Cardwell2023-05-261-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-0/+10
|\|
| * bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-231-0/+10
* | tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells2023-05-231-2/+0
|/
* Daniel Borkmann says:Jakub Kicinski2023-04-131-0/+3
|\
| * net: Update an existing TCP congestion control algorithm.Kui-Feng Lee2023-03-221-0/+3
* | tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-1/+1
|/