summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2013-12-05Bluetooth: Add basic LE L2CAP connect request receiving supportJohan Hedberg
2013-12-05Bluetooth: Refactor L2CAP connect rejection to its own functionJohan Hedberg
2013-12-05Bluetooth: Add smp_sufficient_security helper functionJohan Hedberg
2013-12-05Bluetooth: Add initial code for LE L2CAP Connect RequestJohan Hedberg
2013-12-05Bluetooth: Move LE L2CAP initiator procedure to its own functionJohan Hedberg
2013-12-05Bluetooth: Pass command length to LE signaling channel handlersJohan Hedberg
2013-12-05Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.Johan Hedberg
2013-12-05Bluetooth: Update l2cap_global_chan_by_psm() to take a link typeJohan Hedberg
2013-12-05Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg
2013-12-05Bluetooth: Remove unnecessary braces from one-line if-statementJohan Hedberg
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-11-13Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg
2013-11-13Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim
2013-11-13Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim
2013-11-13Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim
2013-11-13Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGustavo Padovan
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gustavo Padovan
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan
2013-10-21Bluetooth: Do not access chan->sk directlyGustavo Padovan
2013-10-21Bluetooth: Remove not used struct sockGustavo Padovan
2013-10-21Bluetooth: Fix enabling fast connectable on LE-only controllersJohan Hedberg
2013-10-20Bluetooth: Update Set Discoverable to support LEJohan Hedberg
2013-10-20Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general placeJohan Hedberg
2013-10-20Bluetooth: Fix sending write_scan_enable when BR/EDR is disabledJohan Hedberg
2013-10-20Bluetooth: Move mgmt_pending_find to avoid forward declarationsJohan Hedberg
2013-10-20Bluetooth: Fix updating settings when there are no HCI commands to sendJohan Hedberg
2013-10-20Bluetooth: Refactor set_connectable settings update to separate functionJohan Hedberg
2013-10-20Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()Johan Hedberg
2013-10-20Bluetooth: Check for flag instead of features in update_adv_data()Johan Hedberg
2013-10-20Bluetooth: Check for flag instead of features in update_scan_rsp_data()Johan Hedberg