summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-06-211-1/+1
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* | vsock: rename vsock_wait_data()Stefano Garzarella2021-06-181-6/+8
* | vsock: rename vsock_has_data()Stefano Garzarella2021-06-181-2/+2
* | af_vsock: update comments for stream socketsArseny Krasnov2021-06-111-14/+17
* | af_vsock: rest of SEQPACKET supportArseny Krasnov2021-06-111-2/+46
* | af_vsock: implement send logic for SEQPACKETArseny Krasnov2021-06-111-5/+15
* | af_vsock: implement SEQPACKET receive loopArseny Krasnov2021-06-111-1/+54
* | af_vsock: separate receive data loopArseny Krasnov2021-06-111-49/+67
* | af_vsock: separate wait data loopArseny Krasnov2021-06-111-72/+84
* | af_vsock: update functions for connectible socketArseny Krasnov2021-06-111-30/+34
|/
* net: vsock: Fix a typoLu Wei2021-03-281-1/+1
* selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-03-191-0/+1
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-091-3/+5
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-061-4/+1
* net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-061-1/+1
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-011-5/+12
* af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv2020-12-141-2/+7
* af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv2020-12-141-0/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+1
|\
| * vsock: forward all packets to the host when no H2G is registeredStefano Garzarella2020-11-141-1/+1
* | vsock: fix the error return when an invalid ioctl command is usedColin Ian King2020-10-291-1/+1
* | vsock: remove ratelimit unknown ioctl messageColin Ian King2020-10-291-1/+0
|/
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-10-261-1/+1
* vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-05-271-1/+1
* vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-271-8/+12
* vsock: use local transport when it is loadedStefano Garzarella2019-12-111-5/+23
* vsock: add local transport support in the vsock coreStefano Garzarella2019-12-111-1/+16
* vsock: avoid to assign transport if its initialization failsStefano Garzarella2019-11-211-1/+8
* vsock: fix bind() behaviour taking care of CIDStefano Garzarella2019-11-141-2/+8
* vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-4/+16
* vsock: add multi-transports supportStefano Garzarella2019-11-141-59/+184
* vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-141-4/+9
* vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-141-7/+13
* vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-8/+35
* vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-141-5/+2
* vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-141-18/+38
* vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-141-10/+0
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-051-3/+1
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-011-4/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner2019-06-051-9/+1
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-141-31/+7
|/
* socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-2/+2