aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Bluetooth: Add get_connections managment interface commandJohan Hedberg1-0/+72
2011-02-08Bluetooth: Add support for connect failed management eventJohan Hedberg2-1/+15
2011-02-08Bluetooth: Add disconnect managment commandJohan Hedberg2-2/+126
2011-02-08Bluetooth: Add connected/disconnected management eventsJohan Hedberg2-5/+31
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg3-0/+252
2011-02-08Bluetooth: Add class of device control to the management interfaceJohan Hedberg1-3/+118
2011-02-08Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg1-1/+193
2011-02-08Bluetooth: Remove page timeout setting from HCI init sequenceJohan Hedberg1-4/+0
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg2-0/+19
2011-02-08Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg1-8/+9
2011-02-08Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg1-2/+53
2011-02-08Bluetooth: Implement debugfs support for listing UUIDsJohan Hedberg1-0/+52
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2-0/+139
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg2-23/+75
2011-02-08Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg1-21/+29
2011-02-08Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg1-0/+4
2011-02-08Bluetooth: Unify mode related management messages to a single structJohan Hedberg1-109/+28
2011-02-08Bluetooth: Add set_connectable management commandJohan Hedberg2-7/+131
2011-02-08Bluetooth: Add support for set_discoverable management commandJohan Hedberg2-6/+141
2011-02-08Bluetooth: Add support for set_powered management commandJohan Hedberg4-9/+203
2011-02-08Bluetooth: Add support for management powered eventJohan Hedberg2-0/+14
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2-2/+70
2011-02-08Bluetooth: Fix setting of MTU for ERTM and Streaming ModeGustavo F. Padovan1-3/+3
2011-02-08Bluetooth: Use non-flushable by default L2CAP data packetsAndrei Emeltchenko2-6/+60
2011-02-08Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl1-1/+3
2011-02-02Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang1-0/+1
2011-01-19Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2-6/+11
2011-01-19Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg1-1/+2
2011-01-19Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg1-49/+28
2011-01-19Bluetooth: Fix MITM protection requirement preservationJohan Hedberg1-0/+3
2011-01-19Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg1-5/+0
2011-01-19Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek1-1/+2
2011-01-19Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg1-0/+4
2011-01-19Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba1-2/+2
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville6-22/+398
2010-12-22Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan1-1/+4
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2-13/+35
2010-12-22Bluetooth: Add management events for controller addition & removalJohan Hedberg2-0/+43
2010-12-22Bluetooth: Add read_info management commandJohan Hedberg1-8/+82
2010-12-22Bluetooth: Add read_index_list management commandJohan Hedberg1-0/+53
2010-12-22Bluetooth: Add read_version management commandJohan Hedberg1-0/+36
2010-12-22Bluetooth: Add error handling for managment command handlersJohan Hedberg1-3/+8
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-12-07Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg1-1/+9
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg3-7/+133
2010-12-07Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg1-0/+1
2010-12-06Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan1-1/+7
2010-12-01Bluetooth: clean up hci codeAndrei Emeltchenko4-41/+73
2010-12-01Bluetooth: clean up l2cap codeAndrei Emeltchenko1-4/+3