aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-2/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-16/+1
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-2/+2
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes1-3/+3
2012-11-01Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg1-0/+3
2012-10-24Bluetooth: Add state to hci_chanMat Martineau1-0/+1
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-0/+32
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-3/+29
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-3/+3
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-38/+62
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes1-5/+6
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes1-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes1-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes1-14/+19
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes1-10/+22
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes1-24/+29
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes1-9/+9
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+2
2012-06-30Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko1-1/+2
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko1-22/+22
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek1-0/+5
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko1-0/+4
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko1-18/+18
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan1-5/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-15/+1
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-1/+2
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan1-1/+1
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-06-05Bluetooth: Fix coding style in hci_conn.cGustavo Padovan1-14/+12
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan1-14/+0
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-16/+0
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-8/+3
2012-05-09Bluetooth: Remove useless code in hci_connectAndre Guedes1-3/+0
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes1-14/+18
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-23Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann1-1/+1
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-1/+0
2012-02-19Bluetooth: Fix hci_connect error return valuesJohan Hedberg1-2/+2
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko1-1/+1
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko1-1/+1
2012-02-13Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko1-2/+2
2012-02-13Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
2012-02-13Bluetooth: Remove unneeded lockingAndre Guedes1-5/+0
2012-02-13Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes1-1/+1