All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: ieee802154 2017-09-20
@ 2017-09-21 20:56 Stefan Schmidt
  2017-09-23  4:29 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Schmidt @ 2017-09-21 20:56 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-wpan, alex.aring, marcel, netdev

Hello Dave.

[Resend with netdev in cc]

Here comes a pull request for ieee802154 changes I have queued up for
this merge window.

Normally these have been coming through the bluetooth tree but as this
three have been falling through the cracks so far and I have to review
and ack all of them anyway I think it makes sense if I save the
bluetooth people some work and handle them directly.

Its the first pull request I send to you so please let me know if I did
something wrong or if you prefer a different format.

regards
Stefan Schmidt

The following changes since commit 8ca712c373a462cfa1b62272870b6c2c74aa83f9:

  Merge branch 'net-speedup-netns-create-delete-time' (2017-09-19 16:32:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2017-09-20

for you to fetch changes up to d5dd29e4dafef4baad7bf529ad73cafeb13e1aa8:

  ieee802154: atusb: Driver for Busware HUL dongle (2017-09-20 13:37:16 +0200)

----------------------------------------------------------------
Support for the hulusb hardware inside the atusb driver by Josef
Filzmaier and 802.15.4 MAC security compliance fix by Diogenes Pereira.
----------------------------------------------------------------
Diogenes Pereira (2):
      mac802154: replace hardcoded value with macro
      mac802154: Fix MAC header and payload encrypted

Josef Filzmaier (1):
      ieee802154: atusb: Driver for Busware HUL dongle

 drivers/net/ieee802154/atusb.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 drivers/net/ieee802154/atusb.h |   8 ++++
 net/mac802154/llsec.c          |  14 ++++--
 3 files changed, 295 insertions(+), 44 deletions(-)

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

* Re: pull-request: ieee802154 2017-09-20
  2017-09-21 20:56 pull-request: ieee802154 2017-09-20 Stefan Schmidt
@ 2017-09-23  4:29 ` David Miller
  0 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2017-09-23  4:29 UTC (permalink / raw)
  To: stefan; +Cc: linux-wpan, alex.aring, marcel, netdev

From: Stefan Schmidt <stefan@osg.samsung.com>
Date: Thu, 21 Sep 2017 22:56:07 +0200

> Here comes a pull request for ieee802154 changes I have queued up for
> this merge window.
> 
> Normally these have been coming through the bluetooth tree but as this
> three have been falling through the cracks so far and I have to review
> and ack all of them anyway I think it makes sense if I save the
> bluetooth people some work and handle them directly.
> 
> Its the first pull request I send to you so please let me know if I did
> something wrong or if you prefer a different format.

Pulled, thanks.

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

* Re: pull-request: ieee802154 2017-09-20
  2017-09-21 18:56 ` David Miller
@ 2017-09-21 20:58   ` Stefan Schmidt
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2017-09-21 20:58 UTC (permalink / raw)
  To: David Miller; +Cc: stefan, linux-wpan, alex.aring, marcel

Hello.

On Thu, 2017-09-21 at 11:56, David Miller wrote:
> From: Stefan Schmidt <stefan@osg.samsung.com>
> Date: Wed, 20 Sep 2017 14:30:09 +0200
> 
> > Its the first pull request I send to you so please let me know if I did
> > something wrong or if you prefer a different format.
> 
> This is fine, but you need to send this again with netdev@vger.kernel.org
> CC:'d properly.
> 
> That makes sure everything gets tracked in patchwork and people can see
> on the netdev list where pull requests came from.

No idea why I did forgot this. I actually looked at other pull requests on
netdev as templates. :)

Resend with netdev added.

regards
Stefan Schmidt

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

* Re: pull-request: ieee802154 2017-09-20
  2017-09-20 12:30 Stefan Schmidt
  2017-09-20 17:08 ` Marcel Holtmann
@ 2017-09-21 18:56 ` David Miller
  2017-09-21 20:58   ` Stefan Schmidt
  1 sibling, 1 reply; 7+ messages in thread
From: David Miller @ 2017-09-21 18:56 UTC (permalink / raw)
  To: stefan; +Cc: linux-wpan, alex.aring, marcel

From: Stefan Schmidt <stefan@osg.samsung.com>
Date: Wed, 20 Sep 2017 14:30:09 +0200

> Its the first pull request I send to you so please let me know if I did
> something wrong or if you prefer a different format.

This is fine, but you need to send this again with netdev@vger.kernel.org
CC:'d properly.

That makes sure everything gets tracked in patchwork and people can see
on the netdev list where pull requests came from.

Thank you.

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

* Re: pull-request: ieee802154 2017-09-20
  2017-09-20 17:08 ` Marcel Holtmann
@ 2017-09-20 19:14   ` Stefan Schmidt
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2017-09-20 19:14 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: David S. Miller, linux-wpan, Alexander Aring

Hello.

On 09/20/2017 07:08 PM, Marcel Holtmann wrote:
> Hi Stefan,
> 
>> Here comes a pull request for ieee802154 changes I have queued up for
>> this merge window.
>>
>> Normally these have been coming through the bluetooth tree but as this
>> three have been falling through the cracks so far and I have to review
>> and ack all of them anyway I think it makes sense if I save the
>> bluetooth people some work and handle them directly.
>>
>> Its the first pull request I send to you so please let me know if I did
>> something wrong or if you prefer a different format.
> 
> that is fine with me since I think the major contention points are gone these days. I think for 6lowpan patches we might still want them go through bluetooth-next so that they are synced properly.

Fair enough. Having 6lowpan reviewed by both subsystems and patches going through bluetooth-next works well for me.

So I will simply review and pickup ieee802154 related patches from now on and send Dave pull requests for them. (Not a very active subsystem
anyway :))

regards
Stefan Schmidt

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

* Re: pull-request: ieee802154 2017-09-20
  2017-09-20 12:30 Stefan Schmidt
@ 2017-09-20 17:08 ` Marcel Holtmann
  2017-09-20 19:14   ` Stefan Schmidt
  2017-09-21 18:56 ` David Miller
  1 sibling, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2017-09-20 17:08 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: David S. Miller, linux-wpan, Alexander Aring

Hi Stefan,

> Here comes a pull request for ieee802154 changes I have queued up for
> this merge window.
> 
> Normally these have been coming through the bluetooth tree but as this
> three have been falling through the cracks so far and I have to review
> and ack all of them anyway I think it makes sense if I save the
> bluetooth people some work and handle them directly.
> 
> Its the first pull request I send to you so please let me know if I did
> something wrong or if you prefer a different format.

that is fine with me since I think the major contention points are gone these days. I think for 6lowpan patches we might still want them go through bluetooth-next so that they are synced properly.

Regards

Marcel


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

* pull-request: ieee802154 2017-09-20
@ 2017-09-20 12:30 Stefan Schmidt
  2017-09-20 17:08 ` Marcel Holtmann
  2017-09-21 18:56 ` David Miller
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Schmidt @ 2017-09-20 12:30 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-wpan, alex.aring, marcel

Hello Dave.

Here comes a pull request for ieee802154 changes I have queued up for
this merge window.

Normally these have been coming through the bluetooth tree but as this
three have been falling through the cracks so far and I have to review
and ack all of them anyway I think it makes sense if I save the
bluetooth people some work and handle them directly.

Its the first pull request I send to you so please let me know if I did
something wrong or if you prefer a different format.

regards
Stefan Schmidt

The following changes since commit 8ca712c373a462cfa1b62272870b6c2c74aa83f9:

  Merge branch 'net-speedup-netns-create-delete-time' (2017-09-19 16:32:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2017-09-20

for you to fetch changes up to d5dd29e4dafef4baad7bf529ad73cafeb13e1aa8:

  ieee802154: atusb: Driver for Busware HUL dongle (2017-09-20 13:37:16 +0200)

----------------------------------------------------------------
Support for the hulusb hardware inside the atusb driver by Josef
Filzmaier and 802.15.4 MAC security compliance fix by Diogenes Pereira.
----------------------------------------------------------------
Diogenes Pereira (2):
      mac802154: replace hardcoded value with macro
      mac802154: Fix MAC header and payload encrypted

Josef Filzmaier (1):
      ieee802154: atusb: Driver for Busware HUL dongle

 drivers/net/ieee802154/atusb.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 drivers/net/ieee802154/atusb.h |   8 ++++
 net/mac802154/llsec.c          |  14 ++++--
 3 files changed, 295 insertions(+), 44 deletions(-)

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

end of thread, other threads:[~2017-09-23  4:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 20:56 pull-request: ieee802154 2017-09-20 Stefan Schmidt
2017-09-23  4:29 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-09-20 12:30 Stefan Schmidt
2017-09-20 17:08 ` Marcel Holtmann
2017-09-20 19:14   ` Stefan Schmidt
2017-09-21 18:56 ` David Miller
2017-09-21 20:58   ` 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.