aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-187/+509
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring4-5/+5
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella1-5/+2
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella1-6/+8
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella1-2/+2
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov1-0/+12
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov1-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov1-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov1-14/+5
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov1-14/+17
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov1-2/+46
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov1-5/+15
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov1-1/+54
2021-06-11af_vsock: separate receive data loopArseny Krasnov1-49/+67
2021-06-11af_vsock: separate wait data loopArseny Krasnov1-72/+84
2021-06-11af_vsock: update functions for connectible socketArseny Krasnov1-30/+34
2021-06-10vsock/vmci: remove the repeated word "be"gushengxian1-1/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-2/+2
2021-04-30vsock/vmci: Remove redundant assignment to errYang Li1-2/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-11/+20
2021-04-20vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-04-19vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-03-28net: vsock: Fix a typoLu Wei1-1/+1
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King1-1/+1
2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King1-1/+0
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1