summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-12-17Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann-5/+9
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-54/+123
2014-12-12Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg-3/+15
2014-12-12Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg-0/+5
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-992/+3843
2014-12-11Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg-8/+6
2014-12-11Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg-13/+25
2014-12-11Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg-2/+2
2014-12-11Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann-10/+10
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery-0/+20
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery-6/+14
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller-23/+8
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-595/+3193
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-19/+6
2014-12-09put iov_iter into msghdrAl Viro-7/+5
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro-4/+4
2014-12-09Bluetooth: fix err_cast.cocci warningsFengguang Wu-1/+1
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann-8/+20
2014-12-07Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann-1/+2
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann-2/+3
2014-12-05Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann-0/+14
2014-12-05Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann-0/+13
2014-12-05Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann-2/+55
2014-12-05Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann-0/+8
2014-12-05Bluetooth: Report invalid RSSI for service discovery and background scanMarcel Holtmann-2/+10
2014-12-05Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann-3/+11
2014-12-05Bluetooth: Remove redundant reverse_base_uuid variableJohan Hedberg-10/+2
2014-12-05Bluetooth: Fix Get Conn Info to use cmd_complete callbackJohan Hedberg-51/+33
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg-0/+1
2014-12-05Bluetooth: Convert Get Clock Info to use cmd_complete callbackJohan Hedberg-24/+35
2014-12-05Bluetooth: Convert discovery commands to use cmd_complete callbackJohan Hedberg-11/+16
2014-12-05Bluetooth: Convert Unpair Device to use cmd_complete callbackJohan Hedberg-7/+3
2014-12-05Bluetooth: Convert Pair Device to use cmd_complete callbackJohan Hedberg-3/+5
2014-12-05Bluetooth: Use cmd_complete callback for authentication mgmt commandsJohan Hedberg-22/+14
2014-12-05Bluetooth: Convert Disconnect mgmt command to use cmd_complete callbackJohan Hedberg-14/+10
2014-12-05Bluetooth: Store parameter length with pending mgmt commandsJohan Hedberg-3/+3
2014-12-05Bluetooth: Add callback to create proper cmd_complete eventsJohan Hedberg-2/+17
2014-12-05Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann-11/+9
2014-12-05Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann-2/+11
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann-4/+1
2014-12-05Bluetooth: Add support for Start Service Discovery commandJakub Pawlowski-0/+106
2014-12-05Bluetooth: Add logic for UUID filter handlingJakub Pawlowski-0/+70
2014-12-05Bluetooth: Add framework for device found filtering based on UUIDMarcel Holtmann-2/+52
2014-12-05Bluetooth: Filter device found events based on RSSI thresholdMarcel Holtmann-0/+9
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski-0/+16
2014-12-04Bluetooth: Split triggering of discovery commands into separate functionMarcel Holtmann-114/+100
2014-12-04Bluetooth: Use {start,stop}_discovery_complete handler for cmd_completeMarcel Holtmann-66/+31
2014-12-04Bluetooth: Simplify the error handling of Start Discovery commandMarcel Holtmann-11/+7
2014-12-03Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2014-12-03Bluetooth: Increase minor version of core moduleMarcel Holtmann-1/+1