messages from 2021-12-22 15:57:57 to 2022-01-17 11:56:04 UTC [more...]
[PATCH v3 00/41] IEEE 802.15.4 scan support
2022-01-17 11:54 UTC (27+ messages)
` [PATCH v3 01/41] MAINTAINERS: Remove Harry Morris bouncing address
` [PATCH v3 02/41] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [PATCH v3 03/41] net: ieee802154: hwsim: Ensure frame checksum are valid
` [PATCH v3 04/41] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [PATCH v3 05/41] net: ieee802154: Improve the way supported channels are declared
` [PATCH v3 06/41] net: ieee802154: Give more details to the core about the channel configurations
` [PATCH v3 07/41] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [PATCH v3 08/41] net: mac802154: Convert the symbol duration into nanoseconds
` [PATCH v3 09/41] net: mac802154: Set the symbol duration automatically
` [PATCH v3 10/41] net: ieee802154: Drop duration settings when the core does it already
` [PATCH v3 11/41] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [PATCH v3 12/41] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [PATCH v3 13/41] net: ieee802154: Move the address structure earlier
` [PATCH v3 14/41] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [PATCH v3 15/41] net: ieee802154: Return meaningful error codes from the netlink helpers
` [PATCH v3 16/41] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [PATCH v3 17/41] net: ieee802154: at86rf230: Call the complete helper when a transmission is over
` [PATCH v3 18/41] net: ieee802154: atusb: "
` [PATCH v3 19/41] net: ieee802154: ca8210: "
` [PATCH v3 20/41] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH v3 21/41] net: mac802154: Rename the synchronous xmit worker
` [PATCH v3 22/41] net: mac802154: Rename the main tx_work struct
` [PATCH v3 23/41] net: mac802154: Follow the count of ongoing transmissions
` [PATCH v3 25/41] net: mac802154: Create a hot tx path
` [PATCH v3 26/41] net: mac802154: Add a warning in the hot path
` [PATCH v3 30/41] net: ieee802154: Define a beacon frame header
[wpan-next v2 00/27] IEEE 802.15.4 scan support
2022-01-17 9:12 UTC (63+ 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 18/27] net: mac802154: Handle scan 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 (59+ 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 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] "
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;
as well as URLs for NNTP newsgroup(s).