summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-231-1/+1
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-1/+0
* Bluetooth: Fix hci_connect error return valuesJohan Hedberg2012-02-191-2/+2
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-131-0/+4
* Bluetooth: Remove unneeded lockingAndre Guedes2012-02-131-5/+0
* Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes2012-02-131-1/+1
* Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes2012-02-131-1/+1
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-131-6/+2
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-131-3/+3
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-131-6/+9
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-131-4/+4
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-10/+10
* Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-1/+1
|\
| * Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-181-1/+1
* | Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan2011-12-181-8/+2
* | Bluetooth: convert conn hash to RCUGustavo F. Padovan2011-12-181-10/+9
* | Bluetooth: Use RCU to manipulate chan_listGustavo F. Padovan2011-12-181-8/+6
* | Bluetooth: hci_conn_auto_accept() doesn't need lockingGustavo F. Padovan2011-12-181-4/+0
* | Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan2011-12-181-4/+5
* | Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-6/+6
* | Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan2011-12-161-36/+36
* | Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()Gustavo F. Padovan2011-12-161-8/+2
* | Bluetooth: remove struct hci_chan_hashGustavo F. Padovan2011-12-161-7/+6
* | Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2011-12-031-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-11/+58
|\ \ | |/ |/|
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-081-1/+1
| * Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-0/+53
| * Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-10/+4
* | Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa2011-11-071-1/+1
|/
* Bluetooth: use recommended LE connection parametersAnderson Lizardo2011-09-271-7/+7
* Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia2011-09-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-0/+3
|\
| * Bluetooth: Fix memory leak under page timeoutsTomas Targownik2011-06-301-0/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-211-3/+3
|\ \ | |/
| * Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky2011-06-151-1/+1
| * Bluetooth: Fix L2CAP security checkLuiz Augusto von Dentz2011-06-131-2/+2
* | Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2011-06-131-0/+1
* | Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes2011-06-131-0/+49
* | Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz2011-06-081-3/+1
* | Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-06-081-3/+6
* | Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes2011-06-081-0/+1
* | Bluetooth: Check advertising cache in hci_connect()Andre Guedes2011-06-081-0/+9
* | Bluetooth: Remove useless check in hci_connect()Andre Guedes2011-06-081-2/+2
* | Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz2011-06-081-0/+2
|/
OpenPOWER on IntegriCloud