All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com
Cc: alex.aring@gmail.com, stefan@datenfreihafen.org,
	netdev@vger.kernel.org, linux-wpan@vger.kernel.org
Subject: pull-request: ieee802154 for net-next 2023-06-23
Date: Fri, 23 Jun 2023 19:55:06 +0200	[thread overview]
Message-ID: <20230623195506.40b87b5f@xps-13> (raw)

Hello Dave, Jakub, Paolo.

As you know, we are trying to build a wpan maintainers group so here is
my first ieee802154 pull-request for your *net-next* tree.

Thanks,
Miquèl

The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/wpan/wpan-next.git tags/ieee802154-for-net-next-2023-06-23

for you to fetch changes up to 18b849f12dcc34ec4cb9c8fadeb503b069499ba4:

  ieee802154: ca8210: Remove stray gpiod_unexport() call (2023-06-06 20:47:48 +0200)

----------------------------------------------------------------
Core WPAN changes:
* Support for active scans
* Support for answering BEACON_REQ
* Specific MLME handling for limited devices

WPAN driver changes:
* ca8210:
  - Flag the devices as limited
  - Remove stray gpiod_unexport() call

----------------------------------------------------------------
Andy Shevchenko (1):
      ieee802154: ca8210: Remove stray gpiod_unexport() call

Miquel Raynal (7):
      ieee802154: Add support for user active scan requests
      mac802154: Handle active scanning
      ieee802154: Add support for allowing to answer BEACON_REQ
      mac802154: Handle received BEACON_REQ
      net: ieee802154: Handle limited devices with only datagram support
      ieee802154: ca8210: Flag the driver as being limited
      Merge tag 'v6.4-rc4' into wpan-next/staging

 drivers/net/ieee802154/ca8210.c |  4 ++--
 include/net/cfg802154.h         |  3 +++
 include/net/ieee802154_netdev.h | 20 +++++++++++++++++++-
 net/ieee802154/header_ops.c     | 36 ++++++++++++++++++++++++++++++++++++
 net/ieee802154/nl802154.c       | 13 ++++++++++++-
 net/mac802154/ieee802154_i.h    | 21 +++++++++++++++++++++
 net/mac802154/main.c            |  2 ++
 net/mac802154/rx.c              | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 net/mac802154/scan.c            | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 9 files changed, 226 insertions(+), 11 deletions(-)

             reply	other threads:[~2023-06-23 17:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 17:55 Miquel Raynal [this message]
2023-06-24 22:59 ` pull-request: ieee802154 for net-next 2023-06-23 Jakub Kicinski
2023-06-26 10:39   ` Miquel Raynal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230623195506.40b87b5f@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=alex.aring@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=stefan@datenfreihafen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.