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:	Mon, 31 Mar 2014 21:37:44 +0200
From:	Phoebe Buckheister <phoebe.buckheister@...m.fraunhofer.de>
To:	netdev@...r.kernel.org
Cc:	linux-zigbee-devel@...ts.sourceforge.net, davem@...emloft.net
Subject: [PATCH net-next v2] mac802154: fix multiple WPAN handling

The current mac802154 stack allows an arbitrary number of WPAN netdevs for any
given PHY, which is not sensible and not supported by all hardware with in-tree
drivers. Also, previous commits have introduced configuration options that
apply to WPAN devices, but were set to apply to the underlying PHY.

This patch set fixes both, allowing only one WPAN device to be up at any given
time, and making WPAN-related settings per-WPAN instead of per-PHY.

---

Changes since v1:
 * fix check for PHY property setter methods. Reported by Alexander Aring

---

Applies on top of 9109e17f7c3ace48629397b44db5ce06bf168644. Fixes a possible
DoS bug and moves some netdev properties in mac802154 to the places they should
have gone from the outset.


Phoebe Buckheister (2):
      mac802154: allow only one WPAN to be up at any given time
      mac802154: make csma/cca parameters per-wpan


 include/linux/nl802154.h        |   2 +-
 include/net/ieee802154_netdev.h |  17 ++++
 net/ieee802154/ieee802154.h     |   2 +-
 net/ieee802154/netlink.c        |   2 +-
 net/ieee802154/nl-mac.c         | 122 +++++++++++++++++++++++-
 net/ieee802154/nl-phy.c         | 200 +---------------------------------------
 net/ieee802154/wpan-class.c     |   6 --
 net/mac802154/ieee802154_dev.c  |  61 +++++++-----
 net/mac802154/mac802154.h       |  10 ++
 net/mac802154/mac_cmd.c         |   3 +
 net/mac802154/wpan.c            |  89 +++++++++++++++++-
 11 files changed, 278 insertions(+), 236 deletions(-)

--
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