aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAge
* 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
* Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-19
|\
| * Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-18
* | Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2011-12-18
* | Bluetooth: convert conn hash to RCUGustavo F. Padovan2011-12-18
* | Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2011-12-18
* | Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan2011-12-18
* | Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan2011-12-18
* | Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-18
* | Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan2011-12-16
* | Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan2011-12-16
* | Bluetooth: remove struct hci_chan_hashGustavo F. Padovan2011-12-16
* | Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2011-12-02
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-09
|\ \ | |/ |/|
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-08
| * Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-07
| * Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-07
* | Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa2011-11-07
|/
* Bluetooth: use recommended LE connection parametersAnderson Lizardo2011-09-27
* Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia2011-09-21