summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann-10/+16
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+14
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-11/+2
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-1/+14
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg-0/+3
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim-0/+2
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann-1/+5
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-900/+1434
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-569/+1373
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan-2/+0
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGustavo Padovan-4/+3
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan-0/+2
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan-10/+8
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gustavo Padovan-24/+7
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan-14/+9
2013-10-21Bluetooth: Do not access chan->sk directlyGustavo Padovan-1/+2
2013-10-21Bluetooth: Remove not used struct sockGustavo Padovan-3/+1
2013-10-21Bluetooth: Fix enabling fast connectable on LE-only controllersJohan Hedberg-0/+3
2013-10-20Bluetooth: Update Set Discoverable to support LEJohan Hedberg-11/+69
2013-10-20Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general placeJohan Hedberg-4/+6
2013-10-20Bluetooth: Fix sending write_scan_enable when BR/EDR is disabledJohan Hedberg-2/+5
2013-10-20Bluetooth: Move mgmt_pending_find to avoid forward declarationsJohan Hedberg-12/+12
2013-10-20Bluetooth: Fix updating settings when there are no HCI commands to sendJohan Hedberg-2/+2
2013-10-20Bluetooth: Refactor set_connectable settings update to separate functionJohan Hedberg-19/+27
2013-10-20Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()Johan Hedberg-0/+3
2013-10-20Bluetooth: Check for flag instead of features in update_adv_data()Johan Hedberg-1/+1
2013-10-20Bluetooth: Check for flag instead of features in update_scan_rsp_data()Johan Hedberg-1/+1
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches-2/+2
2013-10-19Bluetooth: Fix minor coding style issue in hci_core.cMarcel Holtmann-5/+5
2013-10-19Bluetooth: Fix UUID values in debugfs fileMarcel Holtmann-12/+10
2013-10-19Bluetooth: Add support for setting DUT modeMarcel Holtmann-0/+73
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann-2/+65
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann-1/+55
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann-1/+0
2013-10-19Bluetooth: Add LE features to debugfs if availableMarcel Holtmann-1/+8
2013-10-19Bluetooth: Expose setting if debug keys are used or notMarcel Holtmann-0/+20
2013-10-19Bluetooth: Expose debugfs entry read/write own address typeMarcel Holtmann-0/+30
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann-15/+15
2013-10-19Bluetooth: Expose current list of long term keys via debugfsMarcel Holtmann-0/+32
2013-10-19Bluetooth: Expose white list size information in debugfsMarcel Holtmann-1/+4
2013-10-19Bluetooth: Remove bus attribute in favor of hierarchyMarcel Holtmann-31/+0
2013-10-19Bluetooth: Expose current list of link keys via debugfsMarcel Holtmann-0/+30
2013-10-19Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann-10/+26
2013-10-19Bluetooth: Store local version information only during setup phaseMarcel Holtmann-8/+7
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann-27/+4
2013-10-19Bluetooth: Remove debug entry for connection featuresMarcel Holtmann-14/+0
2013-10-19Bluetooth: Add workaround for buggy max_page features page valueMarcel Holtmann-1/+10