Linux Arch
[Prev Page][Next Page]
- Re: [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver, (continued)
- [PATCH net-next v21 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v21 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v21 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v21 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v21 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v21 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v21 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v21 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v21 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v21 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v21 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v21 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v21 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v21 13/13] netdev: add dmabuf introspection, Mina Almasry
- Re: [PATCH 9/9] rcu: Switch kvfree_rcu() to new rcu_pending,
Paul E. McKenney
- [PATCH v2] Avoid memory barrier in read_seqcount() through load acquire,
Christoph Lameter via B4 Relay
- [PATCH 0/5] page allocation tag compression,
Suren Baghdasaryan
- [PATCH net-next v20 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v20 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v20 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v20 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v20 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v20 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v20 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v20 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v20 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v20 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v20 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v20 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v20 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v20 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- Re: [PATCH net-next v20 00/13] Device Memory TCP, Mina Almasry
- [PATCH v5 00/13] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v5 01/13] riscv: Move cpufeature.h macros into their own header, Alexandre Ghiti
- [PATCH v5 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs, Alexandre Ghiti
- [PATCH v5 03/13] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v5 04/13] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v5 05/13] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg(), Alexandre Ghiti
- [PATCH v5 07/13] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v5 08/13] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v5 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v5 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v5 11/13] riscv: Add ISA extension parsing for Ziccrse, Alexandre Ghiti
- [PATCH v5 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description, Alexandre Ghiti
- [PATCH v5 13/13] riscv: Add qspinlock support, Alexandre Ghiti
- Re: [PATCH v5 00/13] Zacas/Zabha support and qspinlocks, patchwork-bot+linux-riscv
- [PATCH 0/9] Wire up getrandom() vDSO implementation on powerpc,
Christophe Leroy
- [PATCH 1/9] powerpc/vdso: Don't discard rela sections, Christophe Leroy
- [PATCH 2/9] powerpc/vdso32: Add crtsavres, Christophe Leroy
- [PATCH 3/9] vdso: Add __arch_get_k_vdso_rng_data(), Christophe Leroy
- [PATCH 4/9] vdso: Add missing c-getrandom-y in Makefile, Christophe Leroy
- [PATCH 5/9] vdso: Avoid call to memset() by getrandom, Christophe Leroy
- [PATCH 6/9] vdso: Only use MAP_DROPPABLE when VM_DROPPABLE exists, Christophe Leroy
- [PATCH 7/9] powerpc: Add little endian variants of LHZX_BE and friends, Christophe Leroy
- [PATCH 8/9] powerpc/vdso: Wire up getrandom() vDSO implementation, Christophe Leroy
- [PATCH 9/9] selftests: [NOT TO BE MERGED] Modifications for testing VDSO getrandom implementation on PPC32, Christophe Leroy
- Re: [PATCH 0/9] Wire up getrandom() vDSO implementation on powerpc, Jason A. Donenfeld
- [PATCH v7 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH 0/5] Provide a single definition of mk_pte(),
Matthew Wilcox (Oracle)
- [PATCH net-next v19 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v19 09/13] tcp: RX path for devmem TCP,
Mina Almasry
- [PATCH net-next v19 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v19 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider,
Mina Almasry
- [PATCH net-next v19 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v19 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v19 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice,
Mina Almasry
- [PATCH net-next v19 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v19 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v19 00/13] Device Memory TCP,
Mina Almasry
- [PATCH v2 0/7] MIPS: arch_numa enablement,
Jiaxun Yang
- [PATCH -next v2] crash: Fix riscv64 crash memory reserve dead loop,
Jinjie Ruan
- [PATCH 0/7] MIPS: arch_numa enablement,
Jiaxun Yang
- [GIT PULL] asm-generic fixes for 6.11, part 2,
Arnd Bergmann
- [PATCH v6 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
- [GIT PULL] LoongArch fixes for v6.11-rc3,
Huacai Chen
- [PATCH v4 00/26] mm: introduce numa_memblks,
Mike Rapoport
- [PATCH v4 01/26] mm: move kernel/numa.c to mm/, Mike Rapoport
- [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures, Mike Rapoport
- [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes, Mike Rapoport
- [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data, Mike Rapoport
- [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v4 07/26] arch, mm: move definition of node_data to generic code, Mike Rapoport
- [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code, Mike Rapoport
- [PATCH v4 10/26] x86/numa: simplify numa_distance allocation, Mike Rapoport
- [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory, Mike Rapoport
- [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu, Mike Rapoport
- [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist, Mike Rapoport
- [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function, Mike Rapoport
- [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN, Mike Rapoport
- [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned, Mike Rapoport
- [PATCH v4 17/26] mm: introduce numa_memblks, Mike Rapoport
- [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks, Mike Rapoport
- [PATCH v4 19/26] mm: introduce numa_emulation, Mike Rapoport
- [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init, Mike Rapoport
- [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static, Mike Rapoport
- [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo, Mike Rapoport
- [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found, Mike Rapoport
- [PATCH v4 24/26] arch_numa: switch over to numa_memblks, Mike Rapoport
- [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks, Mike Rapoport
- [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt, Mike Rapoport
- [PATCH -next] arch_numa: Fix section mismatch warning, Jinjie Ruan
- [PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources,
Namhyung Kim
- [arnd-asm-generic:asm-generic] BUILD SUCCESS b82c1d235a30622177ce10dcb94dfd691a49922f, kernel test robot
- [PATCH] LoongArch: Add ARCH_HAS_SET_DIRECT_MAP support, Huacai Chen
- [PATCH] LoongArch: Add ARCH_HAS_SET_MEMORY support, Huacai Chen
- [PATCH] LoongArch: Use accessors to page table entries instead of direct dereference, Huacai Chen
- [arnd-asm-generic:master 5/5] error: scripts/syscall.tbl: syscall table is not sorted or duplicates the same syscall number, kernel test robot
- [arnd-asm-generic:master 5/5] error: arch/arm64/tools/syscall_64.tbl: syscall table is not sorted or duplicates the same syscall number, kernel test robot
- [PATCH net-next v18 00/14] Device Memory TCP,
Mina Almasry
- [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v18 04/14] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file, Mina Almasry
- [PATCH net-next v18 06/14] page_pool: devmem support, Mina Almasry
- [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v18 08/14] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v18 10/14] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v18 12/14] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v18 14/14] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH cmpxchg 0/3] Provide emulation for one-byte cmpxchg(),
Paul E. McKenney
- [PATCH v3 0/2] mm: tlb swap entries batch async release,
Zhiguo Jiang
- [arnd-asm-generic:asm-generic] BUILD SUCCESS a73df08ebb5a402fbcecaecbd633926ca3f63aba, kernel test robot
- [GIT PULL] asm-generic: fixes for 6.11,
Arnd Bergmann
- [PATCH v5 0/2] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH memory-model 0/7] LKMM updates for v6.12,
Paul E. McKenney
- [PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v10 03/40] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v10 05/40] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v10 15/40] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v10 16/40] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v10 17/40] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v10 18/40] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64, Mark Brown
- [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing, Mark Brown
- [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- Re: [PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace, Anders Roxell
- Re: [PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace, Marc Zyngier
- [PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE,
BiscuitOS Broiler
- [PATCH V3 0/2] uapi: Add support for GENMASK_U128(),
Anshuman Khandual
- [PATCH 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE,
BiscuitOS Broiler
- [PATCH] mm: fix compilation warning in patchs, Zhiguo Jiang
- [PATCH v3 00/26] mm: introduce numa_memblks,
Mike Rapoport
- [PATCH v3 01/26] mm: move kernel/numa.c to mm/, Mike Rapoport
- [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures, Mike Rapoport
- [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes, Mike Rapoport
- [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data, Mike Rapoport
- [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v3 08/26] arch, mm: move definition of node_data to generic code, Mike Rapoport
- [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code, Mike Rapoport
- [PATCH v3 10/26] x86/numa: simplify numa_distance allocation, Mike Rapoport
- [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory, Mike Rapoport
- [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu, Mike Rapoport
- [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist, Mike Rapoport
- [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function, Mike Rapoport
- [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN, Mike Rapoport
- [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned, Mike Rapoport
- [PATCH v3 17/26] mm: introduce numa_memblks, Mike Rapoport
- [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks, Mike Rapoport
- [PATCH v3 19/26] mm: introduce numa_emulation, Mike Rapoport
- [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init, Mike Rapoport
- [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static, Mike Rapoport
- [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo, Mike Rapoport
- [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found, Mike Rapoport
- [PATCH v3 24/26] arch_numa: switch over to numa_memblks, Mike Rapoport
- [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks, Mike Rapoport
- [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt, Mike Rapoport
- Re: [PATCH v3 00/26] mm: introduce numa_memblks, Jonathan Cameron
- Re: [PATCH v3 00/26] mm: introduce numa_memblks, Dan Williams
- [PATCH v2 0/3] mm: tlb swap entries batch async release,
Zhiguo Jiang
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 5d2a785d5fce0b88b0a3ccc37d7970f7e68c64f1, kernel test robot
- [PATCH v4 00/13] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v4 01/13] riscv: Move cpufeature.h macros into their own header, Alexandre Ghiti
- [PATCH v4 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs, Alexandre Ghiti
- [PATCH v4 03/13] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v4 04/13] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v4 05/13] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v4 06/13] riscv: Improve zacas fully-ordered cmpxchg(), Alexandre Ghiti
- [PATCH v4 07/13] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v4 08/13] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v4 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v4 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v4 11/13] riscv: Add ISA extension parsing for Ziccrse, Alexandre Ghiti
- [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description, Alexandre Ghiti
- [PATCH v4 13/13] riscv: Add qspinlock support, Alexandre Ghiti
- Re: [PATCH v4 00/13] Zacas/Zabha support and qspinlocks, Peter Zijlstra
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]