public inbox for wireguard@lists.zx2c4.com
 help / color / mirror / Atom feed
 messages from 2025-09-06 21:13:01 to 2025-11-19 04:41:29 UTC [more...]

[PATCH net-next v3 00/11] wireguard: netlink: ynl conversion
 2025-11-18 17:10 UTC  (22+ messages)
` [PATCH net-next v3 03/11] wireguard: netlink: enable strict genetlink validation
` [PATCH net-next v3 04/11] netlink: specs: add specification for wireguard
` [PATCH net-next v3 06/11] uapi: wireguard: move flag enums
` [PATCH net-next v3 07/11] uapi: wireguard: generate header with ynl-gen
` [PATCH net-next v3 08/11] tools: ynl: add sample for wireguard
` [PATCH net-next v3 11/11] wireguard: netlink: generate netlink code

[PATCH net-next v2 00/11] wireguard: netlink: ynl conversion
 2025-11-05  3:08 UTC  (5+ messages)
` [PATCH net-next v2 04/11] netlink: specs: add specification for wireguard
` [PATCH net-next v2 08/11] tools: ynl: add sample "

[PATCH][v4] hung_task: Panic when there are more than N hung tasks at the same time
 2025-10-16 20:50 UTC  (6+ messages)
  ` [外部邮件] "

[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
 2025-10-09 10:30 UTC  (26+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [syzbot ci] Re: mm: remove nth_page()
  ` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
  ` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
  ` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
  ` [PATCH RFC 03/35] s390/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
  ` [PATCH RFC 04/35] x86/Kconfig: "
  ` [PATCH RFC 29/35] scsi: core: drop nth_page() usage within SG entry
  ` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH][v3] hung_task: Panic after fixed number of hung tasks
 2025-10-14  1:37 UTC  (2+ messages)

[PATCH v2] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
 2025-10-07 12:55 UTC  (2+ messages)

[PATCH] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
 2025-10-09 16:48 UTC  (3+ messages)

[PATCH net-next 00/11] tools: ynl: prepare for wireguard
 2025-09-11  0:27 UTC  (38+ messages)
` [PATCH net-next 01/11] tools: ynl-gen: allow overriding name-prefix for constants
` [PATCH net-next 02/11] tools: ynl-gen: generate nested array policies
` [PATCH net-next 03/11] tools: ynl-gen: add sub-type check
` [PATCH net-next 04/11] tools: ynl-gen: define count iterator in print_dump()
` [PATCH net-next 05/11] tools: ynl-gen: define nlattr *array in a block scope
` [PATCH net-next 06/11] tools: ynl-gen: don't validate nested array attribute types
` [PATCH net-next 07/11] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
` [PATCH net-next 08/11] tools: ynl: move nest packing to a helper function
` [PATCH net-next 09/11] tools: ynl: encode indexed-array
` [PATCH net-next 10/11] tools: ynl: decode hex input
` [PATCH net-next 11/11] tools: ynl: add ipv4-or-v6 display hint

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (45+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 26/37] drm/i915/gem: drop nth_page() usage within SG entry
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "

[PATCH net-next v5 00/11] tools: ynl: prepare for wireguard
 2025-09-16 22:39 UTC  (12+ messages)
` [PATCH net-next v5 04/11] tools: ynl-gen: refactor local vars for .attr_put() callers
` [PATCH net-next v5 05/11] tools: ynl-gen: avoid repetitive variables definitions
` [PATCH net-next v5 06/11] tools: ynl-gen: validate nested arrays
` [PATCH net-next v5 07/11] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray

[PATCH net-next v4 00/11] tools: ynl: prepare for wireguard
 2025-09-14 18:08 UTC  (3+ messages)
` [PATCH net-next v4 04/11] tools: ynl-gen: refactor local vars for .attr_put() callers

[PATCH net-next v3 00/13] tools: ynl: prepare for wireguard
 2025-09-13  0:27 UTC  (9+ messages)
` [PATCH net-next v3 04/13] tools: ynl-gen: refactor local vars for .attr_put() callers
` [PATCH net-next v3 05/13] tools: ynl-gen: add CodeWriter.p_lines() helper
` [PATCH net-next v3 06/13] tools: ynl-gen: deduplicate fixed_header handling
` [PATCH net-next v3 08/13] tools: ynl-gen: only validate nested array payload

[PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
 2025-08-28 20:15 UTC  (67+ messages)
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
  ` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
  ` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
  ` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
  ` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
  ` [PATCH v1 03/36] s390/Kconfig: "
  ` [PATCH v1 04/36] x86/Kconfig: "
  ` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH net-next v2 00/12] tools: ynl: prepare for wireguard
 2025-09-11  1:29 UTC  (5+ messages)
` [PATCH net-next v2 02/12] tools: ynl-gen: generate nested array policies
` [PATCH net-next v2 05/12] tools: ynl-gen: add CodeWriter.p_lines() helper
` [PATCH net-next v2 12/12] tools: ynl: add ipv4-or-v6 display hint

[RFC net-next 00/14] wireguard: netlink: ynl conversion
 2025-09-16 15:51 UTC  (16+ messages)
` [RFC net-next 01/14] wireguard: netlink: use WG_KEY_LEN in policies
` [RFC net-next 02/14] wireguard: netlink: validate nested arrays in policy
` [RFC net-next 03/14] netlink: specs: add specification for wireguard
` [RFC net-next 04/14] netlink: specs: wireguard: add remaining checks
` [RFC net-next 05/14] uapi: wireguard: use __*_A_MAX in enums
` [RFC net-next 06/14] uapi: wireguard: move enum wg_cmd
` [RFC net-next 07/14] uapi: wireguard: move flag enums
` [RFC net-next 08/14] uapi: wireguard: generate header with ynl-gen
` [RFC net-next 09/14] wireguard: netlink: convert to split ops
` [RFC net-next 10/14] wireguard: netlink: rename netlink handlers
` [RFC net-next 11/14] wireguard: netlink: generate netlink code
` [RFC net-next 12/14] netlink: specs: wireguard: alternative to wireguard_params.h
` [RFC net-next 13/14] wireguard: netlink: enable strict genetlink validation
` [RFC net-next 14/14] tools: ynl: add sample for wireguard

[PATCH net 0/4] tools: ynl-gen: misc fixes + wireguard ynl plan
 2025-09-01 21:10 UTC  (7+ messages)
` [PATCH net 1/4] netlink: specs: fou: change local-v6/peer-v6 check
` [PATCH net 2/4] tools: ynl-gen: use macro for binary min-len check
` [PATCH net 3/4] tools: ynl-gen: fix nested array counting
` [PATCH net 4/4] genetlink: fix typo in comment

Crash on Windows ARM64 when Import and potential fix
 2025-10-31 13:21 UTC  (4+ messages)

[PATCH wireguard-tools v2 0/2] ipc: linux: kernel-side device filtering
 2025-10-30 19:13 UTC  (3+ messages)
` [PATCH wireguard-tools v2 1/2] ipc: linux: filter netdevices kernel-side
` [PATCH wireguard-tools v2 2/2] ipc: linux: remove user-space device filtering

[syzbot] [wireguard?] INFO: task hung in wg_netns_pre_exit (5)
 2025-10-20 19:23 UTC  (3+ messages)

Laptop using tunnel on iPhone through hotspot
 2025-10-20  2:12 UTC  (2+ messages)

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH v2 0/2] rework wg_cpumask_next_online()
 2025-09-08 16:50 UTC  (3+ messages)

Leaving skb->priority alone when encapsulating?
 2025-09-06 21:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox