summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko2012-05-091-2/+2
* Bluetooth: Remove hlen variableGustavo Padovan2012-05-091-3/+3
* Bluetooth: Enable Low Energy support by defaultMarcel Holtmann2012-05-093-11/+4Star
* Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2012-05-092-16/+0Star
* Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar2012-05-093-1/+104
* Bluetooth: Remove unneeded elements from size calculationGustavo Padovan2012-05-091-1/+1
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2012-05-092-17/+0Star
* Bluetooth: Add Code Aurora Forum copyrightMat Martineau2012-05-091-0/+1
* Bluetooth: Make better use of l2cap_chan reference countingMat Martineau2012-05-092-0/+9
* Bluetooth: Remove unused functionMat Martineau2012-05-091-11/+0Star
* Bluetooth: Initialize new l2cap_chan structure membersMat Martineau2012-05-091-8/+17
* Bluetooth: Move recently-added ERTM header packing functionsMat Martineau2012-05-091-100/+100
* Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau2012-05-092-22/+19Star
* Bluetooth: Improve ERTM sequence number offset calculationMat Martineau2012-05-091-7/+4Star
* Bluetooth: btmrvl: configure default host sleep parametersAmitkumar Karwar2012-05-093-22/+35
* Bluetooth: Remove advertising cacheAndre Guedes2012-05-093-90/+0Star
* Bluetooth: Use address type info from user-spaceAndre Guedes2012-05-093-7/+8
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-095-18/+14Star
* Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes2012-05-093-12/+14
* Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes2012-05-091-3/+3
* Bluetooth: Add address type to struct sockaddr_l2Andre Guedes2012-05-091-0/+1
* Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes2012-05-091-14/+14
* Bluetooth: Move address type macros to bluetooth.hAndre Guedes2012-05-093-25/+26
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-05-091-1/+0Star
* Bluetooth: Remove useless code in hci_connectAndre Guedes2012-05-091-3/+0Star
* Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-092-37/+58
* Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv2012-05-091-12/+31
* Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann2012-05-091-10/+0Star
* Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann2012-05-091-63/+52Star
* Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann2012-05-091-26/+26
* Bluetooth: Restrict to one SCO listening socketMarcel Holtmann2012-05-091-7/+22
* Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann2012-05-091-10/+6Star
* Bluetooth: Fix registering hci with duplicate nameUlisses Furquim2012-05-091-6/+10
* Bluetooth: Remove not needed status parameterLukasz Rymanowski2012-05-091-4/+4
* Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann2012-05-091-1/+6
* Bluetooth: Split error handling for L2CAP listen socketsMarcel Holtmann2012-05-091-2/+6
* Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta2012-05-091-1/+2
* Bluetooth: btusb: Dynamic alternate settingMikel Astiz2012-05-091-2/+11
* Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko2012-05-091-2/+3
* Bluetooth: Remove strtoba header declared but not definedSyam Sidhardhan2012-05-091-1/+0Star
* Bluetooth: remove header declared but not definedSyam Sidhardhan2012-05-091-2/+0Star
* Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta2012-05-091-1/+14
* Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan2012-05-091-12/+4Star
* Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan2012-05-091-2/+0Star
* Bluetooth: Remove unnecessary checkMikel Astiz2012-05-091-6/+4Star
* Bluetooth: Use unsigned int instead of signed intMikel Astiz2012-05-091-2/+2
* Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()Jesper Juhl2012-05-091-7/+2Star
* Bluetooth: Functions for handling ERTM control fieldsMat Martineau2012-05-091-0/+113
* Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-092-8/+154
* Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-093-22/+22