Bluetooth: l2cap: Set more channel defaults
[platform/kernel/linux-starfive.git] / include /
2014-05-23 Johan HedbergBluetooth: Clearly distinguish mgmt LTK type from authe...
2014-05-16 Andrzej KaczmarekBluetooth: Store max TX power level for connection
2014-05-16 Andrzej KaczmarekBluetooth: Add support to get connection information
2014-05-16 Andrzej KaczmarekBluetooth: Add conn info lifetime parameters to debugfs
2014-05-09 Andrzej KaczmarekBluetooth: Store TX power level for connection
2014-05-08 Andrzej KaczmarekBluetooth: Store RSSI for connection
2014-05-06 Libor PechacekBluetooth: Convert RFCOMM spinlocks into mutexes
2014-03-28 Lukasz RymanowskiBluetooth: Keep msec in DISCOV_LE_TIMEOUT
2014-03-28 Lukasz RymanowskiBluetooth: Add new debugfs parameter
2014-03-28 Lukasz RymanowskiBluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
2014-03-26 Johan HedbergBluetooth: Store also RSSI for pending advertising...
2014-03-26 Johan HedbergBluetooth: Fix line splitting of mgmt_device_found...
2014-03-26 Johan HedbergBluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP...
2014-03-26 Johan HedbergBluetooth: Add directed advertising support through...
2014-03-26 Johan HedbergBluetooth: Add scan_rsp parameter to mgmt_device_found()
2014-03-21 Marcel HoltmannBluetooth: Track current configured LE scan type parameter
2014-03-20 Johan HedbergBluetooth: Fix passkey endianess in user_confirm and...
2014-03-10 Marcel HoltmannBluetooth: Make LTK and CSRK only persisent when bonding
2014-03-09 Marcel HoltmannBluetooth: Add support for handling signature resolving...
2014-02-28 Johan HedbergBluetooth: Remove unnecessary stop_scan_complete function
2014-02-28 Johan HedbergBluetooth: Add timeout for LE connection attempts
2014-02-28 Johan HedbergBluetooth: Add defines for LE initiator filter policy
2014-02-28 Johan HedbergBluetooth: Track LE initiator and responder address...
2014-02-28 Marcel HoltmannBluetooth: Use __le64 type for LE random numbers
2014-02-28 Johan HedbergBluetooth: Add timer to force power off
2014-02-28 Marcel HoltmannBluetooth: Add support for storing LE white list entries
2014-02-28 Marcel HoltmannBluetooth: Add definitions for LE white list HCI commands
2014-02-28 Marcel HoltmannBluetooth: Make hci_blacklist_clear function static
2014-02-27 Johan HedbergBluetooth: Add hci_copy_identity_address convenience...
2014-02-27 Johan HedbergBluetooth: Add tracking of advertising address type
2014-02-27 Andre GuedesBluetooth: Create hci_req_add_le_passive_scan helper
2014-02-27 Andre GuedesBluetooth: Connection parameters and resolvable address
2014-02-27 Andre GuedesBluetooth: Introduce LE auto connect options
2014-02-27 Andre GuedesBluetooth: Introduce LE auto connection infrastructure
2014-02-27 Andre GuedesBluetooth: Introduce hdev->pend_le_conn list
2014-02-27 Andre GuedesBluetooth: Refactor HCI connection code
2014-02-27 Andre GuedesBluetooth: Stop scanning on LE connection
2014-02-27 Andre GuedesBluetooth: Declare le_conn_failed in hci_core.h
2014-02-27 Andre GuedesBluetooth: Create hci_req_add_le_scan_disable helper
2014-02-24 Johan HedbergBluetooth: Move check for MGMT_CONNECTED flag into...
2014-02-24 Johan HedbergBluetooth: Move HCI_ADVERTISING handling into mgmt.c
2014-02-24 Johan HedbergBluetooth: Add convenience function for getting total...
2014-02-24 Marcel HoltmannBluetooth: Store current RPA and update it if needed
2014-02-24 Marcel HoltmannBluetooth: Use unresolvable private address for active...
2014-02-23 Johan HedbergBluetooth: Remove unneeded hdev->own_addr_type
2014-02-23 Johan HedbergBluetooth: Add hci_update_random_address() convenience...
2014-02-23 Johan HedbergBluetooth: Add timer for regenerating local RPA
2014-02-22 Johan HedbergBluetooth: Add mgmt defines for privacy
2014-02-22 Johan HedbergBluetooth: Add initial code for distributing local IRK
2014-02-21 Marcel HoltmannBluetooth: Provide option for changing LE advertising...
2014-02-20 Marcel HoltmannBluetooth: Track the current configured random address
2014-02-20 Marcel HoltmannBluetooth: Replace own_address_type with force_static_a...
2014-02-19 Johan HedbergBluetooth: Add support for sending New IRK event
2014-02-19 Johan HedbergBluetooth: Move SMP LTK notification after key distribution
2014-02-19 Johan HedbergBluetooth: Move New LTK store hint evaluation into...
2014-02-19 Johan HedbergBluetooth: Return added key when adding LTKs and IRKs
2014-02-18 Johan HedbergBluetooth: Wait for SMP key distribution completion...
2014-02-18 Johan HedbergBluetooth: Fix updating Identity Address in L2CAP channels
2014-02-18 Lucas De MarchiBluetooth: allocate static minor for vhci
2014-02-18 Johan HedbergBluetooth: Add convenience function for fetching IRKs
2014-02-18 Johan HedbergBluetooth: Fix removing any IRKs when unpairing devices
2014-02-18 Johan HedbergBluetooth: Remove return values from functions that...
2014-02-18 Johan HedbergBluetooth: Fix missing address type check for removing...
2014-02-18 Johan HedbergBluetooth: Implement mgmt_load_irks command
2014-02-18 Johan HedbergBluetooth: Add hci_bdaddr_is_rpa convenience function
2014-02-18 Johan HedbergBluetooth: Add basic IRK management support
2014-02-18 Johan HedbergBluetooth: Add AES crypto context for each HCI device
2014-02-14 Peter HurleyBluetooth: Don't fail RFCOMM tty writes
2014-02-14 Peter HurleyBluetooth: Verify dlci not in use before rfcomm_dev...
2014-02-14 Peter HurleyBluetooth: Fix unreleased rfcomm_dev reference
2014-02-14 Peter HurleyBluetooth: Release rfcomm_dev only once
2014-02-14 Peter Hurleytty: Fix ref counting for port krefs
2014-02-14 Johan HedbergBluetooth: Enable LE L2CAP CoC support by default
2014-02-13 Andre GuedesBluetooth: Introduce connection parameters list
2014-02-13 Marcel HoltmannBluetooth: Add constants for LTK key types
2014-02-13 Marcel HoltmannBluetooth: Remove __packed from struct smp_ltk
2014-02-13 Marcel HoltmannBluetooth: Rename authentication to key_type in mgmt_lt...
2014-02-13 Marcel HoltmannBluetooth: Track the AES-CCM encryption status of LE...
2014-02-13 Marcel HoltmannBluetooth: Add management command to allow use of debug...
2014-02-13 Marcel HoltmannBluetooth: Add management setting for use of debug...
2014-02-13 Andre GuedesBluetooth: Group list_head fields from strcut hci_dev...
2014-02-13 Andre GuedesBluetooth: Save connection interval parameters in hci_conn
2014-02-13 Johan HedbergBluetooth: Fix differentiating stored master vs slave...
2014-02-13 Johan HedbergBluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHA...
2014-02-13 Johan HedbergBluetooth: Queue incoming ACL data until BT_CONNECTED...
2014-02-13 Marcel HoltmannBluetooth: Add debugfs entry to show Secure Connections...
2014-02-13 Marcel HoltmannBluetooth: Handle security level 4 for RFCOMM connections
2014-02-13 Marcel HoltmannBluetooth: Handle security level 4 for L2CAP connections
2014-02-13 Marcel HoltmannBluetooth: Introduce requirements for security level 4
2014-02-13 Marcel HoltmannBluetooth: Track Secure Connections support of remote...
2014-02-13 Marcel HoltmannBluetooth: Add support for remote OOB input of P-256...
2014-02-13 Marcel HoltmannBluetooth: Add internal function for storing P-192...
2014-02-13 Marcel HoltmannBluetooth: Provide remote OOB data for Secure Connections
2014-02-13 Marcel HoltmannBluetooth: Add debugfs quirk for forcing Secure Connect...
2014-02-13 Marcel HoltmannBluetooth: Add support for local OOB data with Secure...
2014-02-13 Marcel HoltmannBluetooth: Add management command for enabling Secure...
2014-02-13 Marcel HoltmannBluetooth: Add flags and setting for Secure Connections...
2014-02-13 Marcel HoltmannBluetooth: Add definitions for new link key types
2014-02-13 Marcel HoltmannBluetooth: Add HCI command definition for extended...
2014-02-13 Marcel HoltmannBluetooth: Add HCI command definition for Secure Connec...
next