summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-03-16Bluetooth: Add support for AES-CMAC hash for security manager deviceMarcel Holtmann-0/+14
2015-03-16Bluetooth: Create SMP device structure for local crypto contextMarcel Holtmann-16/+31
2015-03-16Bluetooth: Use kzfree instead of kfree in security managerMarcel Holtmann-8/+8
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann-2/+0
2015-03-16Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann-29/+25
2015-03-15Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann-1/+110
2015-03-15Bluetooth: Move eir_append_data function to a different locationMarcel Holtmann-11/+11
2015-03-15Bluetooth: Add simple version of Read Advertising Features commandMarcel Holtmann-0/+36
2015-03-15Bluetooth: Send global configuration updates to all management usersMarcel Holtmann-14/+25
2015-03-15Bluetooth: Open management interface for untrusted usersMarcel Holtmann-9/+6
2015-03-15Bluetooth: Add support for trust verification of management commandsMarcel Holtmann-0/+7
2015-03-15Bluetooth: Remove unneeded initializer for management command tableMarcel Holtmann-43/+43
2015-03-15Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann-7/+14
2015-03-15Bluetooth: Add hci_sock_test_flag helper functionMarcel Holtmann-1/+6
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann-63/+16
2015-03-15Bluetooth: Introduce trusted flag for management control socketsMarcel Holtmann-0/+11
2015-03-15Bluetooth: Add support for extended index management commandMarcel Holtmann-0/+80
2015-03-15Bluetooth: Add support for extended index management eventsMarcel Holtmann-0/+28
2015-03-15Bluetooth: Use special function to send filter management index eventsMarcel Holtmann-14/+60
2015-03-15Bluetooth: Provide hci_send_to_flagged_channel helper functionMarcel Holtmann-0/+33
2015-03-15Bluetooth: Add flags field and setting function for HCI socketsMarcel Holtmann-0/+11
2015-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-1205/+1352
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann-15/+15
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann-2/+2
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann-31/+25
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann-48/+43
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann-1/+1
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann-5/+5
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann-52/+50
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann-41/+40
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann-272/+270
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann-9/+30
2015-03-12Bluetooth: Remove two else branches that are not neededMarcel Holtmann-4/+4
2015-03-11Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg-0/+7
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg-1/+3
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg-0/+34
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg-18/+12
2015-03-07Bluetooth: fix sco_exit compile warningAlexander Aring-1/+1
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg-3/+11
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg-87/+89
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg-213/+229
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg-229/+230
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg-82/+88
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg-29/+33
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg-3/+82
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann-2/+26
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski-4/+3
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski-70/+19
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski-62/+79