summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes
2012-06-30Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko
2012-06-05Bluetooth: Fix coding style in hci_conn.cGustavo Padovan
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes
2012-05-09Bluetooth: Remove useless code in hci_connectAndre Guedes
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-23Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann
2012-02-19Bluetooth: Fix hci_connect error return valuesJohan Hedberg
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan
2011-12-18Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan