aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-15Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-08-11Bluetooth: cmtp: Fix session cleanup on failed conn addPeter Hurley1-5/+6
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-08-11Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley3-3/+6
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2-4/+6
2011-08-11Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc1-2/+4
2011-08-11Bluetooth: Fixed wrong L2CAP Sock timer valueChen Ganir1-1/+1
2011-08-11Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley1-3/+3
2011-08-11Bluetooth: cmtp: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-11Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: l2cap: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley1-3/+3
2011-08-11Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley1-10/+7
2011-08-11Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky1-2/+4
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan1-2/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville8-257/+599
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-9/+18
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville8-257/+599
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-9/+18
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-08Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes1-0/+4
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes4-8/+14
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-2/+0
2011-07-08Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes1-0/+12
2011-07-08Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes1-8/+15
2011-07-08Bluetooth: Add support for storing the LTKVinicius Costa Gomes1-6/+14
2011-07-08Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes1-10/+30
2011-07-08Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes1-2/+16
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+73
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2-2/+113
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2-19/+87
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes1-44/+44
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes2-14/+10
2011-07-06Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-1/+1
2011-07-06Bluetooth: Add enable_le module parameterAndre Guedes1-0/+22
2011-07-06Bluetooth: Write LE Host Supported commandAndre Guedes1-0/+19
2011-07-06Bluetooth: Add extfeatures to struct hci_devAndre Guedes1-0/+27
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau1-3/+3