mbox series

pull-request: ieee802154 for net 2022-01-28

Message ID 20220128114501.2732329-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2022-01-28 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-01-28

Message

Stefan Schmidt Jan. 28, 2022, 11:45 a.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for your *net* tree.

A bunch of fixes in drivers, all from Miquel Raynal.
Clarifying the default channel in hwsim, leak fixes in at86rf230 and ca8210 as
well as a symbol duration fix for mcr20a. Topping up the driver fixes with
better error codes in nl802154 and a cleanup in MAINTAINERS for an orphaned
driver.

regards
Stefan Schmidt


The following changes since commit 2f61353cd2f789a4229b6f5c1c24a40a613357bb:

  net: hns3: handle empty unknown interrupt for VF (2022-01-25 13:08:05 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-01-28

for you to fetch changes up to 5d8a8b324ff48c9d9fe4f1634e33dc647d2481b4:

  MAINTAINERS: Remove Harry Morris bouncing address (2022-01-27 08:20:54 +0100)

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

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 28, 2022, 3:20 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 28 Jan 2022 12:45:01 +0100 you wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for your *net* tree.
> 
> A bunch of fixes in drivers, all from Miquel Raynal.
> Clarifying the default channel in hwsim, leak fixes in at86rf230 and ca8210 as
> well as a symbol duration fix for mcr20a. Topping up the driver fixes with
> better error codes in nl802154 and a cleanup in MAINTAINERS for an orphaned
> driver.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2022-01-28
    https://git.kernel.org/netdev/net/c/010a2a662331

You are awesome, thank you!