aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: return on incorrect version or firmware download failureRupesh Tatiya2015-01-191-3/+0
* Merge "bluetooth: Configure DUT as MASTER for outgoing connection requests"Linux Build Service Account2014-10-231-0/+1
|\
| * bluetooth: Configure DUT as MASTER for outgoing connection requestsAnantha Krishnan2014-10-151-0/+1
* | bluetooth: Fix SCO connection synchronization.Nitin Srivastava2014-10-161-0/+1
|/
* Bluetooth: x86-Rome driver supportBhasker Neti2014-05-081-0/+5
* Merge upstream linux-stable v3.10.28 into msm-3.10Ian Maund2014-03-241-0/+1
|\
| * Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-10-131-0/+1
* | Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly2013-07-013-5/+11
* | Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.Nick Pelly2013-07-011-0/+3
* | Bluetooth: Increase timeout for legacy pairing from 10 seconds to 40 seconds.Nick Pelly2013-07-011-1/+1
|/
* Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-122-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+1
|\
| * bluetooth: kill unused fops field in struct bt_sock_listAl Viro2013-04-091-1/+0
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg2013-04-191-6/+8
* | Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2013-04-181-2/+2
* | Bluetooth: Add macros for filter duplicates valuesAndre Guedes2013-04-181-0/+2
* | Bluetooth: Add LE scan type macrosAndre Guedes2013-04-181-0/+3
* | Bluetooth: Add reading of all local feature pagesJohan Hedberg2013-04-181-1/+2
* | Bluetooth: Track feature pages in a single tableJohan Hedberg2013-04-181-24/+25
* | Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-181-1/+0
* | Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2013-04-171-0/+10
* | Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2013-04-171-0/+4
* | Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann2013-04-171-2/+2
* | Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-0/+31
* | Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-4/+0
* | Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-1/+1
* | Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-051-0/+1
* | Bluetooth: Remove driver init queue from coreMarcel Holtmann2013-04-041-2/+0
* | Bluetooth: Add driver setup stage for early initMarcel Holtmann2013-04-041-0/+1
* | Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2013-04-041-0/+2
* | Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-042-0/+3
* | Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2013-04-041-0/+3
* | Bluetooth: Track received events in hdevJohan Hedberg2013-04-041-0/+1
* | Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2013-04-041-1/+0
* | Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-182-0/+17
* | Bluetooth: Add proper flag for fast connectable modeJohan Hedberg2013-03-181-1/+3
* | Bluetooth: Handle AD updating through an async requestJohan Hedberg2013-03-181-2/+2
* | Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg2013-03-181-0/+5
* | Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg2013-03-181-1/+0
* | Bluetooth: Make hci_req_add returning voidAndre Guedes2013-03-091-1/+1
* | Bluetooth: HCI request error handlingAndre Guedes2013-03-091-0/+5
* | Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg2013-03-081-2/+0
* | Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2013-03-081-2/+0
* | Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2013-03-081-0/+2
* | Bluetooth: Introduce new hci_req_add functionJohan Hedberg2013-03-081-0/+1
* | Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg2013-03-082-0/+18
* | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-7/+0
* | Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-081-1/+2
* | Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann2013-03-081-1/+1