lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 20 Aug 2009 20:13:02 +0400
From:	Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
To:	"David S. Miller" <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, linux-zigbee-devel@...ts.sourceforge.net,
	Sergey Lapin <slapin@...fans.org>
Subject: [GIT PULL 0/5] IEEE 802.15.4 updates


The following changes since commit 886f9fe68310168358f55028a03553ae154dfeb6:
  David S. Miller (1):
        ppp_generic: Help GCC see that 'flen' is always initialized.

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git for-next

Dmitry Eremin-Solenikov (5):
      ieee802154: document the skb->cb usage clearly.
      ieee802154: add a sysfs representation of WPAN master devices
      fakehard: add binding to wpan-phy device
      ieee802154: add support for channel pages from IEEE 802.15.4-2006
      Drop ARPHRD_IEEE802154_PHY

 Documentation/networking/ieee802154.txt |    9 ++-
 drivers/ieee802154/fakehard.c           |   62 ++++++++++--
 include/linux/if_arp.h                  |    1 -
 include/linux/nl802154.h                |    2 +
 include/net/ieee802154_netdev.h         |    6 +-
 include/net/nl802154.h                  |    2 +-
 include/net/wpan-phy.h                  |   63 ++++++++++++
 net/core/dev.c                          |    4 +-
 net/ieee802154/Makefile                 |    2 +-
 net/ieee802154/af_ieee802154.c          |    4 +-
 net/ieee802154/netlink.c                |   28 +++++-
 net/ieee802154/nl_policy.c              |    1 +
 net/ieee802154/raw.c                    |    3 +-
 net/ieee802154/wpan-class.c             |  159 +++++++++++++++++++++++++++++++
 14 files changed, 318 insertions(+), 28 deletions(-)
 create mode 100644 include/net/wpan-phy.h
 create mode 100644 net/ieee802154/wpan-class.c

-- 
With best wishes
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ