summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau1-3/+3
2011-07-01Bluetooth: Fix bad locking balanceGustavo F. Padovan1-2/+2
2011-07-01Bluetooth: Add bt_printkJoe Perches1-0/+19
2011-07-01Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches4-7/+7
2011-07-01Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau1-1/+1
2011-07-01Bluetooth: Fix indentation whitespaceMat Martineau1-6/+6
2011-06-30Bluetooth: Fix memory leak under page timeoutsTomas Targownik1-0/+3
2011-06-30Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan1-1/+2
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2-7/+12
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2011-06-28Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2011-06-27bluetooth: uses crypto interfaces, select CRYPTORandy Dunlap1-0/+1
2011-06-27Bluetooth: uses crypto interfaces, select CRYPTORandy Dunlap1-0/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-702/+1800
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell1-0/+1
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes1-1/+1
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2-10/+19
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-9/+24
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes1-2/+2
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes1-2/+2
2011-06-17Bluetooth: Fix locking in blacklist codeGustavo F. Padovan1-13/+25
2011-06-17Bluetooth: Use bit operations on conn_stateGustavo F. Padovan1-87/+74
2011-06-17Bluetooth: use bit operation on conf_stateGustavo F. Padovan2-44/+37
2011-06-17Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku1-0/+70
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku2-64/+85
2011-06-15Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky1-1/+1
2011-06-14Bluetooth: Add key size checks for SMPVinicius Costa Gomes1-13/+41
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2-30/+58
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg1-6/+15
2011-06-13Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo1-1/+1
2011-06-13Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2-53/+54
2011-06-13Bluetooth: Add support for building pairing commandsVinicius Costa Gomes1-0/+11
2011-06-13Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2-0/+2
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes3-42/+75
2011-06-13Bluetooth: Remove debug statementsVinicius Costa Gomes1-5/+1
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes3-4/+128
2011-06-13Bluetooth: Add SMP confirmation checks methodsAnderson Briglia1-14/+83
2011-06-13Bluetooth: Add SMP confirmation structsAnderson Briglia1-0/+17
2011-06-13Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia1-0/+117
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes3-4/+48
2011-06-13Bluetooth: Add simple SMP pairing negotiationAnderson Briglia1-5/+102
2011-06-13Bluetooth: Start SMP procedureAnderson Briglia1-0/+9
2011-06-13Bluetooth: Implement the first SMP commandsAnderson Briglia2-1/+147
2011-06-13Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan1-1/+1
2011-06-13Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan1-22/+22
2011-06-13Bluetooth: Make timer functions genericGustavo F. Padovan1-29/+29
2011-06-13Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan1-9/+21
2011-06-13Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2-54/+71
2011-06-13Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2-9/+18
2011-06-13Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2-8/+16