Bluetooth: Fix allowing initiating pairing when not pairable
[pandora-kernel.git] / include /
2014-07-17 Johan HedbergBluetooth: Introduce a flag to track who really initiat...
2014-07-17 Johan HedbergBluetooth: Pass initiator/acceptor information to hci_c...
2014-07-16 Johan HedbergBluetooth: Track number of LE slave connections
2014-07-16 Johan HedbergBluetooth: Add a role parameter to hci_conn_add()
2014-07-16 Johan HedbergBluetooth: Use explicit role instead of a bool in funct...
2014-07-16 Johan HedbergBluetooth: Convert HCI_CONN_MASTER flag to a conn-...
2014-07-16 Johan HedbergBluetooth: Add proper defines for HCI connection role
2014-07-13 Marcel HoltmannBluetooth: Convert L2CAP ident spinlock into a mutex
2014-07-13 Marcel HoltmannBluetooth: Enable LE encryption events only when supported
2014-07-11 Marcel HoltmannBluetooth: Move SCO timeout constants into net/bluetoot...
2014-07-11 Marcel HoltmannBluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant
2014-07-11 Marcel HoltmannBluetooth: Move struct sco_conn into net/bluetooth...
2014-07-11 Marcel HoltmannBluetooth: Move struct sco_pinfo into net/bluetooth...
2014-07-11 Marcel HoltmannBluetooth: Update the list of L2CAP fixed channels
2014-07-11 Marcel HoltmannBluetooth: Move HCI request internals to net/bluetooth...
2014-07-11 Marcel HoltmannBluetooth: Move struct hci_pinfo into net/bluetooth...
2014-07-11 Marcel HoltmannBluetooth: Move struct hci_sec_filter next to its user
2014-07-11 Marcel HoltmannBluetooth: Move HCI socket definitions into its own...
2014-07-10 Johan HedbergBluetooth: Remove unneeded mgmt_write_scan_failed function
2014-07-10 Johan HedbergBluetooth: Remove unneeded mgmt_discoverable function
2014-07-10 Johan HedbergBluetooth: Remove unneeded mgmt_connectable function
2014-07-09 Johan HedbergBluetooth: Fix setting HCI_CONNECTABLE from ioctl code
2014-07-09 Johan HedbergBluetooth: Introduce a whitelist for BR/EDR devices
2014-07-09 Johan HedbergBluetooth: Unify helpers for bdaddr_list manipulations
2014-07-09 Marcel HoltmannBluetooth: Fix enabling Authenticated Payload Timeout...
2014-07-08 Johan HedbergBluetooth: Remove unnecessary mgmt_advertising function
2014-07-08 Johan HedbergBluetooth: Add flag to track the real advertising state
2014-07-07 Johan HedbergBluetooth: Pass desired connection role to hci_connect_le()
2014-07-07 Johan HedbergBluetooth: Remove auth_type parameter from hci_connect_le()
2014-07-06 Johan HedbergBluetooth: Use lower timeout for LE auto-connections
2014-07-06 Marcel HoltmannBluetooth: Add support for changing the public device...
2014-07-06 Marcel HoltmannBluetooth: Run controller setup after external configur...
2014-07-06 Johan HedbergBluetooth: Fix sending Device Removed when clearing...
2014-07-05 Marcel HoltmannBluetooth: Store Bluetooth address from controller...
2014-07-04 Marcel HoltmannBluetooth: Add support for New Configuration Options...
2014-07-04 Marcel HoltmannBluetooth: Add support for Set External Configuration...
2014-07-04 Marcel HoltmannBluetooth: Add quirk for external configuration requirement
2014-07-04 Marcel HoltmannBluetooth: Add quirk for invalid controller address...
2014-07-04 Marcel HoltmannBluetooth: Document the existing device quirks
2014-07-04 Marcel HoltmannBluetooth: Fix constant for public address configuration
2014-07-04 Johan HedbergBluetooth: Make hci_pend_le_conn_lookup more general...
2014-07-04 Johan HedbergBluetooth: Remove unused hci_pend_le_conn_add function
2014-07-04 Johan HedbergBluetooth: Fix clearing and restarting all LE actions...
2014-07-04 Johan HedbergBluetooth: Remove unused hci_pend_le_conn_del() function
2014-07-04 Johan HedbergBluetooth: Convert pend_le_reports into a list
2014-07-04 Johan HedbergBluetooth: Convert pend_le_conn list to a generic actio...
2014-07-04 Marcel HoltmannBluetooth: Add support for controller configuration...
2014-07-03 Johan HedbergBluetooth: Use hci_conn_params in pend_le_conns
2014-07-03 Johan HedbergBluetooth: Track number of added devices with HCI_AUTO_...
2014-07-03 Marcel HoltmannBluetooth: Add support for Read Unconfigured Index...
2014-07-03 Marcel HoltmannBluetooth: Add support for Unconfigured Index Removed...
2014-07-03 Marcel HoltmannBluetooth: Add support for Unconfigured Index Added...
2014-07-03 Marcel HoltmannBluetooth: Introduce unconfigured controller state
2014-07-03 Johan HedbergBluetooth: Make is_identity_address a global function
2014-07-03 Johan HedbergBluetooth: Pass store hint to mgmt_new_conn_param
2014-07-03 Johan HedbergBluetooth: Make hci_le_conn_update return the store...
2014-07-03 Johan HedbergBluetooth: Add Load Connection Parameters command
2014-07-03 Johan HedbergBluetooth: Add new auto_conn value matching mgmt action...
2014-07-03 Johan HedbergBluetooth: Add specific connection parameter clear...
2014-07-03 Johan HedbergBluetooth: Rename hci_conn_params_clear to hci_conn_par...
2014-07-03 Marcel HoltmannBluetooth: Add support for hdev->set_bdaddr callback...
2014-07-03 Andre GuedesBluetooth: Introduce "New Connection Parameter" Event
2014-07-03 Andre GuedesBluetooth: Enable new LE meta event
2014-07-03 Andre GuedesBluetooth: Connection Parameter Update Procedure
2014-07-03 Johan HedbergBluetooth: Fix redundant device (un)blocked events
2014-07-03 Johan HedbergBluetooth: Add flag to track STK encryption
2014-07-03 Marcel HoltmannBluetooth: Add support for Not Connectable flag for...
2014-07-03 Marcel HoltmannBluetooth: Provide flags parameter direct to mgmt_devic...
2014-07-03 Marcel HoltmannBluetooth: Remove connection interval parameters from...
2014-07-03 Marcel HoltmannBluetooth: Change hci_conn_params_add to return the...
2014-07-03 Andre GuedesBluetooth: Connection parameters check helper
2014-07-03 Marcel HoltmannBluetooth: Provide function to create and set connectio...
2014-07-03 Marcel HoltmannBluetooth: Provide defaults for LE connection latency...
2014-07-03 Marcel HoltmannBluetooth: Add Device Added and Device Removed manageme...
2014-07-03 Marcel HoltmannBluetooth: Add support for Add/Remove Device management...
2014-07-03 Marcel HoltmannBluetooth: Store latency and supervision timeout in...
2014-07-03 Johan HedbergBluetooth: Add support for Get Clock Info mgmt command
2014-07-03 Johan HedbergBluetooth: Add tracking of local and piconet clock...
2014-07-03 Marcel HoltmannBluetooth: Send HCI_Read_Clock_Offset before disconnecting
2014-07-03 Johan HedbergBluetooth: Remove unnecessary hcon->smp_conn variable
2014-07-03 Andre GuedesBluetooth: Use macro instead of hard-coded value
2014-07-03 Johan HedbergBluetooth: Convert hci_conn->link_mode into flags
2014-07-03 Johan HedbergBluetooth: Add a new HCI_USE_DEBUG_KEYS flag
2014-07-03 Johan HedbergBluetooth: Convert hcon->flush_key to a proper flag
2014-07-03 Johan HedbergBluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
2014-07-03 Johan HedbergBluetooth: Move mgmt event sending out from hci_add_lin...
2014-07-03 Johan HedbergBluetooth: Update hci_add_link_key() to return pointer...
2014-07-03 Marcel HoltmannBluetooth: Track LE connection parameter update event
2014-07-03 Marcel HoltmannBluetooth: Store current LE connection parameters in...
2014-07-03 Jukka RissanenBluetooth: 6LoWPAN: Use connected oriented channel...
2014-07-03 Jukka RissanenBluetooth: Provide L2CAP ops callback for memcpy_fromiovec
2014-07-03 Marcel HoltmannBluetooth: Use separate dbg_flags to special debugfs...
2014-07-03 Johan HedbergBluetooth: Remove unused LTK authentication defines
2014-07-03 Johan HedbergBluetooth: Remove HCI prefix from SMP LTK defines
2014-07-03 Johan HedbergBluetooth: Remove unnecessary SMP STK define
2014-07-03 Marcel HoltmannBluetooth: Use struct delayed_work for HCI command...
2014-07-03 Marcel HoltmannBluetooth: Use explicit header and body length for...
2014-07-03 Marcel HoltmannBluetooth: Shrink size of struct l2cap_ctrl fields
2014-07-03 Marcel HoltmannBluetooth: Assign L2CAP socket priority when allocating SKB
2014-07-03 Marcel HoltmannBluetooth: Use const for struct l2cap_ops field
next