Maintainer: * Tobias Klauser * Daniel Borkmann Former maintainer: * Emmanuel Roullit Major contributors (> 30 commits): * Daniel Borkmann * Tobias Klauser * Emmanuel Roullit * Markus Amend * Christoph Jaeger * Herbert Haas * * Vadim Kochan * Jon Schipp Minor contributors (<= 30 commits, sorted alphabetically): * Christian Wiese * Dan Horák * Dennis Gilmore * Doug Burks * Eric Dumazet * Hideo Hattori * James McCoy * Jaroslav Škarvada * Jesper Dangaard Brouer * Jim Binder * Kartik Mistry * Mark Latimer * Markus Kötter * Michał Purzyński * Oliver Smith * Peter Stuge * Ronald W. Henderson * Scott Moeller * Sibir Chakraborty * Stefan Seering * Stephen Wadeley * Teguh * Tillmann Karras * Tobias Geerinckx-Rice * Ulrich Weber * wilson Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) fb6e7bce20d'>net/bluetooth/hci_core.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2015-10-02 10:47:29 +0300
committerMarcel Holtmann <marcel@holtmann.org>2015-10-02 23:34:37 +0200
commitaa6555622cdf443f0b001352fdc3afb6e7bce20d (patch)
treea6d47a68f7ae87ff8c31efe1dc95ea3120b627ea /net/bluetooth/hci_core.c
parent5f509239eccc9d118d3474a22e78b3da1ceefe02 (diff)
nl802154: Missing return in nl802154_add_llsec_key()
There was a missing return here so it meant that often ieee802154_llsec_parse_key_id() was not called. Fixes: a26c5fd7622d ('nl802154: add support for security layer') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_core.c')