aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Bluetooth: Fix remote name event return directly.Gravatar Wesley Kuo 1-2/+4
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGravatar Gabriele Mazzotta 1-1/+2
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationGravatar Marcel Holtmann 1-1/+2
2015-04-09Bluetooth: Read LE remote features during connection establishmentGravatar Marcel Holtmann 1-2/+105
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandGravatar Johan Hedberg 1-2/+152
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionGravatar Marcel Holtmann 1-147/+1
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constGravatar Marcel Holtmann 1-3/+3
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataGravatar Marcel Holtmann 1-6/+8
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Gravatar Marcel Holtmann 1-2/+2
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Gravatar Marcel Holtmann 2-3/+3
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGravatar Grzegorz Kolodziejczyk 3-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGravatar Grzegorz Kolodziejczyk 1-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGravatar Grzegorz Kolodziejczyk 2-0/+8
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGravatar Grzegorz Kolodziejczyk 1-1/+1
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedGravatar Marcel Holtmann 1-6/+19
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestGravatar Johan Hedberg 2-51/+65
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cGravatar Johan Hedberg 2-51/+58
2015-04-02Bluetooth: Remove unused hci_req_pending() functionGravatar Johan Hedberg 1-5/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableGravatar Johan Hedberg 2-15/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIGravatar Johan Hedberg 1-14/+14
2015-04-02Bluetooth: Add second hci_request callback option for full skbGravatar Johan Hedberg 4-44/+81
2015-04-02Bluetooth: Add clarifying comment to command status handlingGravatar Johan Hedberg 1-0/+6
2015-04-02Bluetooth: Export SMP selftest result in debugfsGravatar Marcel Holtmann 1-9/+34
2015-04-02Bluetooth: Export ECDH selftest result in debugfsGravatar Marcel Holtmann 1-4/+31
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesGravatar Marcel Holtmann 1-1/+11
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesGravatar Marcel Holtmann 1-1/+10
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesGravatar Marcel Holtmann 1-1/+10
2015-04-02Bluetooth: Expose current Device ID information via debugfsGravatar Marcel Holtmann 1-0/+26
2015-03-30Bluetooth: Refactor HCI request variables into own structGravatar Johan Hedberg 4-12/+12
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlGravatar Johan Hedberg 3-28/+28
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsGravatar Marcel Holtmann 1-1/+0
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsGravatar Marcel Holtmann 1-37/+34
2015-03-29Bluetooth: Move memory location outside of hci_dev lockGravatar Marcel Holtmann 1-8/+6
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesGravatar Arman Uguray 1-1/+2
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesGravatar Arman Uguray 1-1/+20
2015-03-28Bluetooth: Fix using global connectable settings for advGravatar Arman Uguray 1-4/+10
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagGravatar Johan Hedberg 1-10/+10
2015-03-26Bluetooth: Unify advertising data code pathsGravatar Arman Uguray 1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresGravatar Arman Uguray 1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagGravatar Arman Uguray 1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagGravatar Arman Uguray 1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagGravatar Arman Uguray 1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagGravatar Arman Uguray 1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagGravatar Arman Uguray 1-31/+56
2015-03-25Bluetooth: Fix minor typo in comment for static address settingGravatar Marcel Holtmann 1-1/+1
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersGravatar Marcel Holtmann 1-7/+46
2015-03-24Bluetooth: Add support for adv instance timeoutGravatar Arman Uguray 1-20/+81
2015-03-24Bluetooth: Add support for instance scan responseGravatar Arman Uguray 1-14/+52
2015-03-24Bluetooth: Implement the Remove Advertising commandGravatar Arman Uguray 1-0/+103
2015-03-24Bluetooth: Implement the Add Advertising commandGravatar Arman Uguray 1-10/+273