Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | Bluetooth: Remove unused hci_le_ltk_reply() | Syam Sidhardhan | 2012-05-09 | 1 | -16/+0 | |
| | | | * | | | | | | Bluetooth: Add Code Aurora Forum copyright | Mat Martineau | 2012-05-09 | 1 | -0/+1 | |
| | | | * | | | | | | Bluetooth: Make better use of l2cap_chan reference counting | Mat Martineau | 2012-05-09 | 2 | -0/+9 | |
| | | | * | | | | | | Bluetooth: Remove unused function | Mat Martineau | 2012-05-09 | 1 | -11/+0 | |
| | | | * | | | | | | Bluetooth: Initialize new l2cap_chan structure members | Mat Martineau | 2012-05-09 | 1 | -8/+17 | |
| | | | * | | | | | | Bluetooth: Move recently-added ERTM header packing functions | Mat Martineau | 2012-05-09 | 1 | -100/+100 | |
| | | | * | | | | | | Bluetooth: Remove duplicate structure members from bt_skb_cb | Mat Martineau | 2012-05-09 | 1 | -19/+19 | |
| | | | * | | | | | | Bluetooth: Remove advertising cache | Andre Guedes | 2012-05-09 | 2 | -81/+0 | |
| | | | * | | | | | | Bluetooth: Use address type info from user-space | Andre Guedes | 2012-05-09 | 2 | -6/+7 | |
| | | | * | | | | | | Bluetooth: Add dst_type parameter to hci_connect | Andre Guedes | 2012-05-09 | 4 | -17/+13 | |
| | | | * | | | | | | Bluetooth: Move bdaddr_to_le to hci_core | Andre Guedes | 2012-05-09 | 2 | -12/+12 | |
| | | | * | | | | | | Bluetooth: Rename mgmt_to_le to bdaddr_to_le | Andre Guedes | 2012-05-09 | 1 | -3/+3 | |
| | | | * | | | | | | Bluetooth: Rename link_to_mgmt to link_to_bdaddr | Andre Guedes | 2012-05-09 | 1 | -14/+14 | |
| | | | * | | | | | | Bluetooth: Move address type macros to bluetooth.h | Andre Guedes | 2012-05-09 | 1 | -15/+15 | |
| | | | * | | | | | | Bluetooth: Remove useless code in hci_connect | Andre Guedes | 2012-05-09 | 1 | -3/+0 | |
| | | | * | | | | | | Bluetooth: Add support for reusing the same hci_conn for LE links | Vinicius Costa Gomes | 2012-05-09 | 2 | -37/+58 | |
| | | | * | | | | | | Bluetooth: Search global l2cap channels by src/dst addresses | Ido Yariv | 2012-05-09 | 1 | -12/+31 | |
| | | | * | | | | | | Bluetooth: Remove unneeded initialization in hci_alloc_dev() | David Herrmann | 2012-05-09 | 1 | -10/+0 | |
| | | | * | | | | | | Bluetooth: Move device initialization to hci_alloc_dev() | David Herrmann | 2012-05-09 | 1 | -63/+52 | |
| | | | * | | | | | | Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev | David Herrmann | 2012-05-09 | 1 | -26/+26 | |
| | | | * | | | | | | Bluetooth: Restrict to one SCO listening socket | Marcel Holtmann | 2012-05-09 | 1 | -7/+22 | |
| | | | * | | | | | | Bluetooth: Don't check source address in SCO bind function | Marcel Holtmann | 2012-05-09 | 1 | -10/+6 | |
| | | | * | | | | | | Bluetooth: Fix registering hci with duplicate name | Ulisses Furquim | 2012-05-09 | 1 | -6/+10 | |
| | | | * | | | | | | Bluetooth: Remove not needed status parameter | Lukasz Rymanowski | 2012-05-09 | 1 | -4/+4 | |
| | | | * | | | | | | Bluetooth: Split error handling for SCO listen sockets | Marcel Holtmann | 2012-05-09 | 1 | -1/+6 | |
| | | | * | | | | | | Bluetooth: Split error handling for L2CAP listen sockets | Marcel Holtmann | 2012-05-09 | 1 | -2/+6 | |
| | | | * | | | | | | Bluetooth: Don't distribute keys in case of Encryption Failure | Hemant Gupta | 2012-05-09 | 1 | -1/+2 | |
| | | | * | | | | | | Bluetooth: Fix debug printing unallocated name | Andrei Emeltchenko | 2012-05-09 | 1 | -2/+3 | |
| | | | * | | | | | | Bluetooth: mgmt: Fix address type while loading Long Term Key | Hemant Gupta | 2012-05-09 | 1 | -1/+14 | |
| | | | * | | | | | | Bluetooth: mgmt: Remove unwanted goto statements | Syam Sidhardhan | 2012-05-09 | 1 | -12/+4 | |
| | | | * | | | | | | Bluetooth: remove unneeded declaration of sco_conn_del() | Gustavo Padovan | 2012-05-09 | 1 | -2/+0 | |
| | | | * | | | | | | Bluetooth: Remove unnecessary check | Mikel Astiz | 2012-05-09 | 1 | -6/+4 | |
| | | | * | | | | | | Bluetooth: Use unsigned int instead of signed int | Mikel Astiz | 2012-05-09 | 1 | -2/+2 | |
| | | | * | | | | | | Bluetooth: Functions for handling ERTM control fields | Mat Martineau | 2012-05-09 | 1 | -0/+113 | |
| | | | * | | | | | | Bluetooth: Add the l2cap_seq_list structure for tracking frames | Mat Martineau | 2012-05-09 | 1 | -8/+142 | |
| | | | * | | | | | | Bluetooth: Remove err parameter from alloc_skb() | Gustavo Padovan | 2012-05-09 | 2 | -21/+21 | |
| | | | * | | | | | | Bluetooth: Adds set_default function in L2CAP setup | Andrei Emeltchenko | 2012-05-09 | 2 | -6/+13 | |
| | | | * | | | | | | Bluetooth: Add Read Local AMP Info to init | Andrei Emeltchenko | 2012-05-09 | 1 | -0/+3 | |
| | | | * | | | | | | Bluetooth: mgmt: Fix missing connect failed event for LE | Hemant Gupta | 2012-05-09 | 1 | -0/+2 | |
| | | | * | | | | | | Bluetooth: Fix clearing discovery type when stopping discovery | Hemant Gupta | 2012-05-09 | 1 | -1/+0 | |
| | | | * | | | | | | Bluetooth: Remove MGMT_ADDR_INVALID macro | Andre Guedes | 2012-05-09 | 1 | -7/+7 | |
| | | | * | | | | | | Bluetooth: Send correct address type for LTK | Hemant Gupta | 2012-05-09 | 1 | -1/+1 | |
| | | | * | | | | | | Bluetooth: Remove unneeded zero initialization | Andrei Emeltchenko | 2012-05-09 | 1 | -1/+0 | |
| | | | * | | | | | | Bluetooth: Update management interface revision | Marcel Holtmann | 2012-05-09 | 1 | -1/+1 | |
| | | | * | | | | | | Bluetooth: Remove sk parameter from l2cap_chan_create() | Gustavo Padovan | 2012-05-09 | 2 | -5/+5 | |
| | | | * | | | | | | Bluetooth: Make L2CAP chan_add functions static | Andrei Emeltchenko | 2012-05-09 | 1 | -2/+2 | |
| | | | * | | | | | | Bluetooth: Remove unneeded timer clear | Andrei Emeltchenko | 2012-05-09 | 1 | -3/+0 | |
| | | | * | | | | | | Bluetooth: Ignore inquiry results from periodic inquiry | Andre Guedes | 2012-05-09 | 1 | -0/+9 | |
| | | | * | | | | | | Bluetooth: Check HCI_PERIODIC_INQ in start_discovery | Andre Guedes | 2012-05-09 | 1 | -0/+6 | |
| | | | * | | | | | | Bluetooth: Add HCI_PERIODIC_INQ to dev_flags | Andre Guedes | 2012-05-09 | 1 | -1/+9 |