summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches-1/+1
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-136/+213
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-24/+24
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger-2/+1
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger-12/+12
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby-2/+2
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg-3/+9
2015-02-20Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg-30/+2
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg-5/+7
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg-17/+7
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg-0/+6
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg-2/+1
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg-4/+12
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg-22/+39
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg-4/+10
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg-5/+5
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg-1/+1
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg-10/+20
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg-0/+14
2015-02-15Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann-1/+32
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann-2/+1
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann-2/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann-18/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann-5/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann-2/+2
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An-0/+6
2015-02-14Bluetooth: Enhance error codes pair device commandLukasz Rymanowski-0/+4
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski-0/+8
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg-4/+3
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg-16/+9
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski-1/+92
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann-1/+22
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann-0/+8
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc-1/+2
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg-0/+2
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg-1/+2