summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-4/+0
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-0/+1
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+1
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet1-1/+1
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet1-0/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+1
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-05-31net: Make gro complete function to return voidParav Pandit1-1/+1
2023-05-26tcp: remove unused TCP_SYNQ_INTERVAL definitionNeal Cardwell1-2/+0
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-05-24tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-2/+0
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend1-0/+10
2023-04-14Daniel Borkmann says:Jakub Kicinski1-0/+3
2023-03-23net: Update an existing TCP congestion control algorithm.Kui-Feng Lee1-0/+3
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-1/+1
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-3/+7
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-2/+2
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-0/+28
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+4
2022-09-29tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-0/+2
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-0/+1
2022-09-03bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau1-0/+2
2022-08-19bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau1-0/+2
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-27tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski1-0/+2
2022-07-22tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-16tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-2/+1
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+2
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-06-17bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+1
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2022-04-27net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-12/+0
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-0/+1
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-04-23tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-0/+6
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-04-08tcp: Add tracepoint for tcp_set_ca_statePing Gan1-9/+3
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+15
2022-03-09net: tcp: fix shim definition of tcp_inbound_md5_hashVladimir Oltean1-1/+1
2022-03-09skb: make drop reason booleanableJakub Kicinski1-10/+11