virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-02 02:07:35 to 2018-05-22 03:36:18 UTC [more...]

[PATCH net 1/4] virtio-net: correctly redirect linearized packet
 2018-05-22  3:36 UTC  (10+ messages)
` [PATCH net 2/4] virtio-net: correctly transmit XDP buff after linearizing
` [PATCH net 3/4] virtio-net: reset num_buf to 1 after linearizing packet
` [PATCH net 4/4] virito-net: fix leaking page for gso packet during mergeable XDP
` [PATCH net 0/4] Fix several issues of virtio-net "

[PATCH net-next v11 1/5] net: Introduce generic failover module
 2018-05-22  2:06 UTC  (5+ messages)
` [PATCH net-next v11 2/5] netvsc: refactor notifier/event handling code to use the failover framework
` [PATCH net-next v11 3/5] net: Introduce net_failover driver
` [PATCH net-next v11 4/5] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
` [PATCH net-next v11 5/5] virtio_net: Extend virtio to use VF datapath when available

[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
 2018-05-22  2:06 UTC 

[RFC PATCH net-next 00/12] XDP batching for TUN/vhost_net
 2018-05-21 22:21 UTC  (21+ messages)
` [RFC PATCH net-next 01/12] vhost_net: introduce helper to initialize tx iov iter
` [RFC PATCH net-next 02/12] vhost_net: introduce vhost_exceeds_weight()
` [RFC PATCH net-next 03/12] vhost_net: introduce vhost_has_more_pkts()
` [RFC PATCH net-next 04/12] vhost_net: split out datacopy logic
` [RFC PATCH net-next 05/12] vhost_net: batch update used ring for datacopy TX
` [RFC PATCH net-next 06/12] tuntap: enable premmption early
` [RFC PATCH net-next 07/12] tuntap: simplify error handling in tun_build_skb()
` [RFC PATCH net-next 08/12] tuntap: tweak on the path of non-xdp case "
` [RFC PATCH net-next 09/12] tuntap: split out XDP logic
` [RFC PATCH net-next 10/12] vhost_net: build xdp buff
` [RFC PATCH net-next 11/12] vhost_net: passing raw xdp buff to tun
` [RFC PATCH net-next 12/12] vhost_net: batch submitting XDP buffers to underlayer sockets

KASAN: use-after-free Read in vhost_chr_write_iter
 2018-05-21 14:42 UTC  (3+ messages)

[RFC V4 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
 2018-05-21 12:25 UTC  (11+ messages)
` [RFC V4 PATCH 2/8] vhost: hide used ring layout from device
` [RFC V4 PATCH 3/8] vhost: do not use vring_used_elem
` [RFC V4 PATCH 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [RFC V4 PATCH 5/8] vhost: vhost_put_user() can accept metadata type
` [RFC V4 PATCH 6/8] virtio: introduce packed ring defines
` [RFC V4 PATCH 7/8] vhost: packed ring support
` [RFC V4 PATCH 8/8] vhost: event suppression for packed ring
` [RFC V4 PATCH 0/8] Packed ring layout for vhost

[PATCH net 0/4] Fix several issues of virtio-net mergeable XDP
 2018-05-21  8:35 UTC 

[RFC v4 1/5] virtio: add packed ring definitions
 2018-05-21  2:39 UTC  (26+ messages)
` [RFC v4 2/5] virtio_ring: support creating packed ring
` [RFC v4 3/5] virtio_ring: add packed ring support
` [RFC v4 4/5] virtio_ring: add event idx support in packed ring
` [RFC v4 5/5] virtio_ring: enable "

[PATCH 0/6] Macrofying inline assembly for better compilation
 2018-05-18  9:20 UTC 

[PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
 2018-05-17 14:29 UTC  (3+ messages)
    ` [PATCH 02/24] drm/cirrus: cirrus_framebuffer -> drm_framebuffer
    ` [PATCH 03/24] drm/virtio: Place GEM BOs in drm_framebuffer

[PATCH 1/2] Convert target drivers to use sbitmap
 2018-05-16 12:47 UTC  (6+ messages)
` [PATCH 2/2] Remove percpu_ida
  ` [RFC PATCH] iscsit_wait_for_tag() can be static

[RFC V4 PATCH 0/8] Packed ring layout for vhost
 2018-05-16 12:32 UTC 

[RFC v4 0/5] virtio: support packed ring
 2018-05-16  8:37 UTC 

[RFC v3 0/5] virtio: support packed ring
 2018-05-16  5:55 UTC  (26+ messages)
  ` [RFC v3 3/5] virtio_ring: add packed ring support
  ` [RFC v3 4/5] virtio_ring: add event idx support in packed ring

[RFC 0/8] Improving compiler inlining decisions
 2018-05-16  3:48 UTC 

[PATCH 0/2] Use sbitmap instead of percpu_ida
 2018-05-15 16:00 UTC 

[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
 2018-05-15  1:13 UTC  (13+ messages)
            ` [PATCH v4] fault-injection: introduce kvmalloc fallback options
              ` [PATCH v5] "
                      ` [dm-devel] "
                        ` kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
                      ` [PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG

[PATCH] gpu: drm: qxl: Adding new typedef vm_fault_t
 2018-05-14  9:02 UTC  (2+ messages)

[PATCH net-next v10 1/4] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
 2018-05-11 18:09 UTC  (15+ messages)
` [PATCH net-next v10 2/4] net: Introduce generic failover module
` [PATCH net-next v10 3/4] virtio_net: Extend virtio to use VF datapath when available
` [PATCH net-next v10 4/4] netvsc: refactor notifier/event handling code to use the failover framework

[virtio-dev] [PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
 2018-05-10 15:36 UTC  (4+ messages)
  `  "
    ` [virtio-dev] "

[PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
 2018-05-07 23:09 UTC 

[PATCH net-next v10 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-05-07 22:10 UTC 

[PATCH net] vhost: Use kzalloc() to allocate vhost_msg_node
 2018-05-07 13:12 UTC  (2+ messages)

[PATCH 0/6] virtio-console: spec compliance fixes
 2018-05-06 19:52 UTC  (4+ messages)

[PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
 2018-05-04  4:59 UTC 

[RFC] virtio: support VIRTIO_F_IO_BARRIER
 2018-05-04  1:14 UTC  (10+ messages)

[PATCH 11/15] drm/qxl: Remove unecessary dma_fence_ops
 2018-05-03 14:26 UTC  (2+ messages)
` [PATCH 14/15] drm/virtio: "

[RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
 2018-05-03  7:19 UTC  (2+ messages)

[RFC] virtio: support VIRTIO_F_IO_BARRIER
 2018-05-03  2:59 UTC 

[PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
 2018-05-02 21:39 UTC  (12+ messages)
  ` [PATCH net-next v9 2/4] net: Introduce generic failover module

[PATCH V2 net-next 2/6] sctp: Handle sctp packets with CHECKSUM_PARTIAL
 2018-05-02 17:17 UTC  (14+ messages)
` [PATCH V2 net-next 3/6] sctp: Build sctp offload support into the base kernel
` [PATCH V2 net-next 4/6] tun: Add support for SCTP checksum offload
` [PATCH V2 net-next 5/6] macvlan/macvtap: "
` [PATCH V2 net-next 6/6] ipvlan: "
  ` [PATCH V2 net-next 1/6] virtio: Add support for SCTP checksum offloading

CFP PhyCS 2018 - 5th Int.l Conf. on Physiological Computing Systems (Seville/Spain)
 2018-05-02 15:27 UTC 

CFP WEBIST 2018 - 14th Int.l Conf. on Web Information Systems and Technologies (Seville/Spain)
 2018-05-02 15:27 UTC 

[PATCH] Revert "vhost: make msg padding explicit"
 2018-05-02 14:27 UTC 

[PATCH] vhost: make msg padding explicit
 2018-05-02 14:19 UTC  (3+ messages)

[PATCH] Revert "vhost: make msg padding explicit"
 2018-05-02 14:19 UTC 

[PATCH 12/17] drm/qxl: Remove unecessary dma_fence_ops
 2018-05-02  8:23 UTC  (2+ messages)
` [PATCH] "

[PATCH] drm/qxl: Remove unecessary dma_fence_ops
 2018-05-02  8:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).