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:	Tue, 13 May 2014 19:24:01 +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 0/5] 802154: some cleanups and fixes

This series adds some definitions for 802.15.4 header fields that were missing,
changes 6lowpan packet size calculation to always be correct and fixes a bug in
802.15.4 dgram sockets where sockets would ignore arguments to sendmsg(). Also,
a few minor changes to mac_cb handling, and mark a single-use function static.

---

Phoebe Buckheister (5):
      ieee802154: add definitions for link-layer security and header functions
      6lowpan: simplify/fix payload length calculation
      ieee802154: change _cb handling slightly
      ieee802154: don't ignore "to" argument in unbound dgram sendmsg
      mac802154: make mac802154_wpan_open static


 include/net/ieee802154.h        |    9 +++++++
 include/net/ieee802154_netdev.h |   54 ++++++++++++++++++++++++++-------------
 net/ieee802154/6lowpan_rtnl.c   |   33 ++++++++++++++----------
 net/ieee802154/dgram.c          |   23 +++++++++++------
 net/ieee802154/header_ops.c     |   52 ++++++++++++++++++++++++++++++++-----
 net/mac802154/rx.c              |    2 --
 net/mac802154/wpan.c            |   28 ++++++++++----------
 7 files changed, 139 insertions(+), 62 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