messages from 2025-11-20 12:37:17 to 2025-11-26 00:04:43 UTC [more...]
[PATCH net-next] MAINTAINERS: separate VIRTIO NET DRIVERS and add netdev
2025-11-26 0:04 UTC (2+ messages)
[PATCH net-next] virtio-net: avoid unnecessary checksum calculation on guest RX
2025-11-26 0:03 UTC (5+ messages)
[PATCH net-next] vhost/net: check peek_head_len after signal to guest to avoid delays
2025-11-25 23:50 UTC (2+ messages)
[PATCH net v3] virtio-net: avoid unnecessary checksum calculation on guest RX
2025-11-25 22:27 UTC
[PATCH v2] virtio-net: avoid unnecessary checksum calculation on guest RX
2025-11-25 21:14 UTC
[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
2025-11-25 19:45 UTC (7+ messages)
[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
2025-11-25 17:18 UTC (22+ messages)
` [PATCH net-next v6 1/8] ptr_ring: add __ptr_ring_full_next() to predict imminent fullness
` [PATCH net-next v6 2/8] ptr_ring: add helper to check if consume created space
` [PATCH net-next v6 3/8] tun/tap: add synchronized ring produce/consume with queue management
` [PATCH net-next v6 4/8] tun/tap: add batched ring consume function
` [PATCH net-next v6 5/8] tun/tap: add uncomsume function for returning entries to ring
` [PATCH net-next v6 6/8] tun/tap: add helper functions to check file type
` [PATCH net-next v6 7/8] tun/tap & vhost-net: use {tun|tap}_ring_{consume|produce} to avoid tail drops
` [PATCH net-next v6 7/8] tun/tap/vhost: "
` [PATCH net-next v6 8/8] tun/tap: drop get ring exports
` [syzbot ci] Re: tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
[PATCH net-next v12 00/12] virtio_net: Add ethtool flow rules support
2025-11-25 15:39 UTC (30+ messages)
` [PATCH net-next v12 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v12 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v12 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v12 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v12 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v12 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v12 11/12] virtio_net: Add support for TCP and UDP ethtool rules
[PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-11-25 15:03 UTC (4+ messages)
` [PATCH v6 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
[PATCH] MAINTAINERS: Update my email address
2025-11-25 14:08 UTC (3+ messages)
[PATCH 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
2025-11-25 13:44 UTC (4+ messages)
` [PATCH 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()
[PATCH v2] virtio_net: enhance wake/stop tx queue statistics accounting
2025-11-25 11:03 UTC (2+ messages)
[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
2025-11-25 9:24 UTC (31+ messages)
` [PATCH net-next v11 01/13] vsock: a per-net vsock NS mode state
` [PATCH net-next v11 02/13] vsock: add netns to vsock core
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 04/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
` [PATCH net-next v11 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v11 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v11 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v11 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v11 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v11 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v11 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v11 13/13] selftests/vsock: add tests for namespace deletion and mode changes
[PATCH V9 00/19] virtio_ring in order support
2025-11-25 7:08 UTC (20+ messages)
` [PATCH V9 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V9 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V9 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V9 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V9 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V9 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V9 07/19] virtio: switch to use vring_virtqueue for virtqueue_get variants
` [PATCH V9 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V9 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V9 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V9 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V9 12/19] virtio_ring: switch to use unsigned int for virtqueue_poll_packed()
` [PATCH V9 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V9 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V9 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V9 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V9 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V9 18/19] virtio_ring: factor out split "
` [PATCH V9 19/19] virtio_ring: add in order support
[PATCH 0/6] vfio: Reset migration device state using dedicated callback
2025-11-24 21:44 UTC (11+ messages)
` [PATCH 1/6] vfio: Introduce .migration_reset_state() callback
` [PATCH 2/6] hisi_acc_vfio_pci: Use "
` [PATCH 3/6] vfio/pds: "
` [PATCH 4/6] vfio/qat: "
` [PATCH 5/6] vfio/mlx5: "
` [PATCH 6/6] vfio/virtio: "
[PATCH net] vsock: Ignore signal/timeout on connect() if already established
2025-11-24 11:49 UTC (11+ messages)
[PATCH net-next] vsock/test: Extend transport change null-ptr-deref test
2025-11-24 11:41 UTC (2+ messages)
[PATCH v3 00/21] paravirt: cleanup and reorg
2025-11-24 9:52 UTC (4+ messages)
` [PATCH v3 09/21] loongarch/paravirt: Use common code for paravirt_steal_clock()
[PATCH 0/2] Add calls to mutex_destroy in virtio_balloon and virtio_mem
2025-11-24 9:43 UTC (6+ messages)
` [PATCH 1/2] virtio-balloon: Destroy mutex before freeing virtio_balloon
` [PATCH 2/2] virtio-mem: Destroy mutex before freeing virtio_mem
[PATCH v2 2/3] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
2025-11-24 9:33 UTC (14+ messages)
` [PATCH v2 3/3] LoongArch: Add paravirt preempt print prompt
[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
2025-11-24 7:58 UTC (9+ messages)
[syzbot] [net?] [virt?] [kvm?] BUG: soft lockup in vsock_loopback_work
2025-11-24 7:46 UTC
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-24 6:22 UTC (31+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "
[PATCH v2 02/22] vfio/hisi: Convert to the get_region_info op
2025-11-24 2:45 UTC (3+ messages)
[RFC PATCH 0/2] Enhance RPMsg buffer management
2025-11-22 12:05 UTC (6+ messages)
` [RFC PATCH 1/2] rpmsg: virtio_rpmsg_bus: allow the different vring size for send/recv
` [RFC PATCH 2/2] rpmsg: virtio_rpmsg_bus: get buffer size from config space
[PATCH net-next v5 0/2] net: Split ndo_set_rx_mode into snapshot
2025-11-21 17:48 UTC (5+ messages)
` [PATCH net-next v5 1/2] net: refactor set_rx_mode into snapshot and deferred I/O
` [PATCH net-next v5 2/2] virtio-net: Implement ndo_write_rx_mode callback
[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-11-21 16:24 UTC (2+ messages)
[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
2025-11-20 23:36 UTC (4+ messages)
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces
[PATCH net v2] vsock: Ignore signal/timeout on connect() if already established
2025-11-20 16:10 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).