aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-13Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes1-1/+1
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg1-6/+2
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg1-3/+3
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg1-6/+9
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg1-4/+4
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-10/+10
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan1-2/+2
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan1-1/+1
2011-12-18Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan1-8/+2
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan1-10/+9
2011-12-18Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan1-8/+6
2011-12-18Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan1-4/+0
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan1-4/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-6/+6
2011-12-16Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-36/+36
2011-12-16Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan1-8/+2
2011-12-16Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-7/+6
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko1-1/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-11/+58
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-0/+53
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-10/+4