summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-151-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-301-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
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-051-19/+27
* VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-10/+0
* VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-4/+6
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
* vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen2016-09-271-3/+3
* VSOCK: defer sock removal to transportsStefan Hajnoczi2016-08-021-6/+10