summaryrefslogtreecommitdiff
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-10-301-5/+1
* Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman2014-09-171-2/+5
* Bluetooth: never linger on process exitVladimir Davydov2014-09-173-4/+8
* Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-07-091-5/+0
* Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-07-091-1/+6
* Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg2014-07-091-0/+4
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-07-091-1/+1
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-07-091-2/+5
* Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-301-1/+4
* Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen2014-06-301-30/+35
* Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz2014-06-111-2/+2
* Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-06-071-3/+6
* Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-06-071-0/+6
* Bluetooth: Fix removing Long Term KeyClaudio Takahasi2014-04-261-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-02-182-2/+18
|\
| * HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-172-2/+18
* | net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-1/+1
* | Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren2014-01-171-4/+0
* | net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2014-01-151-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-108-39/+1026
|\ \
| * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-01-088-39/+1026
| |\ \
| | * | Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi2014-01-071-2/+2
| | * | Bluetooth: Fix setting Universal/Local bitClaudio Takahasi2014-01-071-1/+1
| | * | Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin2014-01-061-8/+0
| | * | Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin2014-01-061-8/+38
| | * | Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin2014-01-061-16/+16
| | * | Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin2014-01-061-7/+14
| | * | Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg2014-01-061-0/+3
| | * | Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg2014-01-061-1/+1
| | * | Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann2014-01-041-1/+6
| | * | Bluetooth: fix return value checkWei Yongjun2013-12-141-4/+4
| | * | Bluetooth: remove unused including <linux/version.h>Wei Yongjun2013-12-141-1/+0
| | * | 6lowpan: fix/move/cleanup debug functionsAlexander Aring2013-12-121-27/+0
| | * | Bluetooth: Fix test for lookup_dev return valueJohan Hedberg2013-12-111-1/+1
| | * | Bluetooth: Add missing 6lowpan.h includeJohan Hedberg2013-12-111-0/+2
| | * | Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen2013-12-111-0/+45
| | * | Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen2013-12-115-1/+932
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-061-10/+16
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-10/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-181-10/+16
| |\ \
| | * | Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsgMarcel Holtmann2013-12-171-10/+16
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-138-152/+947
|\ \ \ \ | | |_|/ | |/| |
| * | | Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg2013-12-101-0/+26
| * | | Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann2013-12-091-3/+3
| * | | Bluetooth: Increase minor version of core moduleMarcel Holtmann2013-12-071-1/+1
| * | | Bluetooth: Fix valid LE PSM checkJohan Hedberg2013-12-051-1/+1
| * | | Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg2013-12-051-5/+1
| * | | Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-052-25/+14
| * | | Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg2013-12-051-4/+12
| * | | Bluetooth: Fix validating LE PSM valuesJohan Hedberg2013-12-052-11/+44