Linux-WPAN Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-05 13:13:48 to 2022-01-12 17:36:32 UTC [more...]

[wpan-next v2 00/27] IEEE 802.15.4 scan support
 2022-01-12 17:33 UTC  (27+ messages)
` [wpan-next v2 01/27] net: mac802154: Split the set channel hook implementation
` [wpan-next v2 02/27] net: mac802154: Ensure proper channel selection at probe time
` [wpan-next v2 03/27] net: ieee802154: Improve the way supported channels are declared
` [wpan-next v2 04/27] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next v2 05/27] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next v2 06/27] net: mac802154: Set the symbol duration automatically
` [wpan-next v2 07/27] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next v2 08/27] net: ieee802154: Drop symbol duration settings when the core does it already
` [wpan-next v2 09/27] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next v2 10/27] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next v2 11/27] net: ieee802154: Move the address structure earlier
` [wpan-next v2 12/27] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [wpan-next v2 13/27] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next v2 14/27] net: ieee802154: Add support for internal PAN management
` [wpan-next v2 15/27] net: ieee802154: Define a beacon frame header
` [wpan-next v2 16/27] net: ieee802154: Define frame types
` [wpan-next v2 17/27] net: ieee802154: Add support for scanning requests
` [wpan-next v2 19/27] net: ieee802154: Full PAN management
` [wpan-next v2 20/27] net: ieee802154: Add support for beacon requests
` [wpan-next v2 21/27] net: mac802154: Handle beacons requests
` [wpan-next v2 22/27] net: ieee802154: Trace the registration of new PANs
` [wpan-next v2 23/27] net: mac802154: Add support for active scans
` [wpan-next v2 24/27] net: mac802154: Add support for processing beacon requests
` [wpan-next v2 25/27] net: mac802154: Inform device drivers about scans
` [wpan-next v2 26/27] net: mac802154: Inform device drivers about beacon operations
` [wpan-next v2 27/27] net: ieee802154: ca8210: Refuse most of the scan operations

[wpan-tools v2 0/7] IEEE 802.15.4 scan support
 2022-01-12 17:35 UTC  (8+ messages)
` [wpan-tools v2 1/7] iwpan: Fix the channels printing
` [wpan-tools v2 2/7] iwpan: Export iwpan_debug
` [wpan-tools v2 3/7] iwpan: Fix a comment
` [wpan-tools v2 4/7] iwpan: Remove duplicated SECTION
` [wpan-tools v2 5/7] iwpan: Synchronize nl802154 header with the Linux kernel
` [wpan-tools v2 6/7] iwpan: Add full scan support
` [wpan-tools v2 7/7] iwpan: Add events support

INFO: task hung in nl802154_pre_doit
 2022-01-11 13:55 UTC  (2+ messages)

[net-next 00/18] IEEE 802.15.4 passive scan support
 2022-01-11 13:43 UTC  (60+ messages)
` [net-next 01/18] ieee802154: hwsim: Ensure proper channel selection at probe time
` [net-next 02/18] ieee802154: hwsim: Provide a symbol duration
` [net-next 03/18] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [net-next 04/18] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [net-next 05/18] net: ieee802154: Move the address structure earlier
` [net-next 06/18] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [net-next 07/18] net: ieee802154: Return meaningful error codes from the netlink helpers
` [net-next 08/18] net: ieee802154: Add support for internal PAN management
` [net-next 09/18] net: ieee802154: Define a beacon frame header
` [net-next 10/18] net: ieee802154: Define frame types
` [net-next 11/18] net: ieee802154: Add support for scanning requests
` [net-next 12/18] net: mac802154: Handle scan requests
` [net-next 13/18] net: mac802154: Inform device drivers about the scanning operation
` [net-next 14/18] net: ieee802154: Full PAN management
` [net-next 15/18] net: ieee802154: Add support for beacon requests
` [net-next 16/18] net: mac802154: Handle beacons requests
` [net-next 17/18] net: mac802154: Let drivers provide their own beacons implementation
` [net-next 18/18] net: ieee802154: Trace the registration of new PANs

[PATCH -next] ieee802154: atusb: move to new USB API
 2022-01-10  8:57 UTC  (8+ messages)
  ` [PATCH -next v2] "

[PATCH -next v2] ieee802154: atusb: move to new USB API
 2022-01-08 13:21 UTC  (2+ messages)

pull-request: ieee802154 for net 2022-01-05
 2022-01-05 17:10 UTC  (2+ messages)

Use of uninitialized value in atusb_set_extended_addr()
 2022-01-05  9:01 UTC  (21+ messages)
` [PATCH RFT] ieee802154: atusb: move to new USB API
        ` [PATCH v2] ieee802154: atusb: fix uninit value in atusb_set_extended_addr
                ` [PATCH v3] "

[wpan-tools 0/7] IEEE 802.15.4 passive scan support
 2022-01-04 10:17 UTC  (9+ messages)
` [wpan-tools 1/7] iwpan: Fix the channels printing
` [wpan-tools 2/7] iwpan: Export iwpan_debug
` [wpan-tools 3/7] iwpan: Fix a comment
` [wpan-tools 4/7] iwpan: Remove duplicated SECTION
` [wpan-tools 5/7] iwpan: Synchronize nl802154 header with the Linux kernel
` [wpan-tools 7/7] iwpan: Add events support
  ` [wpan-tools 6/7] iwpan: Add full scan support

UBSAN: shift-out-of-bounds in nl802154_new_interface
 2021-12-27  6:09 UTC  (2+ messages)
` [syzbot] "

[PATCH net-next] net: Enable some sysctls for the userns root with privilege
 2021-12-07 22:16 UTC  (4+ messages)

pull-request: ieee802154 for net 2021-11-24
 2021-11-25  1:10 UTC  (2+ messages)

[PATCH wpan] net: ieee802154: handle iftypes as u32
 2021-11-16 18:31 UTC  (2+ messages)

[PATCH v2] net: ieee802154: fix shift-out-of-bound in nl802154_new_interface
 2021-11-12  7:22 UTC  (3+ messages)

[PATCH] net: ieee802154: fix shift-out-of-bound in nl802154_new_interface
 2021-11-11 13:19 UTC  (2+ messages)

[PATCH 2/2] mac802154: use dev_addr_set() - manual
 2021-10-20 21:16 UTC  (2+ messages)

[PATCH] ieee802154: Remove redundant 'flush_workqueue()' calls
 2021-10-19 12:30 UTC  (5+ messages)

[PATCH] ieee802154: Remove redundant initialization of variable ret
 2021-09-07 13:10 UTC  (2+ messages)

[syzbot] general protection fault in hwsim_new_edge_nl
 2021-08-16  9:49 UTC  (7+ messages)

pull-request: ieee802154 for net 2021-08-12 v2
 2021-08-12 19:00 UTC  (2+ messages)

pull-request: ieee802154 for net 2021-08-11
 2021-08-12 18:40 UTC  (3+ messages)

[PATCH] ieee802154: hwsim: fix possible null-pointer dereference in mac802154_hwsim.c
 2021-08-11 20:08 UTC  (2+ messages)

[PATCH net] net: Fix memory leak in ieee802154_raw_deliver
 2021-08-10 10:49 UTC  (3+ messages)

[syzbot] KMSAN: uninit-value in crc_ccitt
 2021-08-10  8:25 UTC 

[PATCH] 6lowpan: iphc: Fix an off-by-one check of array index
 2021-07-22 14:19 UTC  (2+ messages)

[PATCH] ieee802154: hwsim: fix memory leak in __pskb_copy_fclone
 2021-07-13 14:03 UTC  (3+ messages)

[PATCH] nl802154: Fix type check in nl802154_new_interface()
 2021-07-13 13:32 UTC  (2+ messages)

[PATCH] ieee802154: hwsim: fix GPF in hwsim_new_edge_nl
 2021-07-08  7:40 UTC  (7+ messages)

[PATCH] ieee802154: hwsim: fix GPF in hwsim_set_edge_lqi
 2021-07-07 14:48 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).