aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b9a7985' into HEADKalimochoAz2012-10-144-1/+5
|\
| * Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
| * Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
| * Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-10-021-1/+1
| * Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
| * Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-10-021-0/+1
* | Merge branch 'linux-3.0.y' into cmremoteKalimochoAz2012-04-251-0/+7
|\ \ | |/
| * Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-04-221-0/+7
| * Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-04-131-0/+4
* | Bluetooth: Keep master role when SCO or eSCO is activehyungseoung.yoo2011-11-281-1/+11
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-272-9/+9
|\ \ | |/
| * Bluetooth: Fix timeout on scanning for the second timeOliver Neukum2011-10-031-9/+8
| * net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-151-0/+1
| * Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-161-2/+4
| * Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-161-2/+1
| * Bluetooth: Fix memory leak under page timeoutsTomas Targownik2011-06-301-0/+3
| * Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan2011-06-301-1/+2
| * Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-06-302-7/+12
| * Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg2011-06-281-1/+1
* | Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2011-08-291-0/+4
* | Bluetooth: hidp: Don't release device ref if never heldPeter Hurley2011-08-111-1/+0
* | Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-111-1/+2
* | Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-111-0/+1
* | Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-111-8/+6
* | Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2011-08-112-4/+6
* | Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc2011-08-111-2/+4
* | Bluetooth: Fixed wrong L2CAP Sock timer valueChen Ganir2011-08-091-1/+1
* | Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley2011-08-021-3/+3
* | Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley2011-08-021-2/+4
* | Bluetooth: sco: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-021-14/+14
* | Bluetooth: l2cap: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-021-14/+14
* | Bluetooth: Fix lost wakeups waiting for sock state changePeter Hurley2011-08-021-3/+3
* | Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketPeter Hurley2011-08-021-14/+14
* | Bluetooth: rfcomm: Remove unnecessary krfcommd eventPeter Hurley2011-08-021-10/+7
* | Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-181-1/+2
* | Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-181-2/+1
* | Bluetooth: Fix memory leak under page timeoutsTomas Targownik2011-07-181-0/+3
* | Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan2011-07-181-1/+2
* | Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-07-182-7/+12
* | Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg2011-07-181-1/+1
* | Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes2011-07-111-0/+4
* | Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-114-8/+14
* | Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes2011-07-111-15/+45
* | Bluetooth: Remove unused field in hci_connVinicius Costa Gomes2011-07-111-2/+0
* | Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes2011-07-111-0/+12
* | Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes2011-07-111-8/+15
* | Bluetooth: Add support for storing the LTKVinicius Costa Gomes2011-07-111-6/+14
* | Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes2011-07-111-10/+30
* | Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes2011-07-111-2/+16
* | Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes2011-07-111-0/+73