summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko9-37/+35
2012-09-28Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes1-2/+3
2012-09-28Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2-2/+2
2012-09-28Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko3-1/+53
2012-09-28Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2-4/+20
2012-09-28Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko3-1/+76
2012-09-28Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2-1/+29
2012-09-28Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2-0/+109
2012-09-28Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko3-0/+30
2012-09-28Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko2-0/+46
2012-09-28Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin1-0/+36
2012-09-28Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2-10/+57
2012-09-28Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko1-1/+59
2012-09-28Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko1-1/+33
2012-09-28Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko1-2/+19
2012-09-28Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2-0/+84
2012-09-28Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko1-0/+29
2012-09-28Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko1-1/+61
2012-09-28Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko4-6/+138
2012-09-28Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2-17/+46
2012-09-28Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko1-0/+29
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville6-65/+195
2012-09-19Bluetooth: Update management interface revisionJohan Hedberg1-1/+1
2012-09-19Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2-0/+84
2012-09-09Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-09Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-09Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-29/+53
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-08-27Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes3-8/+9
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes1-5/+6
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-7/+8
2012-08-21Bluetooth: debug: Correct the PSM printingSyam Sidhardhan1-1/+1
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2-7/+28
2012-08-21Bluetooth: Fix minor coding style in hci_event.cMikel Astiz1-4/+4
2012-08-21Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko1-2/+2
2012-08-15Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko1-4/+2
2012-08-15Bluetooth: Fix use-after-free bug in SMPAndre Guedes1-3/+3
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes1-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes1-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes1-14/+19
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes1-10/+22
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes1-24/+29
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes1-9/+9
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+2
2012-08-06Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery1-1/+1
2012-08-06Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko1-1/+4
2012-08-06Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany1-0/+2
2012-08-06Bluetooth: Fix using a NULL inquiry cache entryRam Malovany1-5/+11