summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-241-38/+62
|\
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-3/+1
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+2
* | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
|/
* Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko2012-06-301-1/+2
* Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko2012-06-301-22/+22
* Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek2012-06-051-0/+5
* Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2012-06-051-0/+4
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-051-18/+18
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-051-5/+0
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-15/+1
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-1/+2
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-06-051-1/+0
* Bluetooth: Fix coding style in hci_conn.cGustavo Padovan2012-06-051-14/+12
* Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2012-05-091-14/+0
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2012-05-091-16/+0
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-091-8/+3
* Bluetooth: Remove useless code in hci_connectAndre Guedes2012-05-091-3/+0
* Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-091-14/+18
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-231-1/+1
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-1/+0
* Bluetooth: Fix hci_connect error return valuesJohan Hedberg2012-02-191-2/+2
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-131-0/+4
* Bluetooth: Remove unneeded lockingAndre Guedes2012-02-131-5/+0
* Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes2012-02-131-1/+1
* Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes2012-02-131-1/+1
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-131-6/+2
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-131-3/+3
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-131-6/+9
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-131-4/+4
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-10/+10
* Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-1/+1
|\
| * Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-181-1/+1
* | Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2011-12-181-8/+2
* | Bluetooth: convert conn hash to RCUGustavo F. Padovan2011-12-181-10/+9
* | Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2011-12-181-8/+6