summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes2012-05-091-3/+3
* Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes2012-05-091-14/+14
* Bluetooth: Move address type macros to bluetooth.hAndre Guedes2012-05-091-15/+15
* Bluetooth: Remove useless code in hci_connectAndre Guedes2012-05-091-3/+0
* 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/+0
* Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann2012-05-091-63/+52
* 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/+6
* 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: Fix debug printing unallocated nameAndrei Emeltchenko2012-05-091-2/+3
* 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/+4
* Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan2012-05-091-2/+0
* Bluetooth: Remove unnecessary checkMikel Astiz2012-05-091-6/+4
* Bluetooth: Use unsigned int instead of signed intMikel Astiz2012-05-091-2/+2
* Bluetooth: Functions for handling ERTM control fieldsMat Martineau2012-05-091-0/+113
* Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-091-8/+142
* Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-092-21/+21
* Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2012-05-092-6/+13
* Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko2012-05-091-0/+3
* Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta2012-05-091-0/+2
* Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta2012-05-091-1/+0
* Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes2012-05-091-7/+7
* Bluetooth: Send correct address type for LTKHemant Gupta2012-05-091-1/+1
* Bluetooth: Remove unneeded zero initializationAndrei Emeltchenko2012-05-091-1/+0
* Bluetooth: Update management interface revisionMarcel Holtmann2012-05-091-1/+1
* Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2012-05-092-5/+5
* Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko2012-05-091-2/+2
* Bluetooth: Remove unneeded timer clearAndrei Emeltchenko2012-05-091-3/+0
* Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes2012-05-091-0/+9
* Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes2012-05-091-0/+6
* Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes2012-05-091-1/+9
* Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes2012-05-091-0/+11
* Bluetooth: Refactor stop_discoveryAndre Guedes2012-05-091-16/+24
* Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes2012-05-091-1/+1
* Bluetooth: Silence sparse warningAndrei Emeltchenko2012-05-091-3/+1
* Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc2012-05-091-1/+8
* Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc2012-05-091-6/+6
* Bluetooth: LE support for MGMT stop discoveryAndre Guedes2012-05-092-2/+10
* Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes2012-05-091-0/+18
* Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko2012-05-091-3/+3
* Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann2012-05-091-6/+6
* Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko2012-05-091-1/+2
OpenPOWER on IntegriCloud