aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGravatar Gustavo F. Padovan 1-1/+1
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGravatar Gustavo F. Padovan 1-44/+44
2011-04-04Bluetooth: Add mgmt_remote_name eventGravatar Johan Hedberg 1-0/+12
2011-04-04Bluetooth: Add mgmt_device_found eventGravatar Johan Hedberg 1-0/+17
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar Gustavo F. Padovan 1-0/+2
2011-03-31Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyGravatar Johan Hedberg 1-0/+2
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportGravatar Johan Hedberg 1-0/+163
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsGravatar Szymon Janc 1-0/+75
2011-03-31Bluetooth: Add read_local_oob_data management commandGravatar Szymon Janc 1-0/+83
2011-03-31Bluetooth: Allow for NULL data in mgmt_pending_addGravatar Szymon Janc 1-1/+2
2011-03-31Bluetooth: Rename cmd to param in pending_cmdGravatar Szymon Janc 1-7/+7
2011-03-31Bluetooth: mgmt: Add support for setting the local nameGravatar Johan Hedberg 1-0/+75
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyGravatar Johan Hedberg 1-0/+4
2011-03-01Bluetooth: Fix some small code style issues in mgmt.cGravatar Szymon Janc 1-9/+5
2011-03-01Bluetooth: Use variable name instead of type in sizeof()Gravatar Szymon Janc 1-1/+1
2011-03-01Bluetooth: Remove unused code from get_connectionsGravatar Szymon Janc 1-6/+2
2011-03-01Bluetooth: Log all parameters in cmd_status for easier debuggingGravatar Szymon Janc 1-1/+1
2011-03-01Bluetooth: Fix possible NULL pointer dereference in cmd_completeGravatar Szymon Janc 1-1/+3
2011-02-27Bluetooth: Use ERR_PTR as return error from hci_connectGravatar Ville Tervo 1-2/+2
2011-02-27Bluetooth: Validate data size before accessing mgmt commandsGravatar Szymon Janc 1-0/+52
2011-02-27Bluetooth: Move index to common header in management interfaceGravatar Szymon Janc 1-227/+180
2011-02-27Bluetooth: Use proper command structure in remove_uuidGravatar Szymon Janc 1-1/+1
2011-02-21Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeGravatar Johan Hedberg 1-28/+14
2011-02-21Bluetooth: Add mgmt_auth_failed eventGravatar Johan Hedberg 1-0/+11
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersGravatar Johan Hedberg 1-10/+13
2011-02-21Bluetooth: Fix mgmt_pin_code_reply command status opcodeGravatar Johan Hedberg 1-1/+1
2011-02-21Bluetooth: Add management support for user confirmation requestGravatar Johan Hedberg 1-0/+103
2011-02-21Bluetooth: Add mgmt_pair_device commandGravatar Johan Hedberg 1-0/+133
2011-02-21Bluetooth: Make pending_add return a pointer to the added entryGravatar Johan Hedberg 1-22/+40
2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Gravatar Szymon Janc 1-1/+1
2011-02-08Bluetooth: Add set_io_capability management commandGravatar Johan Hedberg 1-0/+32
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceGravatar Johan Hedberg 1-0/+141
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cGravatar Johan Hedberg 1-160/+67
2011-02-08Bluetooth: Add get_connections managment interface commandGravatar Johan Hedberg 1-0/+72
2011-02-08Bluetooth: Add support for connect failed management eventGravatar Johan Hedberg 1-0/+11
2011-02-08Bluetooth: Add disconnect managment commandGravatar Johan Hedberg 1-1/+118
2011-02-08Bluetooth: Add connected/disconnected management eventsGravatar Johan Hedberg 1-0/+20
2011-02-08Bluetooth: Implement link key handling for the management interfaceGravatar Johan Hedberg 1-0/+116
2011-02-08Bluetooth: Add class of device control to the management interfaceGravatar Johan Hedberg 1-3/+118
2011-02-08Bluetooth: Implement UUID handling through the management interfaceGravatar Johan Hedberg 1-0/+120
2011-02-08Bluetooth: Implement set_pairable managment commandGravatar Johan Hedberg 1-23/+65
2011-02-08Bluetooth: Add send_mode_rsp convenience function for mgmt.cGravatar Johan Hedberg 1-21/+29
2011-02-08Bluetooth: Add flag to track managment controlled adaptersGravatar Johan Hedberg 1-0/+4
2011-02-08Bluetooth: Unify mode related management messages to a single structGravatar Johan Hedberg 1-109/+28
2011-02-08Bluetooth: Add set_connectable management commandGravatar Johan Hedberg 1-2/+120
2011-02-08Bluetooth: Add support for set_discoverable management commandGravatar Johan Hedberg 1-5/+137
2011-02-08Bluetooth: Add support for set_powered management commandGravatar Johan Hedberg 1-5/+195
2011-02-08Bluetooth: Add support for management powered eventGravatar Johan Hedberg 1-0/+10
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersGravatar Johan Hedberg 1-0/+8
2011-02-08Bluetooth: Fix failure to release lock in read_index_list()Gravatar Jesper Juhl 1-1/+3