summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
...
* | vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-142-9/+7
* | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-142-86/+86
* | vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-141-18/+38
* | vsock: remove include/linux/vm_sockets.h fileStefano Garzarella2019-11-141-1/+0
* | vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-142-11/+1
* | vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUTStefano Garzarella2019-11-141-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-3/+5
|\ \
| * | vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
| |/
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-064-5/+5
* | vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-051-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+1
|\|
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-3/+14
|\|
| * 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
* | hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya2019-10-151-10/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-053-6/+14
|\|
| * vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-6/+14
* | vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-011-3/+52
|/
* 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