aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+19
* | | 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/+1
* | | 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/+2
* | | Bluetooth: Use PTR_RET functionAlexandru Gheorghiu2013-03-181-3/+1
* | | Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg2013-03-091-4/+4
* | | Bluetooth: Check req->err in hci_req_addAndre Guedes2013-03-091-0/+6
* | | Bluetooth: Make hci_req_add returning voidAndre Guedes2013-03-091-4/+2
* | | Bluetooth: HCI request error handlingAndre Guedes2013-03-091-1/+12
* | | Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes2013-03-091-6/+9
* | | Bluetooth: Return ENODATA in hci_req_runAndre Guedes2013-03-091-1/+1
* | | Bluetooth: Fix __hci_req_syncAndre Guedes2013-03-091-4/+3
* | | Bluetooth: Remove empty HCI event handlersJohan Hedberg2013-03-081-164/+0
* | | Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg2013-03-081-6/+0
* | | Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2013-03-082-193/+156
* | | Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2013-03-082-0/+92
* | | Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2013-03-082-0/+10
* | | Bluetooth: Introduce new hci_req_add functionJohan Hedberg2013-03-081-0/+22
* | | Bluetooth: Refactor HCI command skb creationJohan Hedberg2013-03-081-8/+20
* | | Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg2013-03-081-0/+30
* | | Bluetooth: Split HCI init sequence into three stagesJohan Hedberg2013-03-082-255/+274
* | | Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg2013-03-081-0/+8
* | | Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg2013-03-081-24/+25
* | | Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins2013-03-081-5/+2
* | | Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0
* | | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5
* | | Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-081-50/+56
* | | Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins2013-03-081-2/+24
* | | Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins2013-03-081-1/+1
* | | Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann2013-03-081-12/+3
* | | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-087-19/+7
* | | Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton2013-03-081-0/+4
* | | Bluetooth: Rename hci_acl_disconnAndre Guedes2013-03-083-5/+5
|/ /
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-273-27/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-01-2924-612/+3211
| |\ \