Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
 messages from 2022-10-12 17:58:06 to 2023-01-23 13:51:36 UTC [more...]

[PATCH wpan-next 0/2] ieee802154: Beaconing support
 2023-01-23 13:50 UTC  (7+ messages)
` [PATCH wpan-next 1/2] ieee802154: Add support for user beaconing requests
` [PATCH wpan-next 2/2] mac802154: Handle basic beaconing

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-23 12:48 UTC  (24+ messages)
` [PATCH v2 01/13] spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
` [PATCH v2 03/13] net: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH v2 04/13] iio: imu: "
` [PATCH v2 05/13] mtd: devices: "
` [PATCH v2 06/13] staging: "
` [PATCH v2 07/13] platform/x86: serial-multi-instantiate: "
` [PATCH v2 08/13] spi: Add stacked and parallel memories support in SPI core
` [PATCH v2 09/13] mtd: spi-nor: Add APIs to set/get nor->params
` [PATCH v2 10/13] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH v2 11/13] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH v2 12/13] mtd: spi-nor: Add parallel memories support in spi-nor
` [PATCH v2 13/13] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver
  ` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH wpan-next v3 0/6] IEEE 802.15.4 passive scan support
 2023-01-06 11:22 UTC  (11+ messages)
` [PATCH wpan-next v3 1/6] ieee802154: Add support for user scanning requests
` [PATCH wpan-next v3 2/6] ieee802154: Define a beacon frame header
` [PATCH wpan-next v3 3/6] ieee802154: Introduce a helper to validate a channel
` [PATCH wpan-next v3 4/6] mac802154: Prepare forcing specific symbol duration
` [PATCH wpan-next v3 5/6] mac802154: Add MLME Tx locked helpers
` [PATCH wpan-next v3 6/6] mac802154: Handle passive scanning

[PATCH wpan-tools v2 0/8] iwpan: Scan support
 2023-01-06 11:18 UTC  (9+ messages)
` [PATCH wpan-tools v2 1/8] iwpan: Synchronize nl802154.h with the latest kernel
` [PATCH wpan-tools v2 2/8] iwpan: Fix the channels printing
` [PATCH wpan-tools v2 3/8] iwpan: Export iwpan_debug
` [PATCH wpan-tools v2 4/8] iwpan: Fix a comment
` [PATCH wpan-tools v2 5/8] iwpan: Remove duplicated SECTION
` [PATCH wpan-tools v2 6/8] iwpan: Synchronize nl802154.h with the latest scan changes
` [PATCH wpan-tools v2 7/8] iwpan: Add scan support
` [PATCH wpan-tools v2 8/8] iwpan: Add events support

[PATCH wpan-next v2 0/6] IEEE 802.15.4 passive scan support
 2023-01-05  9:24 UTC  (18+ messages)
` [PATCH wpan-next v2 1/6] ieee802154: Add support for user scanning requests
` [PATCH wpan-next v2 2/6] ieee802154: Define a beacon frame header
` [PATCH wpan-next v2 3/6] ieee802154: Introduce a helper to validate a channel
` [PATCH wpan-next v2 4/6] mac802154: Prepare forcing specific symbol duration
` [PATCH wpan-next v2 5/6] mac802154: Add MLME Tx locked helpers
` [PATCH wpan-next v2 6/6] mac802154: Handle passive scanning

[PATCH wpan] mac802154: Fix possible double free upon parsing error
 2022-12-19 10:47 UTC  (2+ messages)

[bug report] mac802154: Move an skb free within the rx path
 2022-12-16 13:59 UTC  (2+ messages)

pull-request: ieee802154-next 2022-12-05
 2022-12-12 22:32 UTC  (3+ messages)

pull-request: ieee802154 for net 2022-12-05
 2022-12-08  8:13 UTC  (3+ messages)

[PATCH wpan-next 0/6] IEEE 802.15.4 passive scan support
 2022-12-08  2:22 UTC  (12+ messages)
` [PATCH wpan-next 1/6] ieee802154: Add support for user scanning requests
` [PATCH wpan-next 2/6] ieee802154: Define a beacon frame header
` [PATCH wpan-next 3/6] ieee802154: Introduce a helper to validate a channel
` [PATCH wpan-next 4/6] mac802154: Prepare forcing specific symbol duration
` [PATCH wpan-next 5/6] mac802154: Add MLME Tx locked helpers
` [PATCH wpan-next 6/6] mac802154: Handle passive scanning

[PATCH wpan] mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
 2022-12-05  8:58 UTC  (3+ messages)

[PATCH wpan-next v3 0/2] IEEE 802.15.4 PAN discovery handling
 2022-11-29 14:47 UTC  (5+ messages)
` [PATCH wpan-next v3 1/2] ieee802154: Advertize coordinators discovery
` [PATCH wpan-next v3 2/2] mac802154: Trace the registration of new PANs

[PATCH] ieee802154: cc2520: Fix error return code in cc2520_hw_init()
 2022-11-29 14:01 UTC  (2+ messages)

[PATCH] ca8210: Fix crash by zero initializing data
 2022-11-29 14:00 UTC  (2+ messages)

[PATCH wpan-next v2 0/2] IEEE 802.15.4 PAN discovery handling
 2022-11-29 13:11 UTC  (7+ messages)
` [PATCH wpan-next v2 1/2] ieee802154: Advertize coordinators discovery
` [PATCH wpan-next v2 2/2] mac802154: Trace the registration of new PANs

[PATCH wpan-next 0/3] IEEE 802.15.4 PAN discovery handling
 2022-11-24  1:49 UTC  (16+ messages)
` [PATCH wpan-next 1/3] ieee802154: Advertize coordinators discovery
` [PATCH wpan-next 2/3] ieee802154: Handle "
` [PATCH wpan-next 3/3] ieee802154: Trace the registration of new PANs

[PATCH wpan-next v2 0/3] IEEE 802.15.4: Add coordinator interfaces
 2022-11-07  8:43 UTC  (12+ messages)
` [PATCH wpan-next v2 1/3] mac802154: Move an skb free within the rx path
` [PATCH wpan-next v2 2/3] mac802154: Clarify an expression
` [PATCH wpan-next v2 3/3] mac802154: Allow the creation of coordinator interfaces

[PATCH wpan-next] mac802154: Allow the creation of coordinator interfaces
 2022-10-31  1:23 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION fd8dab197cca2746e1fcd399a218eec5164726d4
 2022-10-28 16:56 UTC 

pull-request v2: ieee802154-next 2022-10-26
 2022-10-27  1:20 UTC  (2+ messages)

pull-request: ieee802154-next 2022-10-25
 2022-10-26 14:40 UTC  (4+ messages)

pull-request: ieee802154 for net 2022-10-24
 2022-10-25  4:30 UTC  (2+ messages)

[PATCH wpan] mac802154: Fix LQI recording
 2022-10-24  9:19 UTC  (3+ messages)

[PATCH wpan-next v6 0/3] IEEE 802.15.4 filtering series followup
 2022-10-24  7:42 UTC  (6+ messages)
` [PATCH wpan-next v6 1/3] ieee802154: hwsim: Introduce a helper to update all the PIB attributes
` [PATCH wpan-next v6 2/3] ieee802154: hwsim: Save the current filtering level and use it
` [PATCH wpan-next v6 3/3] mac802154: Ensure proper scan-level filtering

[PATCH atusb/fw v2 1/3] Add .gitignore
 2022-10-21 13:33 UTC  (13+ messages)
` [PATCH atusb/fw v2 2/3] atusb: fw: Update toolchain instructions
` [PATCH atusb/fw v2 3/3] atusb: fw: Provide TRAC status

[PATCH wpan-next v5] mac802154: Ensure proper scan-level filtering
 2022-10-19  8:20 UTC  (8+ messages)

[PATCH wpan-next 1/2] ieee802154: hwsim: Introduce a helper to update all the PIB attributes
 2022-10-18 18:32 UTC  (2+ messages)
` [PATCH wpan-next 2/2] ieee802154: hwsim: Save the current filtering level and use it

[PATCH 00/10] spi: Add support for stacked/parallel memories
 2022-10-17 13:32 UTC  (13+ messages)
` [PATCH 01/10] spi: Add stacked memories support in SPI core
` [PATCH 02/10] spi: Replace all spi->chip_select & spi->cs_gpiod references with array
` [PATCH 03/10] net: Replace spi->chip_select references to spi->chip_select[0]
` [PATCH 04/10] mtd: devices: "
` [PATCH 05/10] iio: imu: "
` [PATCH 06/10] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH 07/10] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH 08/10] spi: Add parallel memories support in SPI core
` [PATCH 09/10] mtd: spi-nor: Add parallel memories support in spi-nor
` [PATCH 10/10] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver

[PATCH wpan/next v4 0/8] net: ieee802154: Improve filtering support
 2022-10-16  0:59 UTC  (12+ messages)
` [PATCH wpan/next v4 5/8] ieee802154: hwsim: Implement address filtering
` [PATCH wpan/next v4 8/8] mac802154: Ensure proper scan-level filtering


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