messages from 2026-05-05 08:34:49 to 2026-05-07 12:44:49 UTC [more...]
[PATCH cluster/manager/network/proxmox{,-ve-rs,-perl-rs} v4 00/31] Add WireGuard as protocol to SDN fabrics
2026-05-07 12:40 UTC (31+ messages)
` [PATCH pve-cluster v4 01/31] cfs: add 'priv/wg-keys.cfg' to observed files
` [PATCH proxmox v4 02/31] wireguard: utilize x25519 for public key generation
` [PATCH proxmox v4 03/31] wireguard: skip serializing preshared_key if unset
` [PATCH proxmox v4 04/31] wireguard: implement ApiType for private key
` [PATCH proxmox v4 05/31] network-types: implement ApiType for endpoints and hostnames
` [PATCH proxmox-ve-rs v4 06/31] sdn-types: add wireguard-specific PersistentKeepalive api type
` [PATCH proxmox-ve-rs v4 07/31] ve-config: fabrics: split interface name regex into two parts
` [PATCH proxmox-ve-rs v4 08/31] ve-config: fabric: refactor fabric config entry impl using macro
` [PATCH proxmox-ve-rs v4 09/31] ve-config: fabrics: add protocol-specific properties for wireguard
` [PATCH proxmox-ve-rs v4 10/31] ve-config: wireguard: add private keys section config
` [PATCH proxmox-ve-rs v4 11/31] ve-config: sdn: fabrics: add wireguard to the fabric config
` [PATCH proxmox-ve-rs v4 12/31] ve-config: fabrics: wireguard add validation for wireguard config
` [PATCH proxmox-ve-rs v4 13/31] ve-config: fabrics: implement wireguard config generation
` [PATCH proxmox-perl-rs v4 14/31] pve-rs: fabrics: wireguard: generate ifupdown2 configuration
` [PATCH proxmox-perl-rs v4 15/31] pve-rs: fabrics: add helpers for parsing interface property strings
` [PATCH proxmox-perl-rs v4 16/31] pve-rs: sdn: wireguard: add private keys module
` [PATCH pve-network v4 17/31] sdn: add wireguard helper module
` [PATCH pve-network v4 18/31] fabrics: wireguard: add schema definitions for wireguard
` [PATCH pve-network v4 19/31] fabrics: wireguard: implement wireguard key auto-generation
` [PATCH pve-manager v4 20/31] network: sdn: generate wireguard configuration on apply
` [PATCH pve-manager v4 21/31] ui: fix parsing of property-strings when values contain =
` [PATCH pve-manager v4 22/31] ui: fabrics: i18n: make node loading string translatable
` [PATCH pve-manager v4 23/31] ui: fabrics: split node selector creation and config
` [PATCH pve-manager v4 24/31] ui: fabrics: edit: make ipv4/6 support generic over fabric panels
` [PATCH pve-manager v4 25/31] ui: fabrics: node: make ipv4/6 support generic over edit panels
` [PATCH pve-manager v4 26/31] ui: fabrics: interface: "
` [PATCH pve-manager v4 27/31] ui: fabrics: wireguard: add interface edit panel
` [PATCH pve-manager v4 28/31] ui: fabrics: wireguard: add node "
` [PATCH pve-manager v4 29/31] ui: fabrics: wireguard: add fabric "
[PATCH docs/manager/qemu-server v4 00/17] Add API and UI for custom CPU models
2026-05-07 12:24 UTC (17+ messages)
` [PATCH pve-docs v4 01/17] qm: add anchor to "CPU Type" section
` [PATCH qemu-server v4 02/17] cpu config: rename CPU models config path variable
` [PATCH qemu-server v4 03/17] cpu flags: move cpu flags-related utilities to their own module
` [PATCH qemu-server v4 04/17] cpu flags: add helper querying CPU flags with nodes supporting them
` [PATCH qemu-server v4 05/17] cpu config: add helpers to lock and write config
` [PATCH qemu-server v4 06/17] cpu: register standard option for CPU format
` [PATCH qemu-server v4 07/17] cpu config: set 'type' field before writing
[PATCH manager 0/1] ceph: add opt-in locality-aware replica reads (crush_location_hook)
2026-05-07 12:20 UTC (3+ messages)
[PATCH container/manager v2 0/7] implement per-mountpoint uid/gid mapping
2026-05-07 12:04 UTC (4+ messages)
` [PATCH manager v2 7/7] ui: lxc/MPEdit: add "idmap" option
` partially-applied: [PATCH container/manager v2 0/7] implement per-mountpoint uid/gid mapping
[PATCH manager/pmg-api/proxmox{,-backup,-perl-rs,-offline-mirror} 0/8] adapt subscription handling to alternative server IDs
2026-05-07 11:59 UTC (9+ messages)
` [PATCH proxmox 1/8] proxmox-subscription: add new machine-id based serverid
` [PATCH proxmox-backup 2/8] subscription: adapt to multiple server ID variants
` [PATCH proxmox-perl-rs 3/8] common: subscription: expose server ID candidates
` [PATCH manager 4/8] subscription: adapt to multiple server ID variants
` [PATCH manager 5/8] api2tools: remove unused get_hwaddress
` [PATCH pmg-api 6/8] subscription: adapt to multiple server ID variants
` [PATCH pmg-api 7/8] utils: drop now unused get_hwaddress
` [PATCH proxmox-offline-mirror 8/8] subscription handling: adapt to multiple server ID candidates
[PATCH manager/network/proxmox-ve-rs 0/9] Implement route redistribution for OSPF
2026-05-07 11:57 UTC (2+ messages)
[PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN
2026-05-07 11:57 UTC (53+ messages)
` [PATCH pve-cluster v5 01/46] cfs: add 'sdn/route-maps.cfg' to observed files
` [PATCH pve-cluster v5 02/46] cfs: add 'sdn/prefix-lists.cfg' "
` [PATCH pve-access-control v5 03/46] permissions: add ACL path for prefix-lists and route-maps
` [PATCH proxmox-ve-rs v5 04/46] frr: add constructor to prefix list name
` [PATCH proxmox-ve-rs v5 05/46] sdn-types: add common route-map helper types
` [PATCH proxmox-ve-rs v5 06/46] frr: change order type to u16
` [PATCH proxmox-ve-rs v5 07/46] frr: implement routemap match/set statements via adjacent tagging
` [PATCH proxmox-ve-rs v5 08/46] frr: implement support for call and exit action
` [PATCH proxmox-ve-rs v5 09/46] frr-templates: change route maps template to adapt to new frr types
` [PATCH proxmox-ve-rs v5 10/46] ve-config: fabrics: adapt frr config generation
` [PATCH proxmox-ve-rs v5 11/46] ve-config: add prefix list section config
` [PATCH proxmox-ve-rs v5 12/46] ve-config: frr: implement frr config generation for prefix lists
` [PATCH proxmox-ve-rs v5 13/46] ve-config: add route map section config
` [PATCH proxmox-ve-rs v5 14/46] ve-config: frr: implement frr config generation for route maps
` [PATCH proxmox-ve-rs v5 15/46] ve-config: add prefix lists integration tests
` [PATCH proxmox-ve-rs v5 16/46] ve-config: add route maps "
` [PATCH proxmox-ve-rs v5 17/46] fabrics: ospf: fix deserializing OspfDeletableProperties
` [PATCH proxmox-ve-rs v5 18/46] fabrics: ospf: openfabric: allow user-defined route filter
` [PATCH proxmox-ve-rs v5 19/46] frr: fabrics: apply route_filter setting
` [PATCH proxmox-perl-rs v5 20/46] pve-rs: sdn: add route maps module
` [PATCH proxmox-perl-rs v5 21/46] pve-rs: sdn: add prefix lists module
` [PATCH proxmox-perl-rs v5 22/46] sdn: add prefix list / route maps to frr config generation helper
` [PATCH pve-network v5 23/46] controller: bgp: evpn: adapt to new match / set frr config syntax
` [PATCH pve-network v5 24/46] sdn: add prefix lists module
` [PATCH pve-network v5 25/46] sdn: add route map module
` [PATCH pve-network v5 26/46] api2: add prefix list module
` [PATCH pve-network v5 27/46] api2: add route maps module
` [PATCH pve-network v5 28/46] api2: add route map module
` [PATCH pve-network v5 29/46] api2: add route map entry module
` [PATCH pve-network v5 30/46] evpn controller: add route_map_{in,out} parameter
` [PATCH pve-network v5 31/46] bgp controller: allow configuring custom route maps
` [PATCH pve-network v5 32/46] sdn: commit route map / prefix list configuration on sdn apply
` [PATCH pve-network v5 33/46] sdn: frr: consider route maps and prefix lists in dry-run
` [PATCH pve-network v5 34/46] fabrics: ospf: openfabric: add route_filter property
` [PATCH pve-network v5 35/46] tests: add simple route map test case
` [PATCH pve-network v5 36/46] tests: add bgp evpn route map/prefix list testcase
` [PATCH pve-network v5 37/46] tests: add route map with prefix "
` [PATCH pve-network v5 38/46] tests: add exit node with custom route map testcase
` [PATCH pve-manager v5 39/46] ui: sdn: add route map selector
` [PATCH pve-manager v5 40/46] ui: sdn: add prefix list selector
` [PATCH pve-manager v5 41/46] ui: sdn: add panel for managing prefix lists
` [PATCH pve-manager v5 42/46] ui: sdn: add panel for managing route map entries
` [PATCH pve-manager v5 43/46] ui: sdn: bgp controller: allow configuring route maps
` [PATCH pve-manager v5 44/46] ui: sdn: evpn "
` [PATCH pve-manager v5 45/46] ui: sdn: openfabric: add route filter
` [PATCH pve-manager v5 46/46] ui: sdn: ospf: add route filter setting
` partially-applied: [PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN
` applied: "
[PATCH container] fix #7568: ensure new vmid in pve ipams when cloning containers
2026-05-07 11:23 UTC
[PATCH many v5 0/8] fix #5076: add support for open id audiences
2026-05-07 11:11 UTC (5+ messages)
` partially-applied: "
` [PATCH pmg-api v5] fix #5076: auth: openid: add support for an optional "audiences" field
` [PATCH pmg-gui v5] fix #5076: auth edit open id: add an optional audiences field
[PATCH-SERIES container/qemu-server 0/3] pct/qm: unlock: log that operation happened to syslog
2026-05-07 10:16 UTC (3+ messages)
` [PATCH container 1/3] pct: "
` applied: "
[PATCH novnc] upgrade noVNC and patches to 1.7.0
2026-05-07 9:55 UTC (2+ messages)
` applied: "
[PATCH manager/storage v3 0/2] fix #7339: lvmthick: add option to free storage for deleted VMs
2026-05-07 9:47 UTC (6+ messages)
` [PATCH storage v3 1/2] fix #7339: lvmthick: add worker to free space of to be "
[PATCH pmg-gui] add default pgettext/npgettext implementations to pmg-index.html.tt
2026-05-07 9:28 UTC (2+ messages)
` applied: "
[PATCH manager v1] add default pgettext/npgettext implementations to index.html.tpl
2026-05-07 9:28 UTC (2+ messages)
` applied: "
[PATCH pve-manager] ui: qemu: wizard: re-add media=cdrom for second VirtIO drivers ISO
2026-05-07 9:28 UTC (4+ messages)
` applied: "
[PATCH proxmox-backup v1] add default pgettext/npgettext implementations to index.hbs
2026-05-07 9:27 UTC (2+ messages)
[PATCH pve-container] fix #7571: emit mtu in ifupdown-based LXC guests
2026-05-06 23:00 UTC
[RFC docs/storage/zfsonlinux 0/4] allow replication/migration with zfs native encryption
2026-05-07 8:44 UTC (2+ messages)
` applied-series: "
[PATCH zfsonlinux] add patch kernel panic on cgroup-OOM kill
2026-05-07 8:44 UTC (2+ messages)
` applied: "
[PATCH docs 0/2] pve-storage-lvm: document qcow2 availability
2026-05-07 6:27 UTC (2+ messages)
` applied: "
partially-applied: [PATCH datacenter-manager/installer/proxmox/yew-comp v4 00/40] add auto-installer integration
2026-05-07 2:25 UTC
[PATCH manager v2] fix #4130: external metric: better handle failed connections
2026-05-06 17:00 UTC (2+ messages)
[PATCH guest-common/qemu-server/docs/manager v3 0/11] Virtiofs improvements
2026-05-06 14:03 UTC (3+ messages)
[PATCH manager v2] cert helpers: make sure that any new certificate and key match
2026-05-06 13:59 UTC (2+ messages)
` applied: "
[PATCH manager] certificate: make sure that any new certificate and key match
2026-05-06 12:50 UTC (5+ messages)
` Superseded: "
[PATCH network] frr: bump generated config version to 10.6.1
2026-05-06 11:46 UTC (2+ messages)
` applied: "
[PATCH pve-manager v2] ui: pci map: fix typo in comment
2026-05-06 11:43 UTC (2+ messages)
` applied: "
[PATCH manager] sdn: controller: allow creating bgp controller without route-maps
2026-05-06 10:22 UTC
[pve-devel] [PATCH proxmox-ve-rs] ve-config: avoid panicing if fabric node id does not match expected pattern
2026-05-06 10:13 UTC (2+ messages)
` applied: "
[PATCH proxmox-ve-rs] ve-config: sdn: add comment to PrefixList enum
2026-05-06 10:13 UTC (2+ messages)
` applied: "
[PATCH manager] ui: qemu hardware view: split out disks and nics into grids
2026-05-06 8:48 UTC (3+ messages)
Design for custom UEFI firmware in PVE
2026-05-06 8:07 UTC (4+ messages)
[PATCH frr 0/2] Bump FRR to 10.6.0
2026-05-06 7:59 UTC (5+ messages)
` partially-applied: "
[PATCH-SERIES qemu-server v2 0/7] fix #7383: agent: fsfreeze: skip freeze if already frozen
2026-05-06 0:20 UTC (2+ messages)
` applied: "
[PATCH-SERIES qemu-server 0/3] ovmf: create temporary EFI disk below /run instead of /tmp to avoid migration issue
2026-05-06 0:20 UTC (2+ messages)
` applied: "
[PATCH qemu-server master+stable-bookworm] check efi vars: promote message about missing MS 2023 certs to warning
2026-05-06 0:19 UTC (2+ messages)
` applied: "
[PATCH qemu-server] fix #3662: tpm: use QSD to give swtpm access to iscsi-based volumes
2026-05-06 0:19 UTC (2+ messages)
` applied: "
[PATCH qemu-server] snapshot: tpm state: revert to using 'storage' snapshot type when not using QSD
2026-05-06 0:20 UTC (2+ messages)
` applied: "
[PATCH pve-access-control] ldap: decode attribute values as UTF-8
2026-05-06 0:08 UTC (2+ messages)
` applied: "
[PATCH access-control/manager 0/2] fixes #7504: add support for regenerating secrets
2026-05-06 0:08 UTC (2+ messages)
` applied: "
[PATCH-SERIES qemu 0/3] QEMU 11.0.0
2026-05-05 20:39 UTC (5+ messages)
` [PATCH qemu 1/3] update submodule and patches to "
` [PATCH qemu 2/3] stable fixes for "
` [PATCH qemu 3/3] add fix for regression when using fuse export for swtpm
` applied: [PATCH-SERIES qemu 0/3] QEMU 11.0.0
[PATCH docs] pvecm: elaborate when and how to change the token coefficient
2026-05-05 14:49 UTC
[PATCH access-control/network 0/2] fix #7520: sdn: clean up dangling ACLs on resource deletion
2026-05-05 14:22 UTC (3+ messages)
` [PATCH pve-network 1/2] "
` [PATCH pve-access-control 2/2] fix #7520: access-control: add SDN ACL cleanup helper
[PATCH-SERIES qemu-server 0/3] api: disk clone/move/reassign: log more core operations
2026-05-05 12:08 UTC (2+ messages)
` applied: "
[PATCH docs] pve-firewall: update list of implicit rules
2026-05-05 11:22 UTC (4+ messages)
` superseded: "
[PATCH docs v2] pve-firewall: link to implicit rules section
2026-05-05 11:20 UTC
[PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v4 00/47] Add support for route maps / prefix lists to SDN
2026-05-05 9:22 UTC (6+ messages)
` [PATCH pve-network v4 24/47] sdn: add prefix lists module
` [PATCH pve-network v4 32/47] sdn: change detection for route maps / prefix lists
[PATCH manager/network/proxmox-ve-rs 0/4] Expose OSPF Network-Type option
2026-05-05 9:14 UTC (2+ messages)
[PATCH manager/network/proxmox-ve-rs v2 0/3] Expose OSPF Network-Type option
2026-05-05 9:13 UTC (4+ messages)
` [PATCH proxmox-ve-rs v2 1/3] fabrics: ospf: expose network-type interface property
` [PATCH pve-network v2 2/3] fabrics: add ospf network_type property to interfaces
` [PATCH pve-manager v2 3/3] fabrics: ospf: add network-type property in interface panel
[PATCH docs/manager/proxmox{,-perl-rs,-widget-toolkit,-backup} v5 00/27] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
2026-05-05 8:32 UTC (18+ messages)
` [PATCH proxmox v5 03/27] notify: smtp: introduce state management
` [PATCH proxmox v5 05/27] notify: smtp: update API with OAuth2 parameters
` [PATCH proxmox v5 07/27] notify: smtp: infer auth method for backwards compatibility
` [PATCH proxmox v5 08/27] notify: smtp: add state handling logic
` [PATCH proxmox v5 09/27] notify: smtp: add XOAUTH2 authentication support
` [PATCH proxmox-perl-rs v5 10/27] pve-rs: notify: smtp: add OAuth2 parameters to bindings
` [PATCH proxmox-perl-rs v5 11/27] pve-rs: notify: add binding for triggering state refresh
` [PATCH proxmox-widget-toolkit v5 15/27] notifications: add opt-in OAuth2 support for SMTP targets
` [PATCH pve-manager v5 16/27] notifications: smtp: api: add XOAUTH2 parameters
` [PATCH pve-manager v5 18/27] pveupdate: refresh notification targets' OAuth2 state
` [PATCH pve-manager v5 19/27] login: handle OAuth2 callback
` [PATCH proxmox-backup v5 21/27] notifications: add XOAUTH2 parameters to endpoints
` [PATCH proxmox-backup v5 22/27] notifications: add endpoint for initial OAuth2 refresh token exchange
` [PATCH proxmox-backup v5 23/27] login: handle OAuth2 callback
` [PATCH proxmox-backup v5 24/27] fix #7238: notifications: smtp: add XOAUTH2 support
` [PATCH proxmox-backup v5 26/27] notifications: add OAuth2 section to SMTP targets docs
` [PATCH pve-docs v5 27/27] "
[PATCH docs/manager/proxmox{,-perl-rs,-widget-toolkit,-backup} v4 00/24] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
2026-05-05 8:35 UTC (2+ messages)
` superseded: "
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