index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
virtio_transport_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_vsock: Fix race condition in virtio_transport_recv_pkt
Jia He
2020-05-30
1
-0
/
+8
*
vsock/virtio: fix multiple packet delivery to monitoring devices
Stefano Garzarella
2020-04-27
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-2
/
+0
|
\
|
*
vsock: fix potential deadlock in transport->release()
Stefano Garzarella
2020-02-27
1
-2
/
+0
*
|
net: virtio_vsock: Enhance connection semantics
Sebastien Boeuf
2020-02-16
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
1
-6
/
+19
|
\
|
*
vsock/virtio: add WARN_ON check on virtio_transport_get_ops()
Stefano Garzarella
2019-12-16
1
-2
/
+15
|
*
vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()
Stefano Garzarella
2019-12-16
1
-4
/
+4
*
|
vsock/virtio_transport_common: remove unused virtio header includes
Stefano Garzarella
2019-12-11
1
-3
/
+0
|
/
*
vsock: add multi-transports support
Stefano Garzarella
2019-11-14
1
-19
/
+44
*
vsock: add vsock_create_connected() called by transports
Stefano Garzarella
2019-11-14
1
-2
/
+1
*
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
2019-11-14
1
-68
/
+11
*
vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
Stefano Garzarella
2019-11-14
1
-4
/
+5
*
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2019-11-14
1
-6
/
+6
*
vsock: remove vm_sockets_get_local_cid()
Stefano Garzarella
2019-11-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-3
/
+5
|
\
|
*
vsock/virtio: fix sock refcnt holding during the shutdown
Stefano Garzarella
2019-11-08
1
-3
/
+5
*
|
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-3
/
+14
|
\
|
|
*
vsock/virtio: discard packets if credit is not respected
Stefano Garzarella
2019-10-18
1
-3
/
+11
|
*
vsock/virtio: send a credit update when buffer size is changed
Stefano Garzarella
2019-10-18
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-05
1
-1
/
+1
|
\
|
|
*
vsock: Fix a lockdep warning in __vsock_release()
Dexuan Cui
2019-10-01
1
-1
/
+1
*
|
vsock/virtio: add support for MSG_PEEK
Matias Ezequiel Vara Larsen
2019-10-01
1
-3
/
+52
|
/
*
vsock/virtio: a better comment on credit update
Michael S. Tsirkin
2019-09-05
1
-2
/
+7
*
vsock/virtio: change the maximum packet size allowed
Stefano Garzarella
2019-07-30
1
-2
/
+2
*
vhost/vsock: split packets to send using multiple buffers
Stefano Garzarella
2019-07-30
1
-3
/
+12
*
vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
Stefano Garzarella
2019-07-30
1
-2
/
+2
*
vsock/virtio: reduce credit update messages
Stefano Garzarella
2019-07-30
1
-3
/
+13
*
vsock/virtio: limit the memory used per-socket
Stefano Garzarella
2019-07-30
1
-9
/
+51
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
1
-2
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
1
-2
/
+1
*
|
vsock/virtio: set SOCK_DONE on peer shutdown
Stephen Barber
2019-06-15
1
-1
/
+3
|
/
*
vsock/virtio: free packets during the socket release
Stefano Garzarella
2019-05-17
1
-0
/
+7
*
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
Adalbert Lazăr
2019-03-08
1
-7
/
+15
*
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
2017-10-05
1
-11
/
+11
*
net: manual clean code which call skb_put_[data:zero]
yuan linyu
2017-06-20
1
-3
/
+2
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-4
/
+2
*
VSOCK: Add virtio vsock vsockmon hooks
Gerard Garcia
2017-04-24
1
-0
/
+64
*
vsock: track pkt owner vsock
Peng Tao
2017-03-21
1
-0
/
+7
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
vsock/virtio: fix src/dst cid format
Michael S. Tsirkin
2016-12-15
1
-7
/
+7
*
vsock/virtio: mark an internal function static
Michael S. Tsirkin
2016-12-15
1
-2
/
+1
*
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-14
1
-5
/
+5
*
VSOCK: Introduce virtio_vsock_common.ko
Asias He
2016-08-02
1
-0
/
+992