messages from 2022-01-02 22:21:39 to 2022-01-20 00:19:49 UTC [more...]
[PATCH v3 00/41] IEEE 802.15.4 scan support
2022-01-20 0:19 UTC (62+ 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 24/41] net: mac802154: Hold the transmit queue when relevant
` [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 27/41] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH v3 28/41] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH v3 29/41] net: ieee802154: Add support for internal PAN management
` [PATCH v3 30/41] net: ieee802154: Define a beacon frame header
` [PATCH v3 31/41] net: ieee802154: Define frame types
` [PATCH v3 32/41] net: ieee802154: Add support for scanning requests
` [PATCH v3 33/41] net: mac802154: Handle scan requests
` [PATCH v3 34/41] net: ieee802154: Full PAN management
` [PATCH v3 35/41] net: ieee802154: Add beacons support
` [PATCH v3 36/41] net: mac802154: Handle beacons requests
` [PATCH v3 37/41] net: ieee802154: Trace the registration of new PANs
` [PATCH v3 38/41] net: mac802154: Add support for active scans
` [PATCH v3 39/41] net: mac802154: Add support for processing beacon requests
` [PATCH v3 40/41] net: ieee802154: Handle limited devices with only datagram support
` [PATCH v3 41/41] net: ieee802154: ca8210: Flag the driver as being limited
[wpan-next v2 00/27] IEEE 802.15.4 scan support
2022-01-19 23:26 UTC (68+ 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 (45+ messages)
` [net-next 01/18] ieee802154: hwsim: Ensure proper channel selection at probe time
` [net-next 08/18] net: ieee802154: Add support for internal PAN management
` [net-next 12/18] net: mac802154: Handle scan requests
` [net-next 17/18] net: mac802154: Let drivers provide their own beacons implementation
[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 (20+ 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 (3+ messages)
` [wpan-tools 6/7] iwpan: Add full "
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).