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