All of lore.kernel.org
 help / color / mirror / Atom feed
* [wpan v3 0/6] ieee802154: A bunch of fixes
@ 2022-01-25 12:14 Miquel Raynal
  2022-01-25 12:14 ` [wpan v3 1/6] net: ieee802154: hwsim: Ensure proper channel selection at probe time Miquel Raynal
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Miquel Raynal @ 2022-01-25 12:14 UTC (permalink / raw)
  To: Alexander Aring, Stefan Schmidt, linux-wpan
  Cc: David S. Miller, Jakub Kicinski, netdev, David Girault,
	Romuald Despres, Frederic Blain, Nicolas Schodet,
	Thomas Petazzoni, Miquel Raynal

In preparation to a wider series, here are a number of small and random
fixes across the subsystem.

Changes in v2:
* Fixed the wrong RCU usage when updating the default channel at probe
  time in hwsim.
* Actually fixed the skb leak fix in the at86rf230 driver as suggested
  by Alexander.
* Also reordered the calls to free the skb then wake the queue
  everywhere else.
* Added a missing Fixes tag (for the meaningful error codes patch).

Miquel Raynal (6):
  net: ieee802154: hwsim: Ensure proper channel selection at probe time
  net: ieee802154: mcr20a: Fix lifs/sifs periods
  net: ieee802154: at86rf230: Stop leaking skb's
  net: ieee802154: ca8210: Stop leaking skb's
  net: ieee802154: Return meaningful error codes from the netlink
    helpers
  MAINTAINERS: Remove Harry Morris bouncing address

 MAINTAINERS                              |  3 +--
 drivers/net/ieee802154/at86rf230.c       | 13 +++++++++++--
 drivers/net/ieee802154/ca8210.c          |  1 +
 drivers/net/ieee802154/mac802154_hwsim.c |  1 +
 drivers/net/ieee802154/mcr20a.c          |  4 ++--
 net/ieee802154/nl802154.c                |  8 ++++----
 6 files changed, 20 insertions(+), 10 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-01-27  8:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 12:14 [wpan v3 0/6] ieee802154: A bunch of fixes Miquel Raynal
2022-01-25 12:14 ` [wpan v3 1/6] net: ieee802154: hwsim: Ensure proper channel selection at probe time Miquel Raynal
2022-01-25 14:28   ` Stefan Schmidt
2022-01-25 16:48     ` Miquel Raynal
2022-01-26 13:38       ` Stefan Schmidt
2022-01-26 22:54         ` Alexander Aring
2022-01-27  7:33           ` Stefan Schmidt
2022-01-27  8:45             ` Miquel Raynal
2022-01-25 12:14 ` [wpan v3 2/6] net: ieee802154: mcr20a: Fix lifs/sifs periods Miquel Raynal
2022-01-25 12:14 ` [wpan v3 3/6] net: ieee802154: at86rf230: Stop leaking skb's Miquel Raynal
2022-01-25 12:14 ` [wpan v3 4/6] net: ieee802154: ca8210: " Miquel Raynal
2022-01-25 12:14 ` [wpan v3 5/6] net: ieee802154: Return meaningful error codes from the netlink helpers Miquel Raynal
2022-01-25 12:14 ` [wpan v3 6/6] MAINTAINERS: Remove Harry Morris bouncing address Miquel Raynal
2022-01-27  7:33 ` [wpan v3 0/6] ieee802154: A bunch of fixes Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.