index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-39
/
+4
2023-06-24
net/tcp: optimise locking for blocking splice
Pavel Begunkov
1
-1
/
+1
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
1
-8
/
+37
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-2
/
+3
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
1
-3
/
+3
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
1
-1
/
+1
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
1
-0
/
+16
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+8
2023-05-29
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
1
-0
/
+6
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+6
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+1
2023-05-23
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
1
-14
/
+7
2023-05-23
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-23
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
1
-9
/
+1
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
1
-1
/
+0
2023-05-19
bpf: Add bpf_sock_destroy kfunc
Aditi Ghag
1
-3
/
+6
2023-05-17
net/tcp: optimise io_uring zc ubuf refcounting
Pavel Begunkov
1
-3
/
+6
2023-05-17
net/tcp: don't peek at tail for io_uring zc
Pavel Begunkov
1
-2
/
+1
2023-05-10
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
1
-6
/
+8
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
1
-2
/
+2
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
1
-1
/
+1
2023-03-17
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
1
-5
/
+6
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+6
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+2
2023-01-20
tcp: fix rate_app_limited to default to 1
David Morley
1
-0
/
+2
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-3
/
+4
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+6
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
1
-4
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-22
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
1
-2
/
+1
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-07
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
1
-1
/
+1
2022-10-28
tcp: add rcv_wnd and plb_rehash to TCP_INFO
Mubashir Adnan Qureshi
1
-0
/
+2
2022-10-28
tcp: add u32 counter in tcp_sock and an SNMP counter for PLB
Mubashir Adnan Qureshi
1
-0
/
+3
2022-10-22
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
1
-0
/
+1
2022-10-12
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
1
-4
/
+6
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
1
-0
/
+2
2022-09-28
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
1
-3
/
+2
2022-09-28
net: shrink struct ubuf_info
Pavel Begunkov
1
-1
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+19
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
1
-0
/
+1
2022-09-20
tcp: read multiple skbs in tcp_read_skb()
Cong Wang
1
-10
/
+19
2022-09-16
tcp: Use WARN_ON_ONCE() in tcp_read_skb()
Peilin Ye
1
-1
/
+1
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-57
/
+59
[next]