All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] New MGMT messages for SMP Long Term Keys
@ 2012-02-03  0:07 Vinicius Costa Gomes
  2012-02-03  0:07 ` [PATCH v2 1/7] Bluetooth: Fix doing some useless casts when receiving MGMT commands Vinicius Costa Gomes
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Vinicius Costa Gomes @ 2012-02-03  0:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Changes from last version:
 * Updated code acording to review comments;
 * Added a patch that removes useless casts from MGMT code;


Cheers,

Vinicius Costa Gomes (7):
  Bluetooth: Fix doing some useless casts when receiving MGMT commands
  Bluetooth: Add new structures for handling SMP Long Term Keys
  Bluetooth: Use the updated key structures for handling LTKs
  Bluetooth: Add MGMT handlers for dealing with SMP LTK's
  Bluetooth: Add support for removing LTK's when pairing is removed
  Bluetooth: Clean up structures left unused
  Bluetooth: Add support for notifying userspace of new LTK's

 include/net/bluetooth/hci.h      |    9 +-
 include/net/bluetooth/hci_core.h |   35 +++--
 net/bluetooth/hci_core.c         |  108 +++++++++------
 net/bluetooth/hci_event.c        |   11 ++-
 net/bluetooth/mgmt.c             |  296 ++++++++++++++++++++++----------------
 net/bluetooth/smp.c              |   38 +++--
 6 files changed, 296 insertions(+), 201 deletions(-)

--
1.7.8.1


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

end of thread, other threads:[~2012-02-03  1:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03  0:07 [PATCH v2 0/7] New MGMT messages for SMP Long Term Keys Vinicius Costa Gomes
2012-02-03  0:07 ` [PATCH v2 1/7] Bluetooth: Fix doing some useless casts when receiving MGMT commands Vinicius Costa Gomes
2012-02-03  0:20   ` Marcel Holtmann
2012-02-03  0:08 ` [PATCH v2 2/7] Bluetooth: Add new structures for handling SMP Long Term Keys Vinicius Costa Gomes
2012-02-03  0:08 ` [PATCH v2 3/7] Bluetooth: Use the updated key structures for handling LTKs Vinicius Costa Gomes
2012-02-03  0:23   ` Marcel Holtmann
2012-02-03  0:08 ` [PATCH v2 4/7] Bluetooth: Add MGMT handlers for dealing with SMP LTK's Vinicius Costa Gomes
2012-02-03  0:24   ` Marcel Holtmann
2012-02-03  0:08 ` [PATCH v2 5/7] Bluetooth: Add support for removing LTK's when pairing is removed Vinicius Costa Gomes
2012-02-03  0:08 ` [PATCH v2 6/7] Bluetooth: Clean up structures left unused Vinicius Costa Gomes
2012-02-03  0:08 ` [PATCH v2 7/7] Bluetooth: Add support for notifying userspace of new LTK's Vinicius Costa Gomes
2012-02-03  1:25 ` [PATCH v2 0/7] New MGMT messages for SMP Long Term Keys Johan Hedberg

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.