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.12.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: fix timeout in vsock_accept()
Stefano Garzarella
2020-06-11
1
-1
/
+1
*
hv_sock: Remove the accept port restriction
Sunil Muthuswamy
2020-02-14
1
-59
/
+9
*
VSOCK: bind to random port for VMADDR_PORT_ANY
Lepton Wu
2019-12-05
1
-1
/
+6
*
vhost/vsock: split packets to send using multiple buffers
Stefano Garzarella
2019-12-01
1
-3
/
+12
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-11-10
1
-1
/
+1
*
vsock: Fix a lockdep warning in __vsock_release()
Dexuan Cui
2019-10-07
3
-6
/
+14
*
hv_sock: Fix hang when a connection is closed
Dexuan Cui
2019-09-16
1
-0
/
+8
*
hv_sock: Add support for delayed close
Sunil Muthuswamy
2019-08-04
1
-31
/
+77
*
vsock: correct removal of socket from the list
Sunil Muthuswamy
2019-08-04
1
-31
/
+7
*
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
2019-08-04
7
-56
/
+64
*
hvsock: fix epollout hang from race condition
Sunil Muthuswamy
2019-07-31
1
-33
/
+11
*
vsock/virtio: Initialize core virtio vsock before registering the driver
Jorge E. Moreira
2019-05-25
1
-7
/
+6
*
vsock/virtio: free packets during the socket release
Stefano Garzarella
2019-05-25
1
-0
/
+7
*
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
Adalbert Lazăr
2019-05-02
1
-7
/
+15
*
vsock/virtio: reset connected sockets on device removal
Stefano Garzarella
2019-03-13
1
-0
/
+3
*
vsock/virtio: fix kernel panic after device hot-unplug
Stefano Garzarella
2019-03-13
1
-8
/
+18
*
vsock: cope with memory allocation failure at socket creation time
Paolo Abeni
2019-02-23
1
-0
/
+4
*
VSOCK: Send reset control packet when socket is partially bound
Jorgen Hansen
2019-01-09
1
-17
/
+50
*
vsock: split dwork to avoid reinitializations
Cong Wang
2018-08-22
2
-9
/
+9
*
VSOCK: fix loopback on big-endian systems
Claudio Imbrenda
2018-07-22
1
-1
/
+1
*
VSOCK: fix outdated sk_state value in hvs_release()
Stefan Hajnoczi
2018-02-25
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
hv_sock: add locking in the open/close/release code paths
Dexuan Cui
2017-10-21
1
-4
/
+18
*
hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)
Dexuan Cui
2017-08-28
3
-0
/
+919
*
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: use new wait API for vsock_stream_sendmsg()
WANG Cong
2017-05-22
1
-13
/
+8
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-10
1
-3
/
+3
|
\
|
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-3
/
+3
*
|
VSOCK: Add virtio vsock vsockmon hooks
Gerard Garcia
2017-04-24
2
-0
/
+67
*
|
VSOCK: Add vsockmon tap functions
Gerard Garcia
2017-04-24
2
-1
/
+115
*
|
VSOCK: remove unnecessary ternary operator on return value
Colin Ian King
2017-03-30
1
-15
/
+7
|
/
*
vsock: cancel packets when failing to connect
Peng Tao
2017-03-21
1
-0
/
+14
*
vsock: add pkt cancel capability
Peng Tao
2017-03-21
1
-0
/
+42
*
vsock: track pkt owner vsock
Peng Tao
2017-03-21
1
-0
/
+7
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+2
*
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
2
-0
/
+2
|
\
|
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
2
-0
/
+2
*
|
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-12-17
2
-30
/
+30
|
\
|
*
ATM: use designated initializers
Kees Cook
2016-12-17
2
-30
/
+30
*
|
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
*
|
vsock/virtio: add a missing __le annotation
Michael S. Tsirkin
2016-12-15
1
-1
/
+1
|
/
*
VSOCK: add loopback to virtio_transport
Stefan Hajnoczi
2016-11-24
1
-0
/
+56
*
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-14
1
-5
/
+5
*
VSOCK: Don't dec ack backlog twice for rejected connections
Jorgen Hansen
2016-09-27
1
-3
/
+3
*
vhost/vsock: drop space available check for TX vq
Gerard Garcia
2016-08-15
1
-7
/
+3
*
VSOCK: Add Makefile and Kconfig
Asias He
2016-08-02
2
-0
/
+26
[next]