summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
| * 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/+7Star
| * 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/+1Star
| * 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/+1Star
| * Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-152-2/+1Star
| * Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-152-18/+17Star
| * Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-152-5/+2Star
| * Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2015-02-152-2/+2
| * Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+6
| * Bluetooth: Enhance error codes pair device commandLukasz Rymanowski2015-02-141-0/+4
| * Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
| * Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-025-24/+24
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-2/+1Star
* | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-023-3/+3
* | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-024-12/+12
|/
* Bluetooth: Fix potential NULL dereferenceJohan Hedberg2015-02-031-4/+3Star
* Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg2015-02-021-16/+9Star
* Bluetooth: Add restarting to service discoveryJakub Pawlowski2015-02-021-5/+48
* Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2015-02-022-1/+92
* Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann2015-02-011-17/+21
* Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann2015-02-011-0/+31
* Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann2015-02-011-0/+3
* Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann2015-02-011-0/+22
* Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann2015-02-011-0/+19
* Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann2015-02-011-1/+22
* Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann2015-01-311-4/+25
* Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann2015-01-311-1/+1
* Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann2015-01-311-1/+18
* Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann2015-01-311-0/+8
* Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc2015-01-291-1/+2
* Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann2015-01-291-6/+2Star
* Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann2015-01-282-1/+24
* Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann2015-01-281-23/+34
* Bluetooth: Fix notifying discovery state when powering offJohan Hedberg2015-01-281-0/+2
* Bluetooth: Fix notifying discovery state upon resetJohan Hedberg2015-01-281-1/+2