All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Alexander Aring <aar@pengutronix.de>
Cc: linux-wpan@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCHv4 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features
Date: Fri, 8 Jul 2016 13:24:32 +0200	[thread overview]
Message-ID: <E5BF7CD1-19AE-4D4D-A785-C919290411DD@holtmann.org> (raw)
In-Reply-To: <20160706213231.23058-1-aar@pengutronix.de>

Hi Alex,

> I currently work on running the RIOT-OS stack in userspace stuff. At first
> for a testing use-case. While working on that I detected the intra-pan
> addressing behaviour and non-monitors on fakelb.
> 
> I recently posted the first 4 patches and the atusb one. I simple put
> them now into one patch-series and added Stefan's suggestion, but still
> not use if these pointer helpers on mac headers are okay for lowlevel
> functionality.
> 
> - Alex
> 
> changes since v4:
> - nothing, it's just a resend
> 
> changes since v3:
> - fix intra-pan behaviour in ieee802154_skb_src_pan. If intra-pan is set and
>   source address mode is different than NONE the destination pan id will
>   always used. If not intra-pan is set, then the destination address mode will
>   be evaluated to jump over it.
> 
> changes since v2:
> - Add new patch [5/8] 6lowpan: ndisc: set invalid unicast short addr to unspec
> - Add new patch [8/8] fakelb: allow to run as monitor.
> - split WARN_ON cleanup from "ieee802154: fix skb get fc on big endian" into
>   new separate [7/8] ieee802154: cleanup WARN_ON for fc fetch.
> - add missing pan_id check in case of non intra-pan and dadder available for
>   ieee802154_skb_src_pan function.
> - add fix for atusb csma setting which isn't mainline yet.
> 
> Alexander Aring (8):
>  ieee802154: add ieee802154_skb_dst_pan helper
>  ieee802154: add ieee802154_skb_src_pan helper
>  ieee802154: 6lowpan: fix intra pan id check
>  ieee802154: fix skb get fc on big endian
>  6lowpan: ndisc: set invalid unicast short addr to unspec
>  atusb: don't change csma settings while set channel
>  ieee802154: cleanup WARN_ON for fc fetch
>  fakelb: allow to run as monitor
> 
> drivers/net/ieee802154/atusb.c  |   6 +--
> drivers/net/ieee802154/fakelb.c |   8 +++
> include/linux/ieee802154.h      |  29 ++++++++++
> include/net/mac802154.h         | 117 ++++++++++++++++++++++++++++++++++++++--
> net/6lowpan/ndisc.c             |   7 ++-
> net/ieee802154/6lowpan/rx.c     |   2 +-
> 6 files changed, 157 insertions(+), 12 deletions(-)

all 8 patches have been applied to bluetooth-next tree.

Regards

Marcel


      parent reply	other threads:[~2016-07-08 11:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 21:32 [PATCHv4 bluetooth-next 0/8] ieee802154: pending/new fixes and cleanup/features Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 1/8] ieee802154: add ieee802154_skb_dst_pan helper Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 2/8] ieee802154: add ieee802154_skb_src_pan helper Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 3/8] ieee802154: 6lowpan: fix intra pan id check Alexander Aring
2016-07-23 11:03   ` Alexander Aring
2016-07-25  6:31     ` Alexander Aring
2016-07-26 11:24       ` Michael Richardson
2016-07-26 11:24     ` Michael Richardson
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 4/8] ieee802154: fix skb get fc on big endian Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 5/8] 6lowpan: ndisc: set invalid unicast short addr to unspec Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 6/8] atusb: don't change csma settings while set channel Alexander Aring
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 7/8] ieee802154: cleanup WARN_ON for fc fetch Alexander Aring
2016-07-08 11:23   ` Stefan Schmidt
2016-07-06 21:32 ` [PATCHv4 bluetooth-next 8/8] fakelb: allow to run as monitor Alexander Aring
2016-07-08 11:25   ` Stefan Schmidt
2016-07-08 11:24 ` Marcel Holtmann [this message]

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=E5BF7CD1-19AE-4D4D-A785-C919290411DD@holtmann.org \
    --to=marcel@holtmann.org \
    --cc=aar@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-wpan@vger.kernel.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.