linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: ieee802154-next 2018-08-06
@ 2018-08-06 19:38 Stefan Schmidt
  2018-08-06 20:18 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schmidt @ 2018-08-06 19:38 UTC (permalink / raw)
  To: davem; +Cc: linux-wpan, alex.aring, netdev

Hello Dave.

An update from ieee802154 for *net-next*

Romuald added a socket option to get the LQI value of the received datagram.
Alexander added a new hardware simulation driver modelled after hwsim of the
wireless people. It allows runtime configuration for new nodes and edges over a
netlink interface (a config utlity is making its way into wpan-tools).
We also have three fixes in here. One from Colin which is more of a cleanup and
two from Alex fixing tailroom and single frame space problems.
I would normally put the last two into my fixes tree, but given we are already
in -rc8 I simply put them here and added a cc: stable to them.

Please pull, or let me know if there are any problems.

regards
Stefan Schmidt


The following changes since commit 981467033a37d916649647fa3afe1fe99bba1817:

  tc-testing: remove duplicate spaces in skbedit match patterns (2018-08-05 17:39: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-2018-08-06

for you to fetch changes up to be10d5d1c2d15252624e965202508f30a218a46a:

  ieee802154: fakelb: add deprecated msg while probe (2018-08-06 11:21:15 +0200)

----------------------------------------------------------------
Alexander Aring (4):
      net: 6lowpan: fix reserved space for single frames
      net: mac802154: tx: expand tailroom if necessary
      ieee802154: hwsim: add replacement for fakelb
      ieee802154: fakelb: add deprecated msg while probe

Colin Ian King (1):
      net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'

Romuald CARI (1):
      ieee802154: add rx LQI from userspace

Stefan Schmidt (1):
      Merge remote-tracking branch 'net-next/master'

 drivers/net/ieee802154/Kconfig           |  11 +
 drivers/net/ieee802154/Makefile          |   1 +
 drivers/net/ieee802154/fakelb.c          |   3 +
 drivers/net/ieee802154/mac802154_hwsim.c | 919 +++++++++++++++++++++++++++++++
 drivers/net/ieee802154/mac802154_hwsim.h |  73 +++
 include/net/af_ieee802154.h              |   1 +
 net/ieee802154/6lowpan/reassembly.c      |   5 -
 net/ieee802154/6lowpan/tx.c              |  21 +-
 net/ieee802154/socket.c                  |  17 +
 net/mac802154/tx.c                       |  15 +-
 10 files changed, 1057 insertions(+), 9 deletions(-)
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.c
 create mode 100644 drivers/net/ieee802154/mac802154_hwsim.h

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

end of thread, other threads:[~2018-08-06 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-06 19:38 pull-request: ieee802154-next 2018-08-06 Stefan Schmidt
2018-08-06 20:18 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).