summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/af_vsock.c
AgeCommit message (Expand)Author
2021-11-10vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov
2021-06-11af_vsock: separate receive data loopArseny Krasnov
2021-06-11af_vsock: separate wait data loopArseny Krasnov
2021-06-11af_vsock: update functions for connectible socketArseny Krasnov
2021-03-28net: vsock: Fix a typoLu Wei
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella
2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King
2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2019-12-11vsock: use local transport when it is loadedStefano Garzarella
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella
2019-11-21vsock: avoid to assign transport if its initialization failsStefano Garzarella
2019-11-14vsock: fix bind() behaviour taking care of CIDStefano Garzarella
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella
2019-11-14vsock: add multi-transports supportStefano Garzarella
2019-11-14vsock: move vsock_insert_unbound() in the vsock_create()Stefano Garzarella
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella
2019-11-14vsock: add 'transport' member in the struct vsock_sockStefano Garzarella
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui