Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 00/13] Bluetooth: Cleanups & fixes from the UPF
@ 2015-10-21 15:02 Johan Hedberg
  2015-10-21 15:02 ` [PATCH 01/13] Bluetooth: Add le_addr_type() helper function Johan Hedberg
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Johan Hedberg @ 2015-10-21 15:02 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's the left-over set of patches from the UPF which are not as
critical as the other ones that were already applied. I didn't (yet)
spend time sorting or splitting these more logically, but I decided to
send what I have now to get an early review round for them.

Johan

----------------------------------------------------------------
Johan Hedberg (13):
      Bluetooth: Add le_addr_type() helper function
      Bluetooth: Add hci_conn_hash_lookup_le() helper function
      Bluetooth: Use hci_conn_hash_lookup_le() when possible
      Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible
      Bluetooth: Remove unnecessary indentation in unpair_device()
      Bluetooth: Disable auto-connection parameters when unpairing
      Bluetooth: Introduce hci_req helper to abort a connection
      Bluetooth: Take advantage of connection abort helpers
      Bluetooth: Remove redundant (and possibly wrong) flag clearing
      Bluetooth: Make hci_disconnect() behave correctly for all states
      Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel
      Bluetooth: Remove unnecessary hci_explicit_connect_lookup function
      Bluetooth: Fix crash in SMP when unpairing

 include/net/bluetooth/hci_core.h |  27 ++++++-
 net/bluetooth/6lowpan.c          |   2 +-
 net/bluetooth/hci_conn.c         | 115 ++++++--------------------
 net/bluetooth/hci_core.c         |  17 ----
 net/bluetooth/hci_event.c        |   3 +-
 net/bluetooth/hci_request.c      |  86 ++++++++++++++++++++
 net/bluetooth/hci_request.h      |   4 +
 net/bluetooth/mgmt.c             | 164 ++++++++++++++++----------------------
 net/bluetooth/smp.c              |  27 ++++++-
 net/bluetooth/smp.h              |   1 +
 10 files changed, 236 insertions(+), 210 deletions(-)



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

end of thread, other threads:[~2015-10-21 17:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 15:02 [PATCH 00/13] Bluetooth: Cleanups & fixes from the UPF Johan Hedberg
2015-10-21 15:02 ` [PATCH 01/13] Bluetooth: Add le_addr_type() helper function Johan Hedberg
2015-10-21 15:03 ` [PATCH 02/13] Bluetooth: Add hci_conn_hash_lookup_le() " Johan Hedberg
2015-10-21 15:03 ` [PATCH 03/13] Bluetooth: Use hci_conn_hash_lookup_le() when possible Johan Hedberg
2015-10-21 15:03 ` [PATCH 04/13] Bluetooth: 6lowpan: " Johan Hedberg
2015-10-21 15:03 ` [PATCH 05/13] Bluetooth: Remove unnecessary indentation in unpair_device() Johan Hedberg
2015-10-21 15:03 ` [PATCH 06/13] Bluetooth: Disable auto-connection parameters when unpairing Johan Hedberg
2015-10-21 15:03 ` [PATCH 07/13] Bluetooth: Introduce hci_req helper to abort a connection Johan Hedberg
2015-10-21 15:03 ` [PATCH 08/13] Bluetooth: Take advantage of connection abort helpers Johan Hedberg
2015-10-21 15:03 ` [PATCH 09/13] Bluetooth: Remove redundant (and possibly wrong) flag clearing Johan Hedberg
2015-10-21 15:03 ` [PATCH 10/13] Bluetooth: Make hci_disconnect() behave correctly for all states Johan Hedberg
2015-10-21 15:03 ` [PATCH 11/13] Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel Johan Hedberg
2015-10-21 15:03 ` [PATCH 12/13] Bluetooth: Remove unnecessary hci_explicit_connect_lookup function Johan Hedberg
2015-10-21 15:03 ` [PATCH 13/13] Bluetooth: Fix crash in SMP when unpairing Johan Hedberg
2015-10-21 17:02 ` [PATCH 00/13] Bluetooth: Cleanups & fixes from the UPF Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox