summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-1411-1205/+1352
|\
| * Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-136-15/+15
| * Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-132-2/+2
| * Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-133-31/+25
| * Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-134-48/+43
| * Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2015-03-131-1/+1
| * Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2015-03-131-5/+5
| * Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-135-52/+50
| * Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-135-41/+40
| * Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-139-272/+270
| * Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-131-9/+30
| * Bluetooth: Remove two else branches that are not neededMarcel Holtmann2015-03-121-4/+4
| * Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg2015-03-111-0/+7
| * Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg2015-03-111-1/+3
| * Bluetooth: Increment management interface revisionMarcel Holtmann2015-03-111-1/+1
| * Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-102-0/+34
| * Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-101-18/+12
| * Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-071-1/+1
| * Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg2015-03-061-3/+11
| * Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg2015-03-061-87/+89
| * Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg2015-03-061-213/+229
| * Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg2015-03-061-229/+230
| * Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-061-82/+88
| * Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-063-29/+33
| * Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-061-3/+82
| * Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-061-2/+26
| * Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-051-4/+3
| * Bluetooth: Refactor service discovery filter logicJakub Pawlowski2015-03-051-70/+19
| * Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski2015-03-051-62/+79
* | bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-0213-136/+213
|\
| * Bluetooth: make hci_test_bit's addr constJiri Slaby2015-02-271-2/+2
| * Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-272-3/+9
| * Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg2015-02-201-30/+2
| * Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-202-5/+7
| * Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg2015-02-201-17/+7
| * Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg2015-02-191-0/+6
| * Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg2015-02-191-2/+1
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-194-4/+12
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-194-22/+39
| * Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-4/+10
| * Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-5/+5
| * Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg2015-02-191-1/+1
| * Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg2015-02-171-10/+20
| * Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg2015-02-161-0/+14
| * Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann2015-02-153-1/+32
| * Bluetooth: Make __next_ident function static.Marcel Holtmann2015-02-152-2/+1
| * Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-152-2/+1
| * Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-152-18/+17
| * Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-152-5/+2