aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 4-1/+14
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 4-11/+2
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 4-1/+14
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleGravatar Johan Hedberg 1-0/+3
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delGravatar Seung-Woo Kim 1-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectGravatar Seung-Woo Kim 1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockGravatar Seung-Woo Kim 1-0/+2
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationGravatar Marcel Holtmann 1-1/+5
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 14-900/+1434
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 20-569/+1373
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGravatar Gustavo Padovan 1-2/+0
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGravatar Gustavo Padovan 1-4/+3
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGravatar Gustavo Padovan 1-0/+2
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGravatar Gustavo Padovan 2-10/+8
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gravatar Gustavo Padovan 1-24/+7
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGravatar Gustavo Padovan 2-14/+9
2013-10-21Bluetooth: Do not access chan->sk directlyGravatar Gustavo Padovan 1-1/+2
2013-10-21Bluetooth: Remove not used struct sockGravatar Gustavo Padovan 1-3/+1
2013-10-21Bluetooth: Fix enabling fast connectable on LE-only controllersGravatar Johan Hedberg 1-0/+3
2013-10-20Bluetooth: Update Set Discoverable to support LEGravatar Johan Hedberg 1-11/+69
2013-10-20Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general placeGravatar Johan Hedberg 1-4/+6
2013-10-20Bluetooth: Fix sending write_scan_enable when BR/EDR is disabledGravatar Johan Hedberg 1-2/+5
2013-10-20Bluetooth: Move mgmt_pending_find to avoid forward declarationsGravatar Johan Hedberg 1-12/+12
2013-10-20Bluetooth: Fix updating settings when there are no HCI commands to sendGravatar Johan Hedberg 1-2/+2
2013-10-20Bluetooth: Refactor set_connectable settings update to separate functionGravatar Johan Hedberg 1-19/+27
2013-10-20Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()Gravatar Johan Hedberg 1-0/+3
2013-10-20Bluetooth: Check for flag instead of features in update_adv_data()Gravatar Johan Hedberg 1-1/+1
2013-10-20Bluetooth: Check for flag instead of features in update_scan_rsp_data()Gravatar Johan Hedberg 1-1/+1
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesGravatar Joe Perches 1-2/+2
2013-10-19Bluetooth: Fix minor coding style issue in hci_core.cGravatar Marcel Holtmann 1-5/+5
2013-10-19Bluetooth: Fix UUID values in debugfs fileGravatar Marcel Holtmann 1-12/+10
2013-10-19Bluetooth: Add support for setting DUT modeGravatar Marcel Holtmann 1-0/+73
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalGravatar Marcel Holtmann 2-2/+65
2013-10-19Bluetooth: Add support for setting SSP debug modeGravatar Marcel Holtmann 2-1/+55
2013-10-19Bluetooth: Remove interval parameter from HCI connectionGravatar Marcel Holtmann 1-1/+0
2013-10-19Bluetooth: Add LE features to debugfs if availableGravatar Marcel Holtmann 1-1/+8
2013-10-19Bluetooth: Expose setting if debug keys are used or notGravatar Marcel Holtmann 1-0/+20
2013-10-19Bluetooth: Expose debugfs entry read/write own address typeGravatar Marcel Holtmann 1-0/+30
2013-10-19Bluetooth: Select the own address type during initial setup phaseGravatar Marcel Holtmann 3-15/+15
2013-10-19Bluetooth: Expose current list of long term keys via debugfsGravatar Marcel Holtmann 1-0/+32
2013-10-19Bluetooth: Expose white list size information in debugfsGravatar Marcel Holtmann 1-1/+4
2013-10-19Bluetooth: Remove bus attribute in favor of hierarchyGravatar Marcel Holtmann 1-31/+0
2013-10-19Bluetooth: Expose current list of link keys via debugfsGravatar Marcel Holtmann 1-0/+30
2013-10-19Bluetooth: Move export of class of device information into hci_core.cGravatar Marcel Holtmann 2-10/+26
2013-10-19Bluetooth: Store local version information only during setup phaseGravatar Marcel Holtmann 1-8/+7
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cGravatar Marcel Holtmann 2-27/+4
2013-10-19Bluetooth: Remove debug entry for connection featuresGravatar Marcel Holtmann 1-14/+0
2013-10-19Bluetooth: Add workaround for buggy max_page features page valueGravatar Marcel Holtmann 2-1/+10
2013-10-19Bluetooth: Move HCI device features into hci_core.cGravatar Marcel Holtmann 2-15/+33
2013-10-18Bluetooth: Block ATT connection on LE when device is blockedGravatar Marcel Holtmann 1-5/+16