linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 22:35:22 to 2022-11-29 16:03:26 UTC [more...]

[PATCH wpan-next 0/6] IEEE 802.15.4 passive scan support
 2022-11-29 16:00 UTC  (7+ 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-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  (20+ messages)
` [PATCH wpan/next v4 1/8] mac802154: Introduce filtering levels
` [PATCH wpan/next v4 2/8] mac802154: move receive parameters above start
` [PATCH wpan/next v4 3/8] mac802154: set filter at drv_start()
` [PATCH wpan/next v4 4/8] ieee802154: hwsim: Record the address filter values
` [PATCH wpan/next v4 5/8] ieee802154: hwsim: Implement address filtering
` [PATCH wpan/next v4 6/8] mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUM
` [PATCH wpan/next v4 7/8] mac802154: Avoid delivering frames received in a non satisfying filtering mode
` [PATCH wpan/next v4 8/8] mac802154: Ensure proper scan-level filtering

[PATCH wpan/next v3 0/9] net: ieee802154: Support scanning/beaconing
 2022-10-12 17:50 UTC  (20+ messages)
` [PATCH wpan/next v3 5/9] net: mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUM
` [PATCH wpan/next v3 6/9] net: mac802154: Add promiscuous software filtering
` [PATCH wpan/next v3 8/9] net: mac802154: Ensure proper general purpose frame filtering
` [PATCH wpan/next v3 9/9] ieee802154: atusb: add support for trac feature

[PATCH linux-next] ieee802154: cc2520: remove the unneeded result variable
 2022-10-12  9:11 UTC  (2+ messages)

[PATCH -next] net: ieee802154: mcr20a: Switch to use dev_err_probe() helper
 2022-10-12  8:50 UTC  (2+ messages)

[PATCH net OR wpan] net: ieee802154: return -EINVAL for unknown addr type
 2022-10-07  7:50 UTC  (3+ messages)

[PATCH] net: ieee802154: fix error return code in dgram_bind()
 2022-10-07  7:44 UTC  (2+ messages)

pull-request: ieee802154 for net 2022-10-05
 2022-10-06  4:00 UTC  (2+ messages)

[PATCH] net/ieee802154: reject zero-sized raw_sendmsg()
 2022-10-05 14:53 UTC  (9+ messages)
  ` [PATCH v2] net/ieee802154: don't warn "

[PATCH net 1/2] Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
 2022-10-05 10:57 UTC  (4+ messages)
` [PATCH net 2/2] net/ieee802154: don't warn zero-sized raw_sendmsg()

[PATCH AUTOSEL 5.10 07/14] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:51 UTC 

[PATCH AUTOSEL 5.4 6/9] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:52 UTC 

[PATCH AUTOSEL 4.9 4/6] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:53 UTC 

[PATCH AUTOSEL 4.19 6/8] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:52 UTC 

[PATCH AUTOSEL 4.14 4/6] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:53 UTC 

[PATCH AUTOSEL 5.15 10/20] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:50 UTC 

[PATCH AUTOSEL 5.19 13/29] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-10-02 22:49 UTC 

[PATCH V3] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-09-16 11:13 UTC  (3+ messages)

[PATCH 3/4] net-next: frags: add inetpeer frag_mem tracking
 2022-09-11 11:54 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 4/5] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:19 UTC 

[PATCH AUTOSEL 4.9 4/5] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:19 UTC 

[PATCH AUTOSEL 4.19 4/8] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:19 UTC 

[PATCH AUTOSEL 5.4 05/10] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:18 UTC 

[PATCH AUTOSEL 5.10 08/14] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:18 UTC 

[PATCH AUTOSEL 5.15 14/21] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:17 UTC 

[PATCH AUTOSEL 5.19 22/38] ieee802154: cc2520: add rc code in cc2520_tx()
 2022-09-10 21:16 UTC 

[PATCH V2] net/ieee802154: fix uninit value bug in dgram_sendmsg
 2022-09-08  2:02 UTC  (2+ messages)

[RFCv2 ben-wpan] fw: add trac reg to tx done
 2022-09-06  8:20 UTC  (2+ messages)

[PATCH atusb/fw 1/2] atusb: fw: Update toolchain instructions
 2022-09-06  8:08 UTC  (7+ messages)
` [PATCH atusb/fw 2/2] atusb: fw: Provide TRAC status

[RFC wpan-next] atusb: add support for trac feature
 2022-09-05 23:10 UTC  (5+ messages)

[PATCH wpan-next 00/20] net: ieee802154: Support scanning/beaconing
 2022-09-05 22:35 UTC  (20+ messages)
` [PATCH wpan-next 01/20] net: mac802154: Allow the creation of coordinator interfaces


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).