summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+18
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann-2/+18
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-1/+1
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren-4/+0
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov-0/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-39/+1026
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-39/+1026
2014-01-07Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi-2/+2
2014-01-07Bluetooth: Fix setting Universal/Local bitClaudio Takahasi-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+16
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin-8/+38
2014-01-06Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin-16/+16
2014-01-06Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin-7/+14
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-10/+16
2014-01-06Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg-0/+3
2014-01-06Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg-1/+1
2014-01-04Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann-1/+6
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-12-14Bluetooth: fix return value checkWei Yongjun-4/+4
2013-12-14Bluetooth: remove unused including <linux/version.h>Wei Yongjun-1/+0
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-152/+947
2013-12-126lowpan: fix/move/cleanup debug functionsAlexander Aring-27/+0
2013-12-11Bluetooth: Fix test for lookup_dev return valueJohan Hedberg-1/+1
2013-12-11Bluetooth: Add missing 6lowpan.h includeJohan Hedberg-0/+2
2013-12-11Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen-0/+45
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen-1/+932
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg-0/+26
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann-1/+1
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher-2/+1
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg-5/+1
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg-25/+14
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg-11/+44
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg-2/+7
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg-4/+4
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg-4/+14
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg-0/+3
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg-0/+3
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg-3/+76
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg-1/+126
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg-0/+9
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg-0/+11
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg-1/+66
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg-0/+26
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg-0/+76
2013-12-05Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg-0/+15