aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAge
* Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko2012-11-01
* Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2012-11-01
* Bluetooth: Add state to hci_chanMat Martineau2012-10-23
* Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-11
* Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-11
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-24
|\
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-08
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-21
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-14
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-14
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-14
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-14
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-14
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-14
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-14
* | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-27
|/
* Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko2012-06-30
* Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko2012-06-30
* Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek2012-06-04
* Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2012-06-04
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-04
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-04
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-04
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-04
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-04
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-06-04
* Bluetooth: Fix coding style in hci_conn.cGustavo Padovan2012-06-04
* Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2012-05-09
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2012-05-09
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-09
* Bluetooth: Remove useless code in hci_connectAndre Guedes2012-05-09
* Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-09
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-23
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-20
* Bluetooth: Fix hci_connect error return valuesJohan Hedberg2012-02-19
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-17
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-17
* Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko2012-02-13
* Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko2012-02-13
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-13
* Bluetooth: Remove unneeded lockingAndre Guedes2012-02-13
* Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes2012-02-13
* Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes2012-02-13
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-13
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-13
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-13
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-13
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-13