summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-172-3/+1Star
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-173-37/+4Star
* Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi2013-04-111-0/+12
* Bluetooth: Remove unneeded parameterClaudio Takahasi2013-04-111-5/+5
* Bluetooth: Minor coding style fixClaudio Takahasi2013-04-111-2/+1Star
* Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi2013-04-111-1/+1
* Bluetooth: Fix SCO connection referenceClaudio Takahasi2013-04-111-1/+0Star
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-116-31/+31
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-062-0/+8
* Bluetooth: hidp: remove redundant error messageDavid Herrmann2013-04-061-1/+0Star
* Bluetooth: Remove driver init queue from coreMarcel Holtmann2013-04-041-23/+0Star
* Bluetooth: Add driver setup stage for early initMarcel Holtmann2013-04-041-13/+20
* Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2013-04-041-5/+18
* Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-042-2/+19
* Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2013-04-041-0/+102
* Bluetooth: Track received events in hdevJohan Hedberg2013-04-042-0/+15
* Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2013-04-041-26/+0Star
* Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2013-04-042-0/+18
* Bluetooth: Fix HCI request frameworkAndre Guedes2013-04-041-5/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-0/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
| |\
| | * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
* | | Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun2013-03-201-1/+3
* | | Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg2013-03-181-8/+12
* | | Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg2013-03-181-13/+14
* | | Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg2013-03-181-1/+16
* | | Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg2013-03-181-2/+8
* | | Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg2013-03-181-0/+43
* | | Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-182-0/+38
* | | Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg2013-03-181-0/+3
* | | Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg2013-03-181-19/+24
* | | Bluetooth: Add proper flag for fast connectable modeJohan Hedberg2013-03-181-0/+16
* | | Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg2013-03-181-0/+6
* | | Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg2013-03-181-2/+3
* | | Bluetooth: Fix fast connectable response sendingJohan Hedberg2013-03-181-11/+42
* | | Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg2013-03-181-8/+29
* | | Bluetooth: Fix setting local name to the existing valueJohan Hedberg2013-03-181-0/+11
* | | Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg2013-03-181-2/+9
* | | Bluetooth: Handle AD updating through an async requestJohan Hedberg2013-03-182-29/+19Star
* | | Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg2013-03-181-47/+49
* | | Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg2013-03-181-4/+4
* | | Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg2013-03-181-0/+1
* | | Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg2013-03-181-1/+1
* | | Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg2013-03-182-6/+1Star
* | | Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg2013-03-181-17/+56
* | | Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg2013-03-181-9/+36
* | | Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg2013-03-181-12/+34
* | | Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg2013-03-181-63/+100
* | | Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg2013-03-181-36/+42
* | | Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-181-4/+2Star