summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov
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-06-10vsock/vmci: remove the repeated word "be"gushengxian
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-04-30vsock/vmci: Remove redundant assignment to errYang Li
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella
2021-04-19vsock/vmci: log once the failed queue pair allocationStefano Garzarella
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-08vsock/virtio: update credit only if socket is not closedStefano 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-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella
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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller