summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: vsock: Fix a typoLu Wei2021-03-291-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-101-3/+5
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-071-4/+1
* net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-071-1/+1
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-021-5/+12
* af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv2020-12-151-2/+7
* af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv2020-12-151-0/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-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-301-1/+1
* | vsock: remove ratelimit unknown ioctl messageColin Ian King2020-10-301-1/+0
|/
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-10-271-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-251-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-201-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-121-5/+23
* vsock: add local transport support in the vsock coreStefano Garzarella2019-12-121-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-151-2/+8
* vsock: prevent transport modules unloadingStefano Garzarella2019-11-151-4/+16
* vsock: add multi-transports supportStefano Garzarella2019-11-151-59/+184
* vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella2019-11-151-4/+9
* vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-151-7/+13
* vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-151-8/+35
* vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella2019-11-151-5/+2
* vsock: add 'transport' member in the struct vsock_sockStefano Garzarella2019-11-151-18/+38
* vsock: remove vm_sockets_get_local_cid()Stefano Garzarella2019-11-151-10/+0
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-071-2/+2
* vsock: Simplify '__vsock_release()'Christophe JAILLET2019-11-061-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-021-4/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-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-151-31/+7
|/
* socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-2/+2
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-161-1/+1
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2018-12-141-1/+6
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-7/+8
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-6/+13
* net/vmw_vsock: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+6
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-171-0/+6
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-15/+15
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
|/
* vsock: always call vsock_init_tables()Cong Wang2017-10-261-3/+4