summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2021-05-22vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-04-07selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-23vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-23vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-23net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-10-14net: virtio_vsock: Enhance connection semanticsSebastien Boeuf1-0/+1
2020-10-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2-86/+86
2020-10-14vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2020-10-14vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2020-06-11vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-02-15hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+9
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-07vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-09-16hv_sock: Fix hang when a connection is closedDexuan Cui1-0/+8
2019-08-04hv_sock: Add support for delayed closeSunil Muthuswamy1-31/+77
2019-08-04vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-08-04VSOCK: use TCP state constants for sk_stateStefan Hajnoczi7-56/+64
2019-07-31hvsock: fix epollout hang from race conditionSunil Muthuswamy1-33/+11
2019-05-25vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-05-25vsock/virtio: free packets during the socket releaseStefano Garzarella1-0/+7
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-03-14vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-03-14vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-01-09VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2018-02-25VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui1-4/+18
2017-08-29hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui3-0/+919
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong1-13/+8
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2-0/+67
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia2-1/+115
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King1-15/+7
2017-03-22vsock: cancel packets when failing to connectPeng Tao1-0/+14
2017-03-22vsock: add pkt cancel capabilityPeng Tao1-0/+42
2017-03-22vsock: track pkt owner vsockPeng Tao1-0/+7
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2