aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg
2013-03-18Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg
2013-03-18Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes
2013-03-09Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg
2013-03-09Bluetooth: Check req->err in hci_req_addAndre Guedes
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes
2013-03-09Bluetooth: HCI request error handlingAndre Guedes
2013-03-09Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes
2013-03-09Bluetooth: Return ENODATA in hci_req_runAndre Guedes
2013-03-09Bluetooth: Fix __hci_req_syncAndre Guedes
2013-03-08Bluetooth: Remove empty HCI event handlersJohan Hedberg
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg
2013-03-08Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg
2013-03-08Bluetooth: Refactor HCI command skb creationJohan Hedberg
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg
2013-03-08Bluetooth: Split HCI init sequence into three stagesJohan Hedberg
2013-03-08Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg
2013-03-08Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg
2013-03-08Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins
2013-03-08Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins
2013-03-08Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins
2013-03-08Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville