summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes1-2/+8
2011-09-21Bluetooth: Add support for pairing via mgmt over LEVinicius Costa Gomes1-2/+13
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2-11/+37
2011-09-21Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes1-12/+3
2011-09-21Bluetooth: make use of connection number to optimize the schedulerLuiz Augusto von Dentz1-0/+15
2011-09-15Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12Bluetooth: cmtp: Fix session cleanup on failed conn addPeter Hurley1-5/+6
2011-08-12Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-12Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-12Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-12Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-08-12Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley3-3/+6
2011-08-12Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2-4/+6
2011-08-12Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc1-2/+4
2011-08-12Bluetooth: Fixed wrong L2CAP Sock timer valueChen Ganir1-1/+1
2011-08-12Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley1-3/+3
2011-08-12Bluetooth: cmtp: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-12Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-08-12Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-12Bluetooth: l2cap: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-12Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley1-3/+3
2011-08-12Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley1-14/+14
2011-08-12Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley1-10/+7
2011-08-12Bluetooth: unlock if allocation fails in hci_blacklist_add()Dan Carpenter1-1/+1
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-07-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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/linvil...John W. Linville8-257/+599
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-9/+18
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville8-257/+599
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-9/+18
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-09Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes1-0/+4
2011-07-09Bluetooth: Add support for storing the key sizeVinicius Costa Gomes4-8/+14
2011-07-09Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-09Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-2/+0
2011-07-09Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes1-0/+12
2011-07-09Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes1-8/+15
2011-07-09Bluetooth: Add support for storing the LTKVinicius Costa Gomes1-6/+14
2011-07-09Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes1-10/+30
2011-07-09Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes1-2/+16
2011-07-09Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+73
2011-07-09Bluetooth: 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