All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Bluetooth: Various SMP cleanups & fixes
@ 2014-06-16  8:00 johan.hedberg
  2014-06-16  8:00 ` [PATCH 1/6] Bluetooth: Fix missing NULL check for smp_chan_create() return value johan.hedberg
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: johan.hedberg @ 2014-06-16  8:00 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's a set of cleanups and fixes for the SMP code I've come accross
while working with it.

Johan

----------------------------------------------------------------
Johan Hedberg (6):
      Bluetooth: Fix missing NULL check for smp_chan_create() return value
      Bluetooth: Remove unnecessary SMP STK define
      Bluetooth: Remove HCI prefix from SMP LTK defines
      Bluetooth: Remove unused LTK authentication defines
      Bluetooth: Convert SMP flags into an enum
      Bluetooth: Add flexible buffer byte order swapping function

 include/net/bluetooth/hci.h |  9 ---------
 net/bluetooth/hci_core.c    |  2 +-
 net/bluetooth/hci_event.c   |  3 ++-
 net/bluetooth/mgmt.c        |  6 +++---
 net/bluetooth/smp.c         | 41 +++++++++++++++++++----------------------
 net/bluetooth/smp.h         |  7 +++++++
 6 files changed, 32 insertions(+), 36 deletions(-)



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/6] Bluetooth: Various SMP cleanups & fixes
@ 2014-06-27 11:23 johan.hedberg
  2014-06-27 11:40 ` Marcel Holtmann
  0 siblings, 1 reply; 11+ messages in thread
From: johan.hedberg @ 2014-06-27 11:23 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's a set of cleanups and fixes for SMP. I'd consider all of them as
bluetooth-next material, but it could be debated whether the first patch
should go to bluetooth.git first (I don't have any obvious way of
exploiting it so I don't consider it very critical).

Johan

----------------------------------------------------------------
Johan Hedberg (6):
      Bluetooth: Fix missing hdev locking in smp_cmd_ident_addr_info
      Bluetooth: Add dedicated AES instance for each SMP context
      Bluetooth: Update SMP crypto functions to take the SMP context
      Bluetooth: Remove unnecessary hci_dev_unlock for smp_user_confirm_reply
      Bluetooth: Fix missing check for SMP session in smp_user_confirm_reply
      Bluetooth: Remove unnecessary hcon->smp_conn variable

 include/net/bluetooth/hci_core.h |  1 -
 net/bluetooth/mgmt.c             |  7 ----
 net/bluetooth/smp.c              | 73 ++++++++++++++++++++------------------
 3 files changed, 38 insertions(+), 43 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-06-27 11:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16  8:00 [PATCH 0/6] Bluetooth: Various SMP cleanups & fixes johan.hedberg
2014-06-16  8:00 ` [PATCH 1/6] Bluetooth: Fix missing NULL check for smp_chan_create() return value johan.hedberg
2014-06-16  8:00 ` [PATCH 2/6] Bluetooth: Remove unnecessary SMP STK define johan.hedberg
2014-06-16 12:48   ` [PATCH v2 " johan.hedberg
2014-06-16  8:00 ` [PATCH 3/6] Bluetooth: Remove HCI prefix from SMP LTK defines johan.hedberg
2014-06-16  8:00 ` [PATCH 4/6] Bluetooth: Remove unused LTK authentication defines johan.hedberg
2014-06-16  8:00 ` [PATCH 5/6] Bluetooth: Convert SMP flags into an enum johan.hedberg
2014-06-16  8:00 ` [PATCH 6/6] Bluetooth: Add flexible buffer byte order swapping function johan.hedberg
2014-06-16 16:33 ` [PATCH 0/6] Bluetooth: Various SMP cleanups & fixes Marcel Holtmann
2014-06-27 11:23 johan.hedberg
2014-06-27 11:40 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.