summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar4-1/+134
2013-10-02Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2-8/+16
2013-10-02Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2-12/+6
2013-10-02Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar1-88/+41
2013-10-01Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg1-0/+10
2013-10-01Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg1-10/+20
2013-10-02Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2-0/+4
2013-10-02Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann1-1/+1
2013-10-02Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann1-3/+16
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann5-41/+22
2013-10-02Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEMarcel Holtmann1-2/+2
2013-10-02Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann1-1/+1
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan5575-175804/+380595
2013-09-25Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg2-1/+98
2013-09-25Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg3-1/+22
2013-09-25Bluetooth: Use async request for LE enable/disableJohan Hedberg3-47/+32
2013-09-25Bluetooth: Move mgmt response convenience functions to a better locationJohan Hedberg1-30/+30
2013-09-25Bluetooth: Fix busy return for mgmt_set_powered in some casesJohan Hedberg1-6/+6
2013-09-25Bluetooth: Clean up socket locking in l2cap_sock_recvmsgJohan Hedberg1-2/+2
2013-09-25Bluetooth: Add clarifying comment to bt_sock_wait_state()Johan Hedberg1-0/+1
2013-09-23Bluetooth: btusb: Add support for Belkin F8065bfKen O'Brien1-0/+3
2013-09-22Bluetooth: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin1-8/+8
2013-09-20Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin1-33/+2
2013-09-19Bluetooth: Add event mask page 2 setting supportJohan Hedberg2-0/+34
2013-09-19Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2-1/+16
2013-09-18Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg4-1/+53
2013-09-18Bluetooth: Fix responding to invalid L2CAP signaling commandsJohan Hedberg1-0/+8
2013-09-18Bluetooth: Fix sending responses to identified L2CAP response packetsJohan Hedberg1-6/+6
2013-09-18Bluetooth: Fix L2CAP command reject reasonJohan Hedberg1-4/+16
2013-09-18Bluetooth: Fix L2CAP Disconnect response for unknown CIDJohan Hedberg1-1/+1
2013-09-18Bluetooth: Fix L2CAP error return used for failed channel lookupsJohan Hedberg1-4/+4
2013-09-18Bluetooth: Fix double error response for l2cap_create_chan_reqJohan Hedberg1-1/+1
2013-09-18Bluetooth: Remove unused event mask structJohan Hedberg1-3/+0
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2-5/+11
2013-09-16Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan1-0/+7
2013-09-16Bluetooth: Add support for BCM20702A0 [0b05, 17cb]Raphael Kubo da Costa1-0/+1
2013-09-16Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-09-16Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-09-16Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.Peng Chen2-0/+3
2013-09-16Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann1-9/+7
2013-09-16Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann1-1/+1
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann1-0/+1
2013-09-16Bluetooth: Add support creating virtual AMP controllersMarcel Holtmann1-46/+123
2013-09-16Bluetooth: Use devname:vhci module alias for virtual HCI driverMarcel Holtmann1-0/+1
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann2-5/+82
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann4-9/+55
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann1-6/+17
2013-09-16Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann1-2/+2
2013-09-16Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann1-1/+3