index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_conn.c
Age
Commit message (
Expand
)
Author
2012-02-23
Bluetooth: Fix two minor style issues in HCI code
Marcel Holtmann
2012-02-20
Bluetooth: Remove HCI notifier handling
Marcel Holtmann
2012-02-19
Bluetooth: Fix hci_connect error return values
Johan Hedberg
2012-02-17
Bluetooth: Prefix hex numbers with object name
Andrei Emeltchenko
2012-02-17
Bluetooth: Use symbolic names for state in debug
Andrei Emeltchenko
2012-02-13
Bluetooth: Use list _safe deleting from conn chan_list
Andrei Emeltchenko
2012-02-13
Bluetooth: Use list _safe deleting from conn_hash_list
Andrei Emeltchenko
2012-02-13
Bluetooth: Fix l2cap conn failures for ssp devices
Peter Hurley
2012-02-13
Bluetooth: Remove unneeded locking
Andre Guedes
2012-02-13
Bluetooth: Use GFP_KERNEL in hci_chan_create()
Andre Guedes
2012-02-13
Bluetooth: Use GFP_KERNEL in hci_conn_add()
Andre Guedes
2012-02-13
Bluetooth: Add a convenience function to check for SSP enabled
Johan Hedberg
2012-02-13
Bluetooth: Convert hdev->ssp_mode to a flag
Johan Hedberg
2012-02-13
Bluetooth: Merge boolean members of struct hci_conn into flags
Johan Hedberg
2012-02-13
Bluetooth: Convert hdev->out to a bool type
Johan Hedberg
2012-02-13
Bluetooth: Rename conn->pend to conn->flags
Johan Hedberg
2011-12-22
Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list
Gustavo F. Padovan
2011-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
Gustavo F. Padovan
2011-12-18
Revert "Bluetooth: Revert: Fix L2CAP connection establishment"
Gustavo F. Padovan
2011-12-18
Bluetooth: Don't disable tasklets to call hdev->notify()
Gustavo F. Padovan
2011-12-18
Bluetooth: convert conn hash to RCU
Gustavo F. Padovan
2011-12-18
Bluetooth: Use RCU to manipulate chan_list
Gustavo F. Padovan
2011-12-18
Bluetooth: hci_conn_auto_accept() doesn't need locking
Gustavo F. Padovan
2011-12-18
Bluetooth: Use delayed_work for connection timeout
Gustavo F. Padovan
2011-12-18
Bluetooth: Replace spin_lock by mutex in hci_dev
Gustavo F. Padovan
2011-12-16
Bluetooth: make hci_conn_enter_sniff_mode static
Gustavo F. Padovan
2011-12-16
Bluetooth: Use list_for_each_entry in hci_conn_hash_flush()
Gustavo F. Padovan
2011-12-16
Bluetooth: remove struct hci_chan_hash
Gustavo F. Padovan
2011-12-03
Bluetooth: Remove magic bluetooth version numbers
Andrei Emeltchenko
2011-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2011-11-08
Bluetooth: Define HCI reasons instead of magic number
Andrei Emeltchenko
2011-11-07
Bluetooth: prioritizing data over HCI
Luiz Augusto von Dentz
2011-11-07
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
2011-11-07
Bluetooth: Revert: Fix L2CAP connection establishment
Arek Lichwa
2011-09-27
Bluetooth: use recommended LE connection parameters
Anderson Lizardo
2011-09-21
Bluetooth: Fix wrong memcpy size on LE start encryption
Anderson Briglia
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-06-30
Bluetooth: Fix memory leak under page timeouts
Tomas Targownik
2011-06-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
Gustavo F. Padovan
2011-06-15
Bluetooth: Fix L2CAP connection establishment
Ilia Kolomisnky
2011-06-13
Bluetooth: Fix initial security level of LE links
Vinicius Costa Gomes
2011-06-13
Bluetooth: Add support for LE Start Encryption
Vinicius Costa Gomes
2011-06-13
Bluetooth: Fix L2CAP security check
Luiz Augusto von Dentz
2011-06-08
Bluetooth: Simplify hci_conn_accept_secure check
Waldemar Rymarkiewicz
2011-06-08
Bluetooth: Add BT_POWER L2CAP socket option.
Jaikumar Ganesh
2011-06-08
Bluetooth: Set 'peer_addr_type' in hci_le_connect()
Andre Guedes
2011-06-08
Bluetooth: Check advertising cache in hci_connect()
Andre Guedes
2011-06-08
Bluetooth: Remove useless check in hci_connect()
Andre Guedes
2011-06-08
Bluetooth: Fix auth_complete_evt for legacy units
Waldemar Rymarkiewicz
2011-05-11
Bluetooth: Double check sec req for pre 2.1 device
Waldemar Rymarkiewicz
[next]