summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-05-141-2/+1
* selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-04-071-0/+1
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-172-7/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-171-2/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-171-4/+1
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-11-101-1/+1
* net: virtio_vsock: Enhance connection semanticsSebastien Boeuf2020-10-071-0/+1
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-072-86/+86
* vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella2020-07-291-1/+1
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-101-1/+1
* hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-02-141-59/+9
* vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
* vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-6/+14
* vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-051-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+8
|\
| * hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-021-0/+8
* | vsock/virtio: change the maximum packet size allowedStefano Garzarella2019-07-301-2/+2
* | vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-301-3/+12
* | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2019-07-301-2/+2
* | vsock/virtio: reduce credit update messagesStefano Garzarella2019-07-301-3/+13
* | vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-302-9/+52
* | hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
|/
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-081-6/+9
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-081-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-081-24/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-35/+10
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-211-31/+8
| |\
| | * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-212-4/+2
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1710-83/+12
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-172-3/+5
| |\ \ | | |/ | |/|
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| | * vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-058-72/+8
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
| |/
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-141-31/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\ \ | |/
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-221-14/+31
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-221-10/+40
|/
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6
* | vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
* | hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
|/
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15