开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-01
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
2023-05-31
net: Make gro complete function to return void
Parav Pandit
2023-05-26
tcp: remove unused TCP_SYNQ_INTERVAL definition
Neal Cardwell
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-23
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
2023-03-22
net: Update an existing TCP congestion control algorithm.
Kui-Feng Lee
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-12-01
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
2022-10-28
tcp: add PLB functionality for TCP
Mubashir Adnan Qureshi
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-09-28
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
2022-09-20
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
2022-07-22
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-18
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
2022-07-15
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-22
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-07
tcp: Add tracepoint for tcp_set_ca_state
Ping Gan
2022-04-06
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-03-09
net: tcp: fix shim definition of tcp_inbound_md5_hash
Vladimir Oltean
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
[next]