summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Bluetooth: Make l2cap_le_sig_cmd logic consistentJohan Hedberg1-8/+16
2013-12-05Bluetooth: Add L2CAP Disconnect suppport for LEJohan Hedberg1-0/+7
2013-12-05Bluetooth: Fix L2CAP channel closing for LE connectionsJohan Hedberg1-2/+4
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg1-0/+152
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg1-18/+24
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg2-4/+13
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg1-8/+98
2013-12-05Bluetooth: Move LE L2CAP initiator procedure to its own functionJohan Hedberg1-1/+6
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg1-6/+6
2013-12-05Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.Johan Hedberg1-0/+3
2013-12-05Bluetooth: Update l2cap_global_chan_by_psm() to take a link typeJohan Hedberg1-3/+11
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg1-6/+12
2013-12-05Bluetooth: Remove unnecessary braces from one-line if-statementJohan Hedberg1-3/+2
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg1-8/+1
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg1-13/+2
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes1-22/+21
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes1-10/+9
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg1-8/+8
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes1-2/+1
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes1-0/+3
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes1-1/+11
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann1-1/+4
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann1-6/+0
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann1-9/+11
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann1-1/+1
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-1/+14
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa4-11/+2
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-1/+14
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg1-0/+3
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim1-0/+3
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim1-0/+1
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim1-0/+2
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann1-1/+5
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-900/+1434
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville20-569/+1373
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan1-2/+0
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGustavo Padovan1-4/+3
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan1-0/+2
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan2-10/+8
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gustavo Padovan1-24/+7
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan2-14/+9
2013-10-21Bluetooth: Do not access chan->sk directlyGustavo Padovan1-1/+2
2013-10-21Bluetooth: Remove not used struct sockGustavo Padovan1-3/+1
2013-10-21Bluetooth: Fix enabling fast connectable on LE-only controllersJohan Hedberg1-0/+3
2013-10-20Bluetooth: Update Set Discoverable to support LEJohan Hedberg1-11/+69
2013-10-20Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general placeJohan Hedberg1-4/+6
2013-10-20Bluetooth: Fix sending write_scan_enable when BR/EDR is disabledJohan Hedberg1-2/+5
2013-10-20Bluetooth: Move mgmt_pending_find to avoid forward declarationsJohan Hedberg1-12/+12
2013-10-20Bluetooth: Fix updating settings when there are no HCI commands to sendJohan Hedberg1-2/+2
2013-10-20Bluetooth: Refactor set_connectable settings update to separate functionJohan Hedberg1-19/+27