summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann2015-04-091-2/+105
* Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg2015-04-071-2/+152
* Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann2015-04-071-147/+1Star
* Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann2015-04-071-3/+3
* Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
* Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
* Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-042-3/+3
* Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
* Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
* Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-032-0/+8
* Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
* Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
* Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-022-51/+65
* Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-022-51/+58
* Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-5/+0Star
* Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-022-15/+0Star
* Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-021-14/+14
* Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-024-44/+81
* Bluetooth: Add clarifying comment to command status handlingJohan Hedberg2015-04-021-0/+6
* Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann2015-04-021-9/+34
* Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann2015-04-021-4/+31
* Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann2015-04-021-1/+11
* Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
* Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
* Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann2015-04-021-0/+26
* Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-304-12/+12
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-303-28/+28
* Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann2015-03-291-1/+0Star
* Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34Star
* Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann2015-03-291-8/+6Star
* Bluetooth: Update adv. parameters when conn. setting changesArman Uguray2015-03-281-1/+2
* Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray2015-03-281-1/+20
* Bluetooth: Fix using global connectable settings for advArman Uguray2015-03-281-4/+10
* Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg2015-03-281-10/+10
* Bluetooth: Unify advertising data code pathsArman Uguray2015-03-261-91/+64Star
* Bluetooth: Update supported_flags for AD featuresArman Uguray2015-03-261-3/+29
* Bluetooth: Support the "tx-power" adv flagArman Uguray2015-03-261-0/+19
* Bluetooth: Support the "managed-flags" adv flagArman Uguray2015-03-261-2/+9
* Bluetooth: Support the "limited-discoverable" adv flagArman Uguray2015-03-261-1/+8
* Bluetooth: Support the "discoverable" adv flagArman Uguray2015-03-261-8/+30
* Bluetooth: Support the "connectable mode" adv flagArman Uguray2015-03-261-31/+56
* Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann2015-03-261-1/+1
* Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann2015-03-251-7/+46
* Bluetooth: Add support for adv instance timeoutArman Uguray2015-03-241-20/+81
* Bluetooth: Add support for instance scan responseArman Uguray2015-03-241-14/+52
* Bluetooth: Implement the Remove Advertising commandArman Uguray2015-03-241-0/+103
* Bluetooth: Implement the Add Advertising commandArman Uguray2015-03-241-10/+273
* Bluetooth: Add data structure for advertising instanceArman Uguray2015-03-241-0/+1
* Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg2015-03-221-8/+9
* Bluetooth: Expose quirks through debugfsJakub Pawlowski2015-03-201-0/+60