index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Commit message (
Expand
)
Author
Age
Files
Lines
*
vsock/vmci: log once the failed queue pair allocation
Stefano Garzarella
2021-05-14
1
-2
/
+1
*
selinux: vsock: Set SID for socket returned by accept()
David Brazdil
2021-04-07
1
-0
/
+1
*
vsock: fix locking in vsock_shutdown()
Stefano Garzarella
2021-02-17
2
-7
/
+5
*
vsock/virtio: update credit only if socket is not closed
Stefano Garzarella
2021-02-17
1
-2
/
+2
*
net/vmw_vsock: improve locking in vsock_connect_timeout()
Norbert Slusarek
2021-02-17
1
-4
/
+1
*
vsock: use ns_capable_noaudit() on socket create
Jeff Vander Stoep
2020-11-10
1
-1
/
+1
*
net: virtio_vsock: Enhance connection semantics
Sebastien Boeuf
2020-10-07
1
-0
/
+1
*
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2020-10-07
2
-86
/
+86
*
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
2020-07-29
1
-1
/
+1
*
vsock: fix timeout in vsock_accept()
Stefano Garzarella
2020-06-10
1
-1
/
+1
*
hv_sock: Remove the accept port restriction
Sunil Muthuswamy
2020-02-14
1
-59
/
+9
*
vsock/virtio: fix sock refcnt holding during the shutdown
Stefano Garzarella
2019-11-08
1
-3
/
+5
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-1
/
+1
*
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
*
vsock: Fix a lockdep warning in __vsock_release()
Dexuan Cui
2019-10-01
3
-6
/
+14
*
vsock/virtio: a better comment on credit update
Michael S. Tsirkin
2019-09-05
1
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
1
-0
/
+8
|
\
|
*
hv_sock: Fix hang when a connection is closed
Dexuan Cui
2019-08-02
1
-0
/
+8
*
|
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
2
-9
/
+52
*
|
hv_sock: Use consistent types for UUIDs
Andy Shevchenko
2019-07-23
1
-12
/
+12
|
/
*
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
2019-07-08
1
-6
/
+9
*
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
2019-07-08
1
-1
/
+50
*
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
2019-07-08
1
-24
/
+46
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
3
-35
/
+10
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-21
1
-31
/
+8
|
|
\
|
|
*
hvsock: fix epollout hang from race condition
Sunil Muthuswamy
2019-06-18
1
-31
/
+8
|
*
|
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
2
-4
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
2
-4
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
10
-83
/
+12
|
\
\
\
|
|
/
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
2
-3
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
hv_sock: Suppress bogus "may be used uninitialized" warnings
Dexuan Cui
2019-06-16
1
-2
/
+2
|
|
*
vsock/virtio: set SOCK_DONE on peer shutdown
Stephen Barber
2019-06-15
1
-1
/
+3
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
2019-06-05
8
-72
/
+8
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-10
/
+1
|
|
/
*
|
vsock: correct removal of socket from the list
Sunil Muthuswamy
2019-06-14
1
-31
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
\
|
|
/
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
hv_sock: perf: loop in send() to maximize bandwidth
Sunil Muthuswamy
2019-05-22
1
-14
/
+31
*
|
hv_sock: perf: Allow the socket buffer size options to influence the actual s...
Sunil Muthuswamy
2019-05-22
1
-10
/
+40
|
/
*
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
1
-0
/
+1
|
\
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
vsock/virtio: Initialize core virtio vsock before registering the driver
Jorge E. Moreira
2019-05-18
1
-7
/
+6
*
|
vsock/virtio: free packets during the socket release
Stefano Garzarella
2019-05-17
1
-0
/
+7
*
|
hv_sock: Add support for delayed close
Sunil Muthuswamy
2019-05-16
1
-31
/
+77
|
/
*
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
Adalbert Lazăr
2019-03-08
1
-7
/
+15
[next]