aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-02-13Bluetooth: Add support for remote OOB input of P-256 dataMarcel Holtmann1-11/+34
2014-02-13Bluetooth: Add internal function for storing P-192 and P-256 dataMarcel Holtmann1-4/+33
2014-02-13Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann2-11/+27
2014-02-13Bluetooth: Add debugfs quirk for forcing Secure Connections supportMarcel Holtmann2-3/+54
2014-02-13Bluetooth: Add support for local OOB data with Secure ConnectionsMarcel Holtmann2-13/+56
2014-02-13Bluetooth: Limit acceptable link key types to only supported onesMarcel Holtmann1-1/+1
2014-02-13Bluetooth: Enable Secure Connection during power on if configuredMarcel Holtmann1-0/+8
2014-02-13Bluetooth: Add management command for enabling Secure ConnectionsMarcel Holtmann2-0/+138
2014-02-13Bluetooth: Add flags and setting for Secure Connections supportMarcel Holtmann1-0/+7
2014-02-13Bluetooth: Enable Authenticated Payload Timeout Expired eventMarcel Holtmann1-0/+4
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann2-3/+6
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann2-3/+3
2014-02-13Bluetooth: Fix outgoing authentication requirement checkJohan Hedberg1-2/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-1/+1
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren1-4/+0
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov1-0/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-39/+1026
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-39/+1026
2014-01-07Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi1-2/+2
2014-01-07Bluetooth: Fix setting Universal/Local bitClaudio Takahasi1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+16
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin1-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin1-7/+14
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-10/+16
2014-01-06Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg1-0/+3
2014-01-06Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg1-1/+1
2014-01-04Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann1-1/+6
2013-12-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-10/+16
2013-12-17Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann1-10/+16
2013-12-14Bluetooth: fix return value checkWei Yongjun1-4/+4
2013-12-14Bluetooth: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-152/+947
2013-12-126lowpan: fix/move/cleanup debug functionsAlexander Aring1-27/+0
2013-12-11Bluetooth: Fix test for lookup_dev return valueJohan Hedberg1-1/+1
2013-12-11Bluetooth: Add missing 6lowpan.h includeJohan Hedberg1-0/+2
2013-12-11Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen1-0/+45
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen5-1/+932
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2-25/+14
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg1-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg2-11/+44
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg1-2/+7
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg1-4/+4