linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bluetooth-next v4 00/16] SMP Just Works implementation
@ 2011-06-09 21:50 Vinicius Costa Gomes
  2011-06-09 21:50 ` [bluetooth-next v4 01/16] Bluetooth: Implement the first SMP commands Vinicius Costa Gomes
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Vinicius Costa Gomes @ 2011-06-09 21:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Changes from last version:
  - Support for remote devices with random addresses;

--
Cheers,

Anderson Briglia (6):
  Bluetooth: Implement the first SMP commands
  Bluetooth: Start SMP procedure
  Bluetooth: Add simple SMP pairing negotiation
  Bluetooth: Add LE SMP Cryptoolbox functions
  Bluetooth: Add SMP confirmation structs
  Bluetooth: Add SMP confirmation checks methods

Vinicius Costa Gomes (10):
  Bluetooth: Add support for using the crypto subsystem
  Bluetooth: Add support for LE Start Encryption
  Bluetooth: Remove debug statements
  Bluetooth: Add support for resuming socket when SMP is finished
  Bluetooth: Fix initial security level of LE links
  Bluetooth: Update the security level when link is encrypted
  Bluetooth: Add support for building pairing commands
  Bluetooth: Add support for Pairing features exchange
  Bluetooth: Add support for SMP timeout
  Bluetooth: Add key size checks for SMP

 include/net/bluetooth/hci.h      |   34 +++
 include/net/bluetooth/hci_core.h |   11 +
 include/net/bluetooth/l2cap.h    |    9 +
 include/net/bluetooth/smp.h      |   46 ++++
 net/bluetooth/Kconfig            |    8 +
 net/bluetooth/Makefile           |    2 +-
 net/bluetooth/hci_conn.c         |   50 ++++
 net/bluetooth/hci_core.c         |   22 ++
 net/bluetooth/hci_event.c        |   69 +++++
 net/bluetooth/l2cap_core.c       |  141 ++++++-----
 net/bluetooth/l2cap_sock.c       |   16 ++
 net/bluetooth/smp.c              |  533 ++++++++++++++++++++++++++++++++++++++
 12 files changed, 881 insertions(+), 60 deletions(-)
 create mode 100644 net/bluetooth/smp.c

--
1.7.5.4


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

end of thread, other threads:[~2011-06-13 19:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 21:50 [bluetooth-next v4 00/16] SMP Just Works implementation Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 01/16] Bluetooth: Implement the first SMP commands Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 02/16] Bluetooth: Start SMP procedure Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 03/16] Bluetooth: Add simple SMP pairing negotiation Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 04/16] Bluetooth: Add support for using the crypto subsystem Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 05/16] Bluetooth: Add LE SMP Cryptoolbox functions Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 06/16] Bluetooth: Add SMP confirmation structs Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 07/16] Bluetooth: Add SMP confirmation checks methods Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 08/16] Bluetooth: Add support for LE Start Encryption Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 09/16] Bluetooth: Remove debug statements Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 10/16] Bluetooth: Add support for resuming socket when SMP is finished Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 11/16] Bluetooth: Fix initial security level of LE links Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 12/16] Bluetooth: Update the security level when link is encrypted Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 13/16] Bluetooth: Add support for building pairing commands Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 14/16] Bluetooth: Add support for Pairing features exchange Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 15/16] Bluetooth: Add support for SMP timeout Vinicius Costa Gomes
2011-06-09 21:50 ` [bluetooth-next v4 16/16] Bluetooth: Add key size checks for SMP Vinicius Costa Gomes
2011-06-13 19:10   ` Gustavo F. Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).