Jorgen Hansen ([email protected])

Number of posts: 99 (0.13 per day)
First post: 2015-11-12 09:29:35
Last post: 2017-11-21 11:02:18

Date List Subject
2020-05-27 11:22:50 linux-kernel RE: [PATCH net] vsock: fix timeout in vsock_accept()
2020-03-23 10:18:22 linux-kernel RE: [PATCH v2] VMCI: Fix NULL pointer dereference on context ptr
2019-11-21 16:23:48 linux-kernel RE: [PATCH net-next 3/6] vsock: add local transport support in the vsock core
2019-11-21 15:55:22 linux-kernel RE: [PATCH net-next 3/6] vsock: add local transport support in the vsock core
2019-11-21 15:16:12 linux-kernel RE: [PATCH net-next] vsock: avoid to assign transport if its initialization fails
2019-11-21 15:06:12 linux-kernel RE: [PATCH net-next 3/6] vsock: add local transport support in the vsock core
2019-11-21 14:50:53 linux-kernel RE: [PATCH net-next 2/6] vsock: add VMADDR_CID_LOCAL definition
2019-11-21 14:49:37 linux-kernel RE: [PATCH net-next 0/6] vsock: add local transport support
2019-11-13 14:34:56 linux-kernel RE: [PATCH net-next 11/14] vsock: add multi-transports support
2019-11-12 10:05:34 linux-kernel RE: [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active
2019-11-12 10:00:35 linux-kernel RE: [PATCH net-next 11/14] vsock: add multi-transports support
2019-11-11 16:55:44 linux-kernel RE: [PATCH net-next 14/14] vsock: fix bind() behaviour taking care of CID
2019-11-11 16:37:49 linux-kernel RE: [PATCH net-next 13/14] vsock: prevent transport modules unloading
2019-11-11 16:28:34 linux-kernel RE: [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active
2019-11-11 13:57:47 linux-kernel RE: [PATCH net-next 11/14] vsock: add multi-transports support
2019-10-30 17:45:33 linux-kernel RE: [PATCH net-next 01/14] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
2019-10-30 15:44:00 linux-kernel RE: [PATCH net-next 11/14] vsock: add multi-transports support
2019-10-30 15:16:20 linux-kernel RE: [PATCH net-next 09/14] vsock: move vsock_insert_unbound() in the vsock_create()
2019-10-30 15:15:29 linux-kernel RE: [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
2019-10-30 15:12:51 linux-kernel RE: [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
2019-10-30 15:05:32 linux-kernel RE: [PATCH net-next 06/14] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
2019-10-30 15:02:07 linux-kernel RE: [PATCH net-next 04/14] vsock: add 'transport' member in the struct vsock_sock
2019-10-30 15:00:57 linux-kernel RE: [PATCH net-next 03/14] vsock: remove include/linux/vm_sockets.h file
2019-10-30 14:57:33 linux-kernel RE: [PATCH net-next 02/14] vsock: remove vm_sockets_get_local_cid()
2019-06-06 15:57:27 linux-kernel Re: [PATCH] VMCI: Fixup atomic64_t abuse
2019-03-21 14:42:37 linux-kernel [PATCH] VMCI/VSOCK: Add maintainers for VMCI, AF_VSOCK and VMCI transport
2019-01-14 14:50:35 linux-kernel RE: [PATCH] VMCI: Verify PPNs before sending to device
2019-01-11 20:53:39 linux-kernel [PATCH] VMCI: Verify PPNs before sending to device
2018-12-18 08:50:19 linux-kernel [PATCH v2] VSOCK: Send reset control packet when socket is partially bound
2018-12-12 09:40:34 linux-kernel [PATCH] VSOCK: Send reset control packet when socket is partially bound
2018-09-21 07:46:36 linux-kernel [PATCH] VMCI: Resource wildcard match fixed
2017-11-27 13:30:31 linux-kernel [PATCH] VSOCK: Don't set sk_state to TCP_CLOSE before testing it
2017-11-24 14:35:39 linux-nfs Re: Remote Procedure Call (RPC) over AF_VSOCK draft 00
2017-11-24 14:26:16 linux-kernel [PATCH v2] VSOCK: Don't call vsock_stream_has_data in atomic context
2017-11-21 11:02:18 linux-kernel [PATCH] VSOCK: Don't call vsock_stream_has_data in atomic context
2017-09-13 18:58:20 linux-kernel Re: scheduling while atomic from vmci_transport_recv_stream_cb in 3.16 kernels
2017-09-13 15:07:36 linux-kernel Re: scheduling while atomic from vmci_transport_recv_stream_cb in 3.16 kernels
2017-09-06 14:11:31 linux-kernel Re: [PATCH] vsock: only load vmci transport on VMware hypervisor by default
2017-08-29 15:37:14 linux-kernel Re: [PATCH] vsock: only load vmci transport on VMware hypervisor by default
2017-08-22 13:07:09 linux-kernel Re: [PATCH] vsock: only load vmci transport on VMware hypervisor by default
2017-08-17 15:17:06 linux-kernel Re: [PATCH] vsock: only load vmci transport on VMware hypervisor by default
2017-08-17 12:43:30 linux-kernel Re: [PATCH net-next 2/3] vsock: fix vsock_dequeue/enqueue_accept race
2017-08-16 19:44:52 linux-kernel Re: [PATCH net-next 1/3] VMCI: only load on VMware hypervisor
2017-03-30 13:18:18 linux-kernel Re: [PATCH][V2] VSOCK: remove unnecessary ternary operator on return value
2016-10-06 11:43:20 linux-kernel [PATCH] VMCI: Doorbell create and destroy fixes
2016-04-19 06:58:55 linux-kernel [PATCH] VSOCK: Only check error on skb_recv_datagram when skb is NULL
2016-04-05 08:59:36 linux-kernel [PATCH] VSOCK: Detach QP check should filter out non matching QPs.
2015-11-12 09:29:35 linux-kernel [PATCH] VMCI: Use 32bit atomics for queue headers on X86_32