wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-21 12:39:07 to 2025-08-29 12:00:27 UTC [more...]

[PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
 2025-08-29 11:59 UTC  (37+ messages)
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [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 16/36] fs: hugetlbfs: cleanup "
` [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 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()
  ` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry

Google Play 16KB alignment issue with WireGuard library - fix needed
 2025-08-28  8:28 UTC  (3+ messages)

[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
 2025-08-26 13:08 UTC  (61+ messages)
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
                      ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                        ` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [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 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
  ` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
  ` [PATCH RFC 31/35] crypto: remove nth_page() usage within SG entry
  ` [PATCH RFC 24/35] ata: libata-eh: drop "
  ` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
  ` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH net-next 01/14] net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
 2025-06-12 11:21 UTC  (3+ messages)

[PATCH v2 0/2] rework wg_cpumask_next_online()
 2025-08-09 13:24 UTC  (4+ messages)
` [PATCH v2 1/2] wireguard: queueing: simplify wg_cpumask_next_online()
` [PATCH 2/2] wireguard: queueing: always return valid online CPU in wg_cpumask_choose_online()

Android app: export configuration as a password-protected zip file
 2025-08-09 12:08 UTC 

[PATCH net-next 0/3] net: Add sockaddr_inet unified address structure
 2025-07-25 23:26 UTC  (6+ messages)
` [PATCH net-next 1/3] ipv6: "
` [PATCH net-next 2/3] wireguard: peer: Replace sockaddr with sockaddr_inet
` [PATCH net-next 3/3] sctp: Replace sockaddr with sockaddr_inet in sctp_addr union

[PATCH] wireguard: omit need_resched() before cond_resched()
 2025-07-14 17:12 UTC 

[PATCH v2] wireguard: queueing: simplify wg_cpumask_next_online()
 2025-06-30 18:20 UTC  (10+ messages)

[RESEND PATCH v1 wireguard-tools] ipc: linux: Support incremental allowed ips updates
 2025-06-30  1:44 UTC  (13+ messages)
  ` [RESEND PATCH v3 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag

[PATCH] Wireguard-Apple: Restore iOS-like NWPath handling on MacOS app
 2025-06-18 20:38 UTC 

Issue with rtnl_lock in wg_pm_notification
 2025-06-18 18:47 UTC 

[PATCH net-next v3 01/15] net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
 2025-06-16 22:44 UTC  (2+ messages)
` [PATCH net-next v3 06/15] net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()

[PATCH net-next v2 01/14] net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
 2025-06-13 19:23 UTC  (3+ messages)

[syzbot] [net?] general protection fault in veth_xdp_rcv
 2025-06-09 20:55 UTC  (2+ messages)

are WG clients expected to automatically handle it when the endpoint is within the AllowedIPs
 2025-06-08 21:11 UTC  (3+ messages)

[PATCH] wireguard/queueing: simplify wg_cpumask_next_online()
 2025-06-05 15:47 UTC  (5+ messages)

Delay in ipv6
 2025-06-05 12:04 UTC  (2+ messages)

[PATCH] Enabling Threaded NAPI by Default
 2025-05-29 10:22 UTC  (5+ messages)
  ` R: "

[PATCHv7 RESEND wireguard 0/2] wireguard: selftests: use nftables for testing
 2025-05-27  3:26 UTC  (3+ messages)
` [PATCHv7 RESEND wireguard 1/2] wireguard: selftests: convert iptables to nft
` [PATCHv7 RESEND wireguard 2/2] wireguard: selftests: update to using nft for qemu test

[PATCH] wg: syncconf: also handle psk changes
 2025-05-26  6:55 UTC  (3+ messages)

[PATCH wireguard-tools] wg-quick: android: add support for {Pre, Post}{Up, Down} hooks
 2025-05-25 22:45 UTC  (3+ messages)

Incorrect computation of the MTU in wg-quick
 2025-05-25 22:51 UTC  (3+ messages)

wg-quick fails with systemd resolvconf compatibility shim
 2025-05-23 19:02 UTC  (2+ messages)

[PATCH wireguard-tools] wg-quick: escaped # in Pre/PostUp/Down recognised
 2025-05-23 18:46 UTC  (2+ messages)

[PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing
 2025-05-22  4:34 UTC  (4+ messages)
` [PATCHv6 net-next 1/2] wireguard: selftests: convert iptables to nft

[PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
 2025-02-19 12:50 UTC  (2+ messages)
` [PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops

[PATCH net-next v9 00/11] net: Improve netns handling in rtnetlink
 2025-02-10 13:29 UTC  (2+ messages)
` [PATCH net-next v9 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops

[PATCH] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL
 2025-01-23 10:57 UTC  (2+ messages)

Avoid deprecated IPv6 temporary addresses
 2025-01-31 17:11 UTC 

[PATCH net-next v6 00/11] net: Improve netns handling in rtnetlink
 2024-12-19  5:54 UTC  (5+ messages)
` [PATCH net-next v6 04/11] ieee802154: 6lowpan: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v6 11/11] selftests: net: Add test cases for link and peer netns

[PATCH] wg-quick: check if nftables is functional before using it
 2025-04-17 21:50 UTC 

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-12  9:27 UTC  (2+ messages)
  ` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()

[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
 2025-01-08 17:31 UTC  (5+ messages)
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct

[PATCH v2] net: wireguard: Allow binding to specific ifindex
 2025-03-16 11:15 UTC  (2+ messages)

Trying to route only IRC traffic through wireguard interface
 2024-12-23 19:45 UTC 

[PATCH net-next v9 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-13 11:00 UTC  (2+ messages)

[PATCH net-next v8 01/11] rtnetlink: Lookup device in target netns when creating link
 2025-01-14  1:39 UTC  (2+ messages)

[PATCHv4 RESEND net-next 0/2] selftests: wireguards: use nftables for testing
 2025-03-21 12:51 UTC  (6+ messages)
` [PATCHv4 RESEND net-next 2/2] selftests: wireguard: update to using nft for qemu test

[PATCH net-next v8 00/11] net: Improve netns handling in rtnetlink
 2025-01-13 14:37 UTC  (2+ messages)
` [PATCH net-next v8 02/11] rtnetlink: Pack newlink() params into struct

[PATCH] wireguard: noise: Add __nonstring annotations for unterminated strings
 2025-03-11 22:30 UTC 

[PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
 2025-02-21  4:06 UTC  (2+ messages)

[ANNOUNCE] wireguard-tools v1.0.20250521 released
 2025-05-20 23:21 UTC 

[RESEND PATCH v2] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL
 2025-02-24  4:12 UTC 

[syzbot] [wireguard?] INFO: rcu detected stall in wg_packet_handshake_receive_worker (3)
 2025-05-04 19:10 UTC 

[PATCH v4 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
 2025-03-04  3:38 UTC  (2+ messages)


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).