summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan2011-04-051-1/+1
* Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan2011-04-051-44/+44
* Bluetooth: Add mgmt_remote_name eventJohan Hedberg2011-04-041-0/+12
* Bluetooth: Add mgmt_device_found eventJohan Hedberg2011-04-041-0/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-03-311-0/+2
|\
| * Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg2011-03-311-0/+2
* | Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg2011-03-311-0/+163
* | Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc2011-03-311-0/+75
* | Bluetooth: Add read_local_oob_data management commandSzymon Janc2011-03-311-0/+83
* | Bluetooth: Allow for NULL data in mgmt_pending_addSzymon Janc2011-03-311-1/+2
* | Bluetooth: Rename cmd to param in pending_cmdSzymon Janc2011-03-311-7/+7
* | Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2011-03-311-0/+75
* | Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg2011-03-311-0/+4
|/
* Bluetooth: Fix some small code style issues in mgmt.cSzymon Janc2011-03-011-9/+5
* Bluetooth: Use variable name instead of type in sizeof()Szymon Janc2011-03-011-1/+1
* Bluetooth: Remove unused code from get_connectionsSzymon Janc2011-03-011-6/+2
* Bluetooth: Log all parameters in cmd_status for easier debuggingSzymon Janc2011-03-011-1/+1
* Bluetooth: Fix possible NULL pointer dereference in cmd_completeSzymon Janc2011-03-011-1/+3
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-2/+2
* Bluetooth: Validate data size before accessing mgmt commandsSzymon Janc2011-02-271-0/+52
* Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-271-227/+180
* Bluetooth: Use proper command structure in remove_uuidSzymon Janc2011-02-271-1/+1
* Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg2011-02-211-28/+14
* Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-211-0/+11
* Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-211-10/+13
* Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg2011-02-211-1/+1
* Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-211-0/+103
* Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-211-0/+133
* Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg2011-02-211-22/+40
* Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc2011-02-171-1/+1
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-081-0/+32
* Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2011-02-081-0/+141
* Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg2011-02-081-160/+67
* Bluetooth: Add get_connections managment interface commandJohan Hedberg2011-02-081-0/+72
* Bluetooth: Add support for connect failed management eventJohan Hedberg2011-02-081-0/+11
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-081-1/+118
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-081-0/+20
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-081-0/+116
* Bluetooth: Add class of device control to the management interfaceJohan Hedberg2011-02-081-3/+118
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-081-0/+120
* Bluetooth: Implement set_pairable managment commandJohan Hedberg2011-02-081-23/+65
* Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg2011-02-081-21/+29
* Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg2011-02-081-0/+4
* Bluetooth: Unify mode related management messages to a single structJohan Hedberg2011-02-081-109/+28
* Bluetooth: Add set_connectable management commandJohan Hedberg2011-02-081-2/+120
* Bluetooth: Add support for set_discoverable management commandJohan Hedberg2011-02-081-5/+137
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-5/+195
* Bluetooth: Add support for management powered eventJohan Hedberg2011-02-081-0/+10
* Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg2011-02-081-0/+8
* Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl2011-02-081-1/+3
OpenPOWER on IntegriCloud