summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-121-2/+2
|\
| * bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-2/+2
* | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-011-3/+7
|/
* tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-281-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+4
|\
| * tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-1/+4
* | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-281-0/+2
* | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-0/+1
* | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-021-0/+2
* | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-181-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-07-221-1/+1
* | tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-8/+12
|\|
| * tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-2/+2
| * tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+2
| * tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-3/+6
| * tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-151-1/+1
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-2/+1
* | tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-0/+1
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+1
| |/
* / net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+8
|\
| * tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
| * tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
| * tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-0/+6
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-12/+0
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1