Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
 messages from 2026-04-27 19:02:21 to 2026-07-22 13:42:43 UTC [more...]

[PATCH net-next v2 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-22 13:42 UTC  (10+ 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 v2] mac802154: lock rx_mac_cmd_list and drain it before freeing sdata
 2026-07-22 10:16 UTC 

[PATCH net v3] mac802154: hold an interface reference across the scan worker
 2026-07-21 21:12 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 v2] mac802154: llsec: reject frames shorter than the authentication tag
 2026-07-16 19:34 UTC 

[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  (2+ 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  (26+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [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 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


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