aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack1-1/+1
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau2-58/+87
2012-05-09Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove hlen variableGustavo Padovan1-3/+3
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann3-11/+4
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2-16/+0
2012-05-09Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar3-1/+104
2012-05-09Bluetooth: Remove unneeded elements from size calculationGustavo Padovan1-1/+1
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2-17/+0
2012-05-09Bluetooth: Add Code Aurora Forum copyrightMat Martineau1-0/+1
2012-05-09Bluetooth: Make better use of l2cap_chan reference countingMat Martineau2-0/+9
2012-05-09Bluetooth: Remove unused functionMat Martineau1-11/+0
2012-05-09Bluetooth: Initialize new l2cap_chan structure membersMat Martineau1-8/+17
2012-05-09Bluetooth: Move recently-added ERTM header packing functionsMat Martineau1-100/+100
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau2-22/+19
2012-05-09Bluetooth: Improve ERTM sequence number offset calculationMat Martineau1-7/+4
2012-05-09Bluetooth: btmrvl: configure default host sleep parametersAmitkumar Karwar3-22/+35
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes3-90/+0
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes3-7/+8
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes5-18/+14
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes3-12/+14
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes1-3/+3
2012-05-09Bluetooth: Add address type to struct sockaddr_l2Andre Guedes1-0/+1
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes1-14/+14
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes3-25/+26
2012-05-09Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-05-09Bluetooth: Remove useless code in hci_connectAndre Guedes1-3/+0
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2-37/+58
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv1-12/+31
2012-05-09Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann1-10/+0
2012-05-09Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann1-63/+52
2012-05-09Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann1-26/+26
2012-05-09Bluetooth: Restrict to one SCO listening socketMarcel Holtmann1-7/+22
2012-05-09Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann1-10/+6
2012-05-09Bluetooth: Fix registering hci with duplicate nameUlisses Furquim1-6/+10
2012-05-09Bluetooth: Remove not needed status parameterLukasz Rymanowski1-4/+4
2012-05-09Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann1-1/+6
2012-05-09Bluetooth: Split error handling for L2CAP listen socketsMarcel Holtmann1-2/+6
2012-05-09Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta1-1/+2
2012-05-09Bluetooth: btusb: Dynamic alternate settingMikel Astiz1-2/+11
2012-05-09Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko1-2/+3
2012-05-09Bluetooth: Remove strtoba header declared but not definedSyam Sidhardhan1-1/+0
2012-05-09Bluetooth: remove header declared but not definedSyam Sidhardhan1-2/+0
2012-05-09Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta1-1/+14
2012-05-09Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan1-12/+4
2012-05-09Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan1-2/+0
2012-05-09Bluetooth: Remove unnecessary checkMikel Astiz1-6/+4
2012-05-09Bluetooth: Use unsigned int instead of signed intMikel Astiz1-2/+2
2012-05-09Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()Jesper Juhl1-7/+2
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau1-0/+113