aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2-8/+154
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan3-22/+22
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko3-6/+14
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko1-0/+3
2012-05-09Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta1-0/+2
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta1-1/+0
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes2-8/+7
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta1-1/+1
2012-05-09Bluetooth: Remove unneeded zero initializationAndrei Emeltchenko1-1/+0
2012-05-09Bluetooth: vhci: Ignore return code of nonseekable_open()David Herrmann1-1/+2
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan3-6/+6
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko1-3/+0
2012-05-09Bluetooth: Add a structure to carry ERTM data in skb control blocksMat Martineau1-0/+13
2012-05-09Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau1-0/+49
2012-05-09Bluetooth: Comments and style fixesAndrei Emeltchenko1-3/+8
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-0/+1
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+2
2012-05-09Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes1-0/+9
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes1-0/+6
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-1/+9
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+11
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes1-16/+24