messages from 2025-10-26 14:50:54 to 2025-11-12 14:20:00 UTC [more...]
[PATCH net-next v9 00/14] vsock: add namespace support to vhost-vsock and loopback
2025-11-12 14:19 UTC (19+ messages)
` [PATCH net-next v9 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v9 02/14] vsock: add netns to vsock core
` [PATCH net-next v9 03/14] vsock/virtio: add netns support to virtio transport and virtio common
` [PATCH net-next v9 04/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v9 05/14] vsock: add netns and netns_tracker to vsock skb cb
` [PATCH net-next v9 06/14] vsock/loopback: add netns support
` [PATCH net-next v9 07/14] vhost/vsock: "
` [PATCH net-next v9 08/14] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v9 09/14] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v9 10/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v9 11/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v9 12/14] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v9 13/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v9 14/14] selftests/vsock: add tests for namespace deletion and mode changes
[PATCH net-next v4 0/2] net: mana: Enforce TX SGE limit and fix error cleanup
2025-11-12 13:55 UTC (4+ messages)
` [PATCH net-next v4 1/2] net: mana: Handle SKB if TX SGEs exceed hardware limit
` [PATCH net-next v4 2/2] net: mana: Drop TX skb on post_work_request failure and unmap resources
[PATCH net-next v3 0/2] net: mana: Enforce TX SGE limit and fix error cleanup
2025-11-12 12:12 UTC (6+ messages)
` [PATCH net-next v3 1/2] net: mana: Handle SKB if TX SGEs exceed hardware limit
` [PATCH net-next v3 2/2] net: mana: Drop TX skb on post_work_request failure and unmap resources
[PATCH v11 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-11-12 10:49 UTC (14+ messages)
` [PATCH v11 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v11 2/2] Drivers: hv: Introduce mshv_vtl driver
[PATCH v4] mshv: Extend create partition ioctl to support cpu features
2025-11-11 23:19 UTC
[PATCH net-next, v3] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
2025-11-11 17:02 UTC (2+ messages)
[PATCH net-next v2 0/2] net: mana: Refactor GF stats handling and add rx_missed_errors counter
2025-11-11 4:03 UTC (7+ messages)
` [PATCH net-next v2 1/2] net: mana: Refactor GF stats to use global mana_context
` [PATCH net-next v2 2/2] net: mana: Add standard counter rx_missed_errors
[PATCH v6 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2025-11-10 20:56 UTC (15+ messages)
` [PATCH v6 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c
` [PATCH v6 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
[PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
2025-11-10 12:08 UTC (10+ messages)
[PATCH] mshv_eventfd: add WQ_PERCPU to alloc_workqueue users
2025-11-10 10:10 UTC (4+ messages)
[PATCH v3] net: ethernet: fix uninitialized pointers with free attribute
2025-11-10 6:56 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH v4 0/3] Add support for clean shutdown with MSHV
2025-11-08 14:26 UTC (6+ messages)
` [PATCH v4 1/3] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v4 2/3] hyperv: Use reboot notifier to configure sleep state
` [PATCH v4 3/3] hyperv: Cleanly shutdown root partition with MSHV
[PATCH net-next v3] net: mana: Fix incorrect speed reported by debugfs
2025-11-08 3:00 UTC (3+ messages)
[PATCH v2] mshv: Extend create partition ioctl to support cpu features
2025-11-07 18:14 UTC (7+ messages)
[PATCH v2 0/2] mshv: Allow mappings that overlap in uaddr
2025-11-07 18:13 UTC (6+ messages)
` [PATCH v2 1/2] mshv: Fix create memory region overlap check
` [PATCH v2 2/2] mshv: Allow mappings that overlap in uaddr
[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
2025-11-07 15:47 UTC (29+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
[PATCH] drivers/hv: Use kmalloc_array() instead of kmalloc()
2025-11-07 6:52 UTC (2+ messages)
[PATCH v3] mshv: Extend create partition ioctl to support cpu features
2025-11-06 23:49 UTC (6+ messages)
[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
2025-11-06 21:36 UTC (6+ messages)
[PATCH] mshv: Allow mappings that overlap in uaddr
2025-11-06 18:40 UTC (3+ messages)
[PATCH v10 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-11-06 17:03 UTC (8+ messages)
` [PATCH v10 1/2] Drivers: hv: Export some symbols for mshv_vtl
` [PATCH v10 2/2] Drivers: hv: Introduce mshv_vtl driver
[PATCH v2] net: ethernet: fix uninitialized pointers with free attr
2025-11-06 11:37 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH] net: ethernet: fix uninitialized pointers with free attr
2025-11-06 10:13 UTC (3+ messages)
[PATCH net-next v2] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
2025-11-06 4:37 UTC (4+ messages)
[PATCH net-next v2] net: mana: Fix incorrect speed reported by debugfs
2025-11-05 19:03 UTC (3+ messages)
[net-next,v4] net: mana: Support HW link state events
2025-10-31 23:30 UTC (2+ messages)
[RFC PATCH] Drivers: hv: Resolve ambiguity in hypervisor version log
2025-10-31 18:32 UTC (3+ messages)
[PATCH] x86/hyperv: Use pointer from memcpy() call for assignment in hv_crash_setup_trampdata()
2025-10-31 18:26 UTC (6+ messages)
[PATCH] hv: fix missing kernel-doc description for 'size' in request_arr_init()
2025-10-31 17:54 UTC (3+ messages)
[RFC] Making vma_to_pfn() public (due to vm_pgoff change)
2025-10-29 20:44 UTC (4+ messages)
[PATCH] mshv: Extend create partition ioctl to support cpu features
2025-10-29 15:34 UTC (3+ messages)
[net-next, v3] net: mana: Support HW link state events
2025-10-29 13:20 UTC (5+ messages)
` [EXTERNAL] "
[PATCH v9 0/2] Drivers: hv: Introduce new driver - mshv_vtl
2025-10-28 5:09 UTC (4+ messages)
[PATCH v3 0/2] Add support for clean shutdown with MSHV
2025-10-27 21:19 UTC (7+ messages)
` [PATCH v3 1/2] hyperv: Add definitions for MSHV sleep state configuration
` [PATCH v3 2/2] hyperv: Enable clean shutdown for root partition with MSHV
[PATCH net-next] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
2025-10-27 17:52 UTC (3+ messages)
[RFC PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
2025-10-27 13:28 UTC (2+ messages)
[PATCH] net: mana: Fix incorrect speed reported by debugfs
2025-10-27 10:03 UTC
[PATCH AUTOSEL 6.17] clocksource: hyper-v: Skip unnecessary checks for the root partition
2025-10-26 14:49 UTC
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).