index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
vsock/virtio: use skb_frag_*() helpers
Mina Almasry
1
-3
/
+3
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
5
-4
/
+41
2023-12-15
virtio/vsock: fix logic which reduces credit update messages
Arseniy Krasnov
1
-3
/
+10
2023-12-14
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Nikolay Kuratov
1
-1
/
+1
2023-12-07
vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
Stefano Garzarella
1
-2
/
+1
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
1
-0
/
+1
2023-11-08
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
1
-0
/
+2
2023-11-08
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
1
-5
/
+11
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+17
2023-10-26
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
1
-1
/
+17
2023-10-15
vsock: enable setting SO_ZEROCOPY
Arseniy Krasnov
1
-2
/
+43
2023-10-15
vsock/loopback: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock/virtio: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-10-15
vsock: enable SOCK_SUPPORT_ZC bit
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: check for MSG_ZEROCOPY support on send
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: read from socket's error queue
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: set EPOLLERR on non-empty error queue
Arseniy Krasnov
1
-1
/
+1
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
2
-58
/
+224
2023-09-21
vsock/virtio: non-linear skb handling for tap
Arseniy Krasnov
1
-3
/
+28
2023-09-21
vsock/virtio: support to send non-linear skb
Arseniy Krasnov
1
-7
/
+53
2023-09-21
vsock/virtio/vhost: read data from non-linear skb
Arseniy Krasnov
1
-13
/
+19
2023-09-14
vsock: send SIGPIPE on write to shutdowned socket
Arseniy Krasnov
1
-0
/
+3
2023-08-01
vsock: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-07-27
virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
Arseniy Krasnov
1
-3
/
+60
2023-07-27
virtio/vsock: rework MSG_PEEK for SOCK_STREAM
Arseniy Krasnov
1
-22
/
+19
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-3
/
+0
2023-05-23
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
1
-4
/
+1
2023-05-12
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
1
-1
/
+1
2023-04-14
vsock/loopback: don't disable irqs for queue access
Arseniy Krasnov
1
-2
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+17
2023-04-04
vsock: return errors other than -ENOMEM to socket
Arseniy Krasnov
1
-2
/
+2
2023-04-04
vsock/vmci: convert VMCI error code to -ENOMEM on receive
Arseniy Krasnov
1
-2
/
+9
2023-03-31
vsock/vmci: convert VMCI error code to -ENOMEM on send
Arseniy Krasnov
1
-1
/
+7
2023-03-31
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
1
-0
/
+10
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+10
2023-03-30
virtio/vsock: WARN_ONCE() for invalid state of socket
Arseniy Krasnov
1
-0
/
+7
2023-03-30
virtio/vsock: fix header length on skb merging
Arseniy Krasnov
1
-1
/
+1
2023-03-29
vsock: support sockmap
Bobby Eshleman
6
-6
/
+262
2023-03-28
virtio/vsock: check argument to avoid no effect call
Arseniy Krasnov
1
-0
/
+6
2023-03-28
virtio/vsock: allocate multiple skbuffs on tx
Arseniy Krasnov
1
-14
/
+43
2023-03-27
vsock/loopback: use only sk_buff_head.lock to protect the packet queue
Stefano Garzarella
1
-8
/
+2
2023-03-22
virtio/vsock: check transport before skb allocation
Arseniy Krasnov
1
-5
/
+3
2023-03-16
virtio/vsock: don't drop skbuff on copy failure
Arseniy Krasnov
1
-3
/
+2
2023-03-16
virtio/vsock: remove redundant 'skb_pull()' call
Arseniy Krasnov
1
-1
/
+0
2023-03-16
virtio/vsock: don't use skbuff state to account credit
Arseniy Krasnov
1
-12
/
+11
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-323
/
+302
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
1
-3
/
+1
2023-01-16
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
3
-322
/
+300
2023-01-12
vsock: return errors other than -ENOMEM to socket
Bobby Eshleman
1
-1
/
+2
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+5
[next]