aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg1-1/+3
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2-0/+34
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg1-18/+12
2015-03-07Bluetooth: fix sco_exit compile warningAlexander Aring1-1/+1
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg1-3/+11
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg1-87/+89
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg1-213/+229
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg1-229/+230
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg1-82/+88
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg3-29/+33
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg1-3/+82
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann1-2/+26
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski1-4/+3
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski1-69/+18
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski1-62/+79
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller13-136/+213
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue5-24/+24
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-2/+1
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fieldsEyal Birger3-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger4-12/+12
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby1-2/+2
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2-3/+9
2015-02-20Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg1-30/+2
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2-5/+7
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg1-17/+7
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg1-0/+6
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg1-2/+1
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg4-4/+12
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg4-22/+39
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg1-4/+10
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg1-5/+5
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg1-1/+1
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg1-10/+20
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg1-0/+14
2015-02-15Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann3-1/+32
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann2-2/+1
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann2-2/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2-18/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2-5/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2-2/+2
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An1-0/+6
2015-02-14Bluetooth: Enhance error codes pair device commandLukasz Rymanowski1-0/+4
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski1-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski1-0/+8
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg1-4/+3
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg1-16/+9
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski1-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2-1/+92