messages from 2026-04-21 09:47:40 to 2026-08-19 02:30:34 UTC [more...]
[PATCH RFC v2 00/13] sysctl: add module aliases
2026-08-19 2:28 UTC (14+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH v4] ieee802154: cc2520: fix FIFOP work use-after-free
2026-08-12 6:17 UTC
[PATCH v3 0/2] cc2520: fix FIFOP work and RX tasklet use-after-free
2026-08-11 13:14 UTC (7+ messages)
` [PATCH v3 1/2] ieee802154: cc2520: fix FIFOP work use-after-free
` [PATCH v3 2/2] ieee802154: cc2520: fix RX tasklet use-after-free
[PATCH v2] ieee802154: cc2520: fix FIFOP work use-after-free
2026-08-10 12:36 UTC (2+ messages)
[PATCH net] net: 6lowpan: fix mismatched comments
2026-08-07 14:30 UTC (2+ messages)
[PATCH] ieee802154: cc2520: fix FIFOP work use-after-free
2026-08-07 12:52 UTC (3+ messages)
[PATCH net 0/1] mac802154: Fix beacon worker UAF
2026-08-06 0:30 UTC (3+ messages)
` [PATCH net 1/1] mac802154: fix netdev use-after-free in beacon worker
[PATCH net-next v4 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
2026-08-04 0:40 UTC (9+ messages)
` [PATCH net-next v4 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v4 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v4 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v4 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v4 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next v4 6/7] tls: "
` [PATCH net-next v4 7/7] selftests: net: getsockopt_iter: cover rawv6 and tls
[PATCH wpan v3] mac802154: fix use-after-free of sdata via queued RX frames
2026-07-29 8:29 UTC (2+ messages)
[PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
2026-07-29 8:28 UTC (19+ messages)
` [PATCH net-next v3 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v3 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v3 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v3 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v3 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next v3 6/7] tls: "
` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls
[PATCH net v2] mac802154: llsec: reject frames shorter than the authentication tag
2026-07-27 9:22 UTC (3+ messages)
[PATCH net v2] mac802154: lock rx_mac_cmd_list and drain it before freeing sdata
2026-07-24 21:58 UTC (3+ messages)
[PATCH net-next v2 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
2026-07-24 9:48 UTC (15+ messages)
` [PATCH net-next v2 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next v2 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next v2 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next v2 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next v2 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next v2 6/7] tls: "
` [PATCH net-next v2 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls
[PATCH net v3] mac802154: hold an interface reference across the scan worker
2026-07-23 17:40 UTC (2+ messages)
[BUG] mac802154: KASAN slab-use-after-free in mac802154_rx_mac_cmd_worker
2026-07-23 3:37 UTC
[PATCH net] mac802154: hold an interface reference across the scan worker
2026-07-21 21:00 UTC (5+ messages)
` [PATCH v2] "
[PATCH] ieee802154: hwsim: serialize pib updates to fix double-free
2026-07-18 12:20 UTC (3+ messages)
[PATCH net] ieee802154: hwsim: free PIB after unregistering hardware
2026-07-18 12:20 UTC (5+ messages)
[PATCH net-next 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
2026-07-17 13:02 UTC (13+ messages)
` [PATCH net-next 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt
` [PATCH net-next 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t
` [PATCH net-next 3/7] ieee802154: convert dgram getsockopt "
` [PATCH net-next 4/7] phonet: pep: do not write beyond optlen in getsockopt
` [PATCH net-next 5/7] phonet: pep: convert getsockopt to sockopt_t
` [PATCH net-next 6/7] tls: "
` [PATCH net-next 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls
[PATCH net] mac802154: llsec: reject frames shorter than the authentication tag
2026-07-17 8:05 UTC (6+ messages)
` [PATCH net v2] "
[PATCH net] mac802154: flush rx_mac_cmd_list before freeing sdata
2026-07-16 12:49 UTC (2+ messages)
[PATCH net] mac802154: wait for RCU readers when removing interfaces
2026-07-03 14:20 UTC (6+ messages)
` [PATCH net v2] mac802154: remove interfaces with RCU list deletion
[syzbot] [wpan?] general protection fault in ieee802154_release_queue
2026-06-29 9:53 UTC
[syzbot] [wpan?] KASAN: slab-use-after-free Read in hwsim_set_promiscuous_mode
2026-06-23 0:31 UTC
pull-request: ieee802154-next 2026-06-20
2026-06-21 22:00 UTC (2+ messages)
[PATCH net 0/2] ieee802154: admin-gate legacy LLSEC dumps + un-deaden ADD/DEL
2026-06-19 21:06 UTC (4+ messages)
` [PATCH net 1/2] ieee802154: admin-gate legacy LLSEC dump operations
` [PATCH net 2/2] ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict validation
[PATCH] mac802154: Prevent overwrite return code in mac802154_perform_association()
2026-06-19 20:58 UTC (4+ messages)
[PATCH] ieee802154: fix kernel-infoleak in dgram_recvmsg()
2026-06-19 20:53 UTC (3+ messages)
[PATCH] mac802154: llsec: add skb_cow_data() before in-place crypto
2026-06-19 20:47 UTC (5+ messages)
` [PATCH net v2] "
[PATCH net v3 0/3] Avoid calling WARN_ON() on allocation failure in cfg802154_switch_netns()
2026-06-19 20:29 UTC (2+ messages)
[PATCH] ieee802154: ca8210: fix cas_ctl leak on spi_async failure
2026-06-19 20:29 UTC (3+ messages)
[PATCH wpan v3] ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
2026-06-19 20:37 UTC (2+ messages)
[PATCH] 6lowpan: fix NHC entry use-after-free on error path
2026-06-11 22:30 UTC (3+ messages)
[PATCH net] 6lowpan: fix off-by-one in multicast context address compression
2026-06-11 17:58 UTC (4+ messages)
[syzbot] [wpan?] KMSAN: uninit-value in lowpan_xmit
2026-06-03 7:27 UTC
[PATCH wpan v2] ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
2026-05-20 8:11 UTC (2+ messages)
[PATCH wpan] ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
2026-05-18 11:56 UTC (3+ messages)
[PATCH] net: iphc: fix offset errors in multicast context compression
2026-05-08 13:21 UTC (2+ messages)
Vulnerability Report: Logical Error in 6LoWPAN Multicast Context Address Compression
2026-05-05 13:01 UTC (2+ messages)
[PATCH] ieee802154: ca8210: fix cas_ctl leak on spi_async failure
2026-05-01 20:08 UTC
[syzbot] Monthly wpan report (Apr 2026)
2026-04-29 20:32 UTC
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-29 11:26 UTC (30+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
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