messages from 2022-01-07 13:43:12 to 2022-01-20 14:28:32 UTC [more...]
[wpan-next 0/4] ieee802154: General preparation to scan support
2022-01-20 14:28 UTC (7+ messages)
` [wpan-next 1/4] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next 3/4] net: ieee802154: Move the address structure earlier
` [wpan-next 4/4] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
[wpan-next v2 0/9] ieee802154: A bunch of fixes
2022-01-20 11:21 UTC (10+ messages)
` [wpan-next v2 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next v2 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next v2 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next v2 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next v2 5/9] net: ieee802154: ca8210: "
` [wpan-next v2 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next v2 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next v2 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next v2 9/9] MAINTAINERS: Remove Harry Morris bouncing address
[wpan-next 0/9] ieee802154: A bunch of fixes
2022-01-20 9:25 UTC (12+ messages)
` [wpan-next 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next 5/9] net: ieee802154: ca8210: "
` [wpan-next 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next 9/9] MAINTAINERS: Remove Harry Morris bouncing address
[wpan-next 00/14] ieee802154: Synchronous Tx API
2022-01-20 0:51 UTC (15+ messages)
` [wpan-next 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [wpan-next 02/14] net: mac802154: Create a transmit error helper
` [wpan-next 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [wpan-next 04/14] net: ieee802154: atusb: "
` [wpan-next 05/14] net: ieee802154: ca8210: "
` [wpan-next 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [wpan-next 07/14] net: mac802154: Rename the synchronous xmit worker
` [wpan-next 08/14] net: mac802154: Rename the main tx_work struct
` [wpan-next 09/14] net: mac802154: Follow the count of ongoing transmissions
` [wpan-next 10/14] net: mac802154: Hold the transmit queue when relevant
` [wpan-next 11/14] net: mac802154: Create a hot tx path
` [wpan-next 12/14] net: mac802154: Add a warning in the hot path
` [wpan-next 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [wpan-next 14/14] net: mac802154: Introduce a synchronous API for MLME commands
[wpan-next 0/5] ieee802154: Improve symbol duration handling
2022-01-20 0:41 UTC (6+ messages)
` [wpan-next 1/5] net: ieee802154: Improve the way supported channels are declared
` [wpan-next 2/5] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next 3/5] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next 4/5] net: mac802154: Set the symbol duration automatically
` [wpan-next 5/5] net: ieee802154: Drop duration settings when the core does it already
[PATCH v3 00/41] IEEE 802.15.4 scan support
2022-01-20 0:24 UTC (63+ 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 (24+ messages)
` [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)
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).