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:	Fri, 11 Jul 2014 10:24:17 +0200
From:	Alexander Aring <alex.aring@...il.com>
To:	netdev@...r.kernel.org
Cc:	marcel@...tmann.org, jukka.rissanen@...ux.intel.com,
	linux-zigbee-devel@...ts.sourceforge.net,
	linux-bluetooth@...r.kernel.org,
	Alexander Aring <alex.aring@...il.com>
Subject: [PATCH net-next 0/2] Introduce generic 6LoWPAN branch

Hi,

this patch series add a new branch "net/6lowpan" for generic 6LoWPAN code.

Since commit 8df8c56a5abc70af5862aa7cac2875aeeb17a42b ("6lowpan: Moving
generic compression code into 6lowpan_iphc.c") the IPHC compression is shared
between bluetooth 6LoWPAN and IEEE 802.15.4 6LoWPAN. The new 6LoWPAN directory
will contain generic code for 6LoWPAN and futhermore 6LoWPAN upper layer
protocols.

The shared code between bluetooth and 802.15.4 should be review from both
communities. The current behaviour is that get_maintainers.pl returns the
IEEE 802.15.4 community only.


I request a new mailinglist for the IEEE 802.15.4 subsystem at vger but I didn't
get a response now so I add the current sourceforge IEEE 802.15.4 mailinglist to
the MAINTAINERS file. I will update them soon.

- Alex

Alexander Aring (2):
  6lowpan: introduce new net/6lowpan directory
  MAINTAINERS: add net/6lowpan/ maintainer entry

 MAINTAINERS                                       | 7 +++++++
 net/6lowpan/Kconfig                               | 6 ++++++
 net/6lowpan/Makefile                              | 3 +++
 net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} | 0
 net/Kconfig                                       | 1 +
 net/Makefile                                      | 3 ++-
 net/bluetooth/Kconfig                             | 3 +--
 net/ieee802154/Kconfig                            | 9 +--------
 net/ieee802154/Makefile                           | 5 ++---
 9 files changed, 23 insertions(+), 14 deletions(-)
 create mode 100644 net/6lowpan/Kconfig
 create mode 100644 net/6lowpan/Makefile
 rename net/{ieee802154/6lowpan_iphc.c => 6lowpan/iphc.c} (100%)

-- 
2.0.1

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