summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-07-19vsock: notify server to shutdown when client has pending signalLongpeng(Mike)
2021-05-14vsock/vmci: log once the failed queue pair allocationStefano Garzarella
2021-04-07selinux: vsock: Set SID for socket returned by accept()David Brazdil
2021-02-17vsock: fix locking in vsock_shutdown()Stefano Garzarella
2021-02-17vsock/virtio: update credit only if socket is not closedStefano Garzarella
2021-02-17net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-10-07net: virtio_vsock: Enhance connection semanticsSebastien Boeuf
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2020-07-29vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella
2020-06-10vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-02-14hv_sock: Remove the accept port restrictionSunil Muthuswamy
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-02hv_sock: Fix hang when a connection is closedDexuan Cui
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko
2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber
2019-06-14vsock: correct removal of socket from the listSunil Muthuswamy
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella