summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes
2012-05-09Bluetooth: Remove useless code in hci_connectAndre Guedes
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv
2012-05-09Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann
2012-05-09Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann
2012-05-09Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann
2012-05-09Bluetooth: Restrict to one SCO listening socketMarcel Holtmann
2012-05-09Bluetooth: Don't check source address in SCO bind functionMarcel Holtmann
2012-05-09Bluetooth: Fix registering hci with duplicate nameUlisses Furquim
2012-05-09Bluetooth: Remove not needed status parameterLukasz Rymanowski
2012-05-09Bluetooth: Split error handling for SCO listen socketsMarcel Holtmann
2012-05-09Bluetooth: Split error handling for L2CAP listen socketsMarcel Holtmann
2012-05-09Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta
2012-05-09Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko
2012-05-09Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta
2012-05-09Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan
2012-05-09Bluetooth: remove unneeded declaration of sco_conn_del()Gustavo Padovan
2012-05-09Bluetooth: Remove unnecessary checkMikel Astiz
2012-05-09Bluetooth: Use unsigned int instead of signed intMikel Astiz
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko
2012-05-09Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko
2012-05-09Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta
2012-05-09Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta
2012-05-09Bluetooth: Remove unneeded zero initializationAndrei Emeltchenko
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko
2012-05-09Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes
2012-05-09Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann