summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Call drain_workqueue() before resetting stateJohan Hedberg2014-11-181-0/+10
* Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg2014-11-183-31/+23
* Bluetooth: Fix BR/EDR-only address checks for remote OOB dataJohan Hedberg2014-11-181-0/+22
* Bluetooth: Fix clearing remote OOB data through mgmtJohan Hedberg2014-11-151-0/+7
* Bluetooth: Add debug logs to help track locking issuesJohan Hedberg2014-11-152-2/+11
* Bluetooth: Remove unnecessary hdev locking in smp.cJohan Hedberg2014-11-151-7/+0
* Bluetooth: Convert IRK list to RCUJohan Hedberg2014-11-152-24/+32
* Bluetooth: Convert LTK list to RCUJohan Hedberg2014-11-153-26/+30
* Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg2014-11-151-1/+22
* Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg2014-11-153-11/+21
* Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg2014-11-151-1/+2
* Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick2014-11-151-7/+3
* Bluetooth: Fix correct nesting for 6lowpan server channelJohan Hedberg2014-11-131-0/+2
* Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg2014-11-132-3/+3
* Bluetooth: Fix L2CAP socket lock nesting levelJohan Hedberg2014-11-131-3/+10
* Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg2014-11-132-0/+19
* Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.cJohan Hedberg2014-11-121-4/+0
* Bluetooth: Fix l2cap_sock_teardown_cb lockdep warningJohan Hedberg2014-11-121-1/+1
* Bluetooth: 6lowpan: Remove unnecessary RCU callbackJohan Hedberg2014-11-111-9/+2
* Bluetooth: Fix mgmt connected notificationJohan Hedberg2014-11-111-1/+7
* Bluetooth: Fix sparse warning in amp.cJohan Hedberg2014-11-111-9/+16
* Bluetooth: 6lowpan: fix skb_unshare behaviourAlexander Aring2014-11-081-6/+2
* Bluetooth: Send mgmt_connected only if state is BT_CONFIGJaganath Kanakkassery2014-11-071-1/+2
* 6lowpan: move skb_free from error paths in decompressionMartin Townsend2014-11-061-8/+7
* Bluetooth: Sort switch cases by opcode's numeric valueKuba Pawlak2014-11-061-12/+12
* Bluetooth: Clear role switch pending flagKuba Pawlak2014-11-061-0/+27
* Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg2014-11-041-2/+4
* Bluetooth: Fix invalid response for 'Start Discovery' commandSzymon Janc2014-11-031-21/+35
* Bluetooth: Consolidate whitelist debugfs entry into device_listMarcel Holtmann2014-11-031-30/+6
* Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann2014-11-021-0/+18
* Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-025-9/+19
* Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann2014-11-021-0/+11
* Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann2014-11-021-0/+3
* Bluetooth: Fix hci_sync missing wakeup interruptChan-yeol Park2014-11-011-7/+11
* Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann2014-10-301-0/+2
* Bluetooth: 6lowpan: use after free in disconnect_devices()Dan Carpenter2014-10-301-2/+2
* Bluetooth: Wrong style spin lock usedJukka Rissanen2014-10-291-3/+7
* Bluetooth: Fix check for direct advertisingJohan Hedberg2014-10-281-1/+1
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2014-10-281-1/+1
* Bluetooth: spelling fixesStephen Hemminger2014-10-285-8/+8
* Bluetooth: 6lowpan: Fix lockdep splatsJukka Rissanen2014-10-281-0/+19
* Bluetooth: 6lowpan: Converting rwlocks to use RCUJukka Rissanen2014-10-281-95/+127
* Bluetooth: Revert SMP self-test patchesJohan Hedberg2014-10-282-126/+0
* ieee802154: 6lowpan: rename process_data and lowpan_process_dataMartin Townsend2014-10-271-7/+8
* bluetooth:6lowpan: use consume_skb when packet processed successfullyMartin Townsend2014-10-271-3/+4
* 6lowpan: fix process_data return valuesMartin Townsend2014-10-271-1/+1
* 6lowpan: remove skb_deliver from IPHCMartin Townsend2014-10-271-2/+12
* Bluetooth: Add self-tests for SMP crypto functionsJohan Hedberg2014-10-251-0/+87
* Bluetooth: Add skeleton for SMP self-testsJohan Hedberg2014-10-252-0/+39
* Bluetooth: Pass only crypto context to SMP crypto functionsJohan Hedberg2014-10-251-18/+12