index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Commit message (
Expand
)
Author
Age
Files
Lines
*
vsock: send SIGPIPE on write to shutdowned socket
Arseniy Krasnov
2023-09-14
1
-0
/
+3
*
vsock: Remove unused function declarations
Yue Haibing
2023-07-31
1
-3
/
+0
*
virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
Arseniy Krasnov
2023-07-27
1
-3
/
+60
*
virtio/vsock: rework MSG_PEEK for SOCK_STREAM
Arseniy Krasnov
2023-07-27
1
-22
/
+19
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-3
/
+0
*
bpf, sockmap: Pass skb ownership through read_skb
John Fastabend
2023-05-23
1
-4
/
+1
*
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
2023-05-12
1
-1
/
+1
*
vsock/loopback: don't disable irqs for queue access
Arseniy Krasnov
2023-04-14
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-06
2
-1
/
+17
|
\
|
*
vsock/vmci: convert VMCI error code to -ENOMEM on send
Arseniy Krasnov
2023-03-31
1
-1
/
+7
|
*
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
2023-03-31
1
-0
/
+10
*
|
vsock: return errors other than -ENOMEM to socket
Arseniy Krasnov
2023-04-04
1
-2
/
+2
*
|
vsock/vmci: convert VMCI error code to -ENOMEM on receive
Arseniy Krasnov
2023-04-04
1
-2
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
2
-9
/
+10
|
\
|
|
*
virtio/vsock: WARN_ONCE() for invalid state of socket
Arseniy Krasnov
2023-03-30
1
-0
/
+7
|
*
virtio/vsock: fix header length on skb merging
Arseniy Krasnov
2023-03-30
1
-1
/
+1
|
*
vsock/loopback: use only sk_buff_head.lock to protect the packet queue
Stefano Garzarella
2023-03-27
1
-8
/
+2
*
|
vsock: support sockmap
Bobby Eshleman
2023-03-29
6
-6
/
+262
*
|
virtio/vsock: check argument to avoid no effect call
Arseniy Krasnov
2023-03-28
1
-0
/
+6
*
|
virtio/vsock: allocate multiple skbuffs on tx
Arseniy Krasnov
2023-03-28
1
-14
/
+43
*
|
virtio/vsock: check transport before skb allocation
Arseniy Krasnov
2023-03-22
1
-5
/
+3
|
/
*
virtio/vsock: don't drop skbuff on copy failure
Arseniy Krasnov
2023-03-16
1
-3
/
+2
*
virtio/vsock: remove redundant 'skb_pull()' call
Arseniy Krasnov
2023-03-16
1
-1
/
+0
*
virtio/vsock: don't use skbuff state to account credit
Arseniy Krasnov
2023-03-16
1
-12
/
+11
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
4
-323
/
+302
|
\
|
*
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
2023-01-16
3
-322
/
+300
|
*
vsock: return errors other than -ENOMEM to socket
Bobby Eshleman
2023-01-12
1
-1
/
+2
*
|
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
2023-01-17
1
-3
/
+1
|
/
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1
-1
/
+5
|
\
|
*
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
2022-12-09
1
-1
/
+5
*
|
treewide: use get_random_u32_{above,below}() instead of manual loop
Jason A. Donenfeld
2022-11-18
1
-2
/
+1
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
|
/
*
vsock: fix possible infinite sleep in vsock_connectible_wait_data()
Dexuan Cui
2022-11-03
1
-1
/
+4
*
vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
Dexuan Cui
2022-11-03
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-1
/
+1
|
\
|
*
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
2022-09-29
1
-1
/
+1
*
|
vsock/vmci: fix repeated words in comments
Jilin Yuan
2022-09-16
1
-1
/
+1
*
|
vmci/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
2022-08-23
2
-3
/
+3
*
|
virtio/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
2022-08-23
1
-1
/
+1
*
|
vsock: add API call for data ready
Arseniy Krasnov
2022-08-23
1
-0
/
+10
*
|
vsock: pass sock_rcvlowat to notify_poll_in as target
Arseniy Krasnov
2022-08-23
1
-1
/
+2
*
|
vmci/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
2022-08-23
2
-8
/
+8
*
|
virtio/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
2022-08-23
1
-4
/
+1
*
|
hv_sock: disable SO_RCVLOWAT support
Arseniy Krasnov
2022-08-23
1
-0
/
+7
*
|
vsock: SO_RCVLOWAT transport set callback
Arseniy Krasnov
2022-08-23
1
-0
/
+20
|
/
*
vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
Peilin Ye
2022-08-10
1
-0
/
+1
*
vsock: Fix memory leak in vsock_connect()
Peilin Ye
2022-08-10
1
-1
/
+8
*
Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-05-28
1
-4
/
+17
|
\
|
*
hv_sock: Add validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
2022-04-28
1
-2
/
+8
|
*
hv_sock: Copy packets sent by Hyper-V out of the ring buffer
Andrea Parri (Microsoft)
2022-04-28
1
-2
/
+7
[next]