summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg
2011-02-08Bluetooth: Add class of device control to the management interfaceJohan Hedberg
2011-02-08Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg
2011-02-08Bluetooth: Remove page timeout setting from HCI init sequenceJohan Hedberg
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg
2011-02-08Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg
2011-02-08Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg
2011-02-08Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg
2011-02-08Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg
2011-02-08Bluetooth: Unify mode related management messages to a single structJohan Hedberg
2011-02-08Bluetooth: Add set_connectable management commandJohan Hedberg
2011-02-08Bluetooth: Add support for set_discoverable management commandJohan Hedberg
2011-02-08Bluetooth: Add support for set_powered management commandJohan Hedberg
2011-02-08Bluetooth: Add support for management powered eventJohan Hedberg
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg
2011-02-08Bluetooth: Fix setting of MTU for ERTM and Streaming ModeGustavo F. Padovan
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko
2011-02-08Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl
2011-02-02Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg
2011-01-19Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg
2011-01-19Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg
2011-01-19Bluetooth: Fix MITM protection requirement preservationJohan Hedberg
2011-01-19Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg
2011-01-19Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville
2010-12-23Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan
2010-12-23Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg
2010-12-23Bluetooth: Add management events for controller addition & removalJohan Hedberg
2010-12-23Bluetooth: Add read_info management commandJohan Hedberg
2010-12-23Bluetooth: Add read_index_list management commandJohan Hedberg
2010-12-23Bluetooth: Add read_version management commandJohan Hedberg
2010-12-23Bluetooth: Add error handling for managment command handlersJohan Hedberg
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-08Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg
2010-12-08Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg
2010-12-07Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg
2010-12-06Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up rfcomm codeAndrei Emeltchenko
2010-12-01Bluetooth: clean up sco codeAndrei Emeltchenko
2010-12-01Bluetooth: Fix error handling for l2cap_init()Anderson Lizardo
2010-12-01Bluetooth: Get rid of __rfcomm_get_sock_by_channel()Gustavo F. Padovan