pandora-kernel.git
2013-10-18 Marcel HoltmannBluetooth: Use BDADDR_BREDR type for old blacklist...
2013-10-18 Johan HedbergBluetooth: Fix ATT socket backwards compatibility with...
2013-10-18 Marcel HoltmannBluetooth: Move idle_timeout and sniff_{min,max}_interv...
2013-10-18 Marcel HoltmannBluetooth: Include address type in blacklist debugfs...
2013-10-18 Marcel HoltmannBluetooth: Move device_add handling into hci_register_dev
2013-10-18 Marcel HoltmannBluetooth: Create root debugfs directory during module...
2013-10-18 Marcel HoltmannBluetooth: Create HCI device debugfs directory in hci_r...
2013-10-18 Marcel HoltmannBluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs
2013-10-18 Marcel HoltmannBluetooth: Move uuids debugfs entry creation into hci_c...
2013-10-18 Marcel HoltmannBluetooth: Move blacklist debugfs entry creation into...
2013-10-18 Marcel HoltmannBluetooth: Add address type to device blacklist table
2013-10-17 Marcel HoltmannBluetooth: Expose current voice setting in debugfs
2013-10-17 Marcel HoltmannBluetooth: Expose static address value for LE capable...
2013-10-17 Marcel HoltmannBluetooth: Expose auto_accept_delay debugfs only when...
2013-10-16 Marcel HoltmannBluetooth: Expose inquiry_cache debugfs only on BR...
2013-10-16 Marcel HoltmannBluetooth: Socket address parameter for CID is in littl...
2013-10-16 Johan HedbergBluetooth: Convert idle timer to use delayed work
2013-10-16 Johan HedbergBluetooth: Convert auto accept timer to use delayed...
2013-10-16 Johan HedbergBluetooth: Reintroduce socket restrictions for LE sockets
2013-10-16 Johan HedbergBluetooth: Fix updating the right variable in update_sc...
2013-10-16 Marcel HoltmannBluetooth: Remove enable_hs declaration
2013-10-16 Johan HedbergBluetooth: Ignore SMP data on non-LE links
2013-10-16 Johan HedbergBluetooth: Ignore A2MP data on non-BR/EDR links
2013-10-16 Johan HedbergBluetooth: Remove useless l2cap_err_to_reason function
2013-10-16 Johan HedbergBluetooth: Remove unused command reject mapping for...
2013-10-16 Johan HedbergBluetooth: Fix L2CAP "Command Reject: Invalid CID"...
2013-10-16 Marcel HoltmannBluetooth: Remove duplicate definitions for advertising...
2013-10-16 Marcel HoltmannBluetooth: Rename update_ad into update_adv_data
2013-10-16 Marcel HoltmannBluetooth: Store device name in scan response data
2013-10-16 Marcel HoltmannBluetooth: Set the scan response data when needed
2013-10-16 Marcel HoltmannBluetooth: Store scan response data in HCI device
2013-10-16 Marcel HoltmannBluetooth: Rename create_ad into create_adv_data
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_new_ltk() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_read_local_oob_data_reply_complete...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_set_local_name_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_set_class_of_dev_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_ssp_enable_complete() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_auth_enable_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_auth_failed() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_neg_reply_complete()...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_reply_complete() return...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_pin_code_request() return void
2013-10-15 Marcel HoltmannBluetooth: Add l2cap_chan_no_resume stub for A2MP
2013-10-15 Gustavo PadovanBluetooth: use l2cap_chan_ready() instead of duplicate...
2013-10-15 Gustavo PadovanBluetooth: Move l2cap_wait_ack() to l2cap_sock.c
2013-10-15 Gustavo PadovanBluetooth: Add chan->ops->set_shutdown()
2013-10-15 Gustavo PadovanBluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
2013-10-15 Gustavo PadovanBluetooth: Add l2cap_state_change_and_error()
2013-10-15 Gustavo PadovanBluetooth: Extend state_change() call to report errors too
2013-10-15 Marcel HoltmannBluetooth: Update class of device on discoverable timeout
2013-10-15 Marcel HoltmannBluetooth: Move eir_get_length() function into hci_event.c
2013-10-15 Marcel HoltmannBluetooth: Move eir_append_data() function into mgmt.c
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_new_link_key() return void
2013-10-15 Marcel HoltmannBluetooth: Add support for entering limited discoverabl...
2013-10-15 Marcel HoltmannBluetooth: Add HCI command structure for writing curren...
2013-10-15 Marcel HoltmannBluetooth: Simplify the code for re-arming discoverable...
2013-10-15 Marcel HoltmannBluetooth: Move arming of discoverable timeout to compl...
2013-10-15 Marcel HoltmannBluetooth: Update class of device after changing discov...
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_write_scan_failed() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_connectable() return void
2013-10-15 Marcel HoltmannBluetooth: Make mgmt_discoverable() return void
2013-10-15 Marcel HoltmannBluetooth: Introduce flag for limited discoverable...
2013-10-15 Marcel HoltmannBluetooth: Update advertising data based on management...
2013-10-15 Marcel HoltmannBluetooth: Use hci_request for discoverable timeout...
2013-10-15 Marcel HoltmannBluetooth: Fix minor coding style issue in set_connecta...
2013-10-14 Marcel HoltmannBluetooth: Read current IAC LAP on controller setup
2013-10-14 Marcel HoltmannBluetooth: Read number of supported IAC on controller...
2013-10-14 Marcel HoltmannBluetooth: Check that scan window is smaller or equal...
2013-10-14 Johan HedbergBluetooth: Check that bind() bdaddr type matches connect()
2013-10-14 Johan HedbergBluetooth: Reject invalid bdaddr types for sockets
2013-10-14 Johan HedbergBluetooth: Convert Set Discoverable to use an asynchron...
2013-10-14 Johan HedbergBluetooth: Fix updating scan mode in set_bredr()
2013-10-14 Johan HedbergBluetooth: Move set_bredr_scan() to avoid forward decla...
2013-10-14 Johan HedbergBluetooth: Make Set Connectable also update the LE...
2013-10-14 Johan HedbergBluetooth: Fix updating advertising data needlessly
2013-10-14 Johan HedbergBluetooth: Move static advertising functions to avoid...
2013-10-14 Johan HedbergBluetooth: Add missing error handling for Set Connectable
2013-10-14 Johan HedbergBluetooth: Move more logic into set_connectable complet...
2013-10-14 Johan HedbergBluetooth: Reorganize set_connectable HCI command sending
2013-10-14 Marcel HoltmannBluetooth: Introduce L2CAP channel callback for resuming
2013-10-14 Marcel HoltmannBluetooth: Introduce L2CAP channel flag for defer setup
2013-10-14 Marcel HoltmannBluetooth: Adjust header for proc socket information
2013-10-13 Marcel HoltmannBluetooth: Increase minor version of core module
2013-10-13 Marcel HoltmannBluetooth: Provide msg_name callback for L2CAP connecti...
2013-10-13 Marcel HoltmannBluetooth: Add support for per socket msg_name callback
2013-10-13 Marcel HoltmannBluetooth: Use l2cap_pi(sk) directly where possible
2013-10-13 Marcel HoltmannBluetooth: Remove src and dst fields from bt_sock structure
2013-10-13 Marcel HoltmannBluetooth: Store RFCOMM address information in its...
2013-10-13 Marcel HoltmannBluetooth: Store SCO address information in its own...
2013-10-13 Marcel HoltmannBluetooth: Use SCO addresses from HCI connection directly
2013-10-13 Marcel HoltmannBluetooth: Access BNEP session addresses through L2CAP...
2013-10-13 Marcel HoltmannBluetooth: Access HIDP session addresses through L2CAP...
2013-10-13 Marcel HoltmannBluetooth: Access CMTP session addresses through L2CAP...
2013-10-13 Marcel HoltmannBluetooth: Access RFCOMM session addresses through...
2013-10-13 Marcel HoltmannBluetooth: Return the correct address type for L2CAP...
2013-10-13 Marcel HoltmannBluetooth: Store address information in L2CAP channel...
2013-10-13 Marcel HoltmannBluetooth: Update L2CAP socket source address from...
2013-10-13 Marcel HoltmannBluetooth: Fix coding style violations in SMP handling
2013-10-13 Marcel HoltmannBluetooth: Fix input address type for SMP C1 function
2013-10-13 Marcel HoltmannBluetooth: Use hci_conn->src address for L2CAP functions
next