summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-161-2/+6
* Bluetooth: Lock the L2CAP channel when sendingMat Martineau2012-05-161-2/+0
* Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal2012-05-161-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2012-05-161-0/+1
|\
| * Bluetooth: notify userspace of security level changeGustavo Padovan2012-05-141-0/+1
* | Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau2012-05-091-0/+1
* | Bluetooth: Enable Low Energy support by defaultMarcel Holtmann2012-05-091-1/+0
* | Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2012-05-091-2/+0
* | Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2012-05-091-1/+0
* | Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau2012-05-091-3/+0
* | Bluetooth: Improve ERTM sequence number offset calculationMat Martineau2012-05-091-7/+4
* | Bluetooth: Remove advertising cacheAndre Guedes2012-05-091-9/+0
* | Bluetooth: Use address type info from user-spaceAndre Guedes2012-05-091-1/+1
* | Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-091-1/+1
* | Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes2012-05-091-0/+2
* | Bluetooth: Add address type to struct sockaddr_l2Andre Guedes2012-05-091-0/+1
* | Bluetooth: Move address type macros to bluetooth.hAndre Guedes2012-05-092-10/+11
* | Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-05-091-1/+0
* | Bluetooth: Remove strtoba header declared but not definedSyam Sidhardhan2012-05-091-1/+0
* | Bluetooth: remove header declared but not definedSyam Sidhardhan2012-05-091-2/+0
* | Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-091-0/+12
* | Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-091-1/+1
* | Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2012-05-091-0/+1
* | Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes2012-05-091-1/+0
* | Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2012-05-091-1/+1
* | Bluetooth: Add a structure to carry ERTM data in skb control blocksMat Martineau2012-05-091-0/+13
* | Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau2012-05-091-0/+49
* | Bluetooth: Comments and style fixesAndrei Emeltchenko2012-05-091-3/+8
* | Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes2012-05-091-0/+1
* | Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes2012-05-091-0/+2
* | Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes2012-05-091-0/+1
* | Bluetooth: Correct ediv in SMPAndrei Emeltchenko2012-05-091-1/+1
* | Bluetooth: Add management command for setting Device IDMarcel Holtmann2012-05-091-0/+9
* | Bluetooth: Handle EIR tags for Device IDMarcel Holtmann2012-05-091-0/+4
* | Bluetooth: Add TX power tag to EIR dataMarcel Holtmann2012-05-092-0/+5
* | Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann2012-05-091-2/+1
* | Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko2012-05-091-2/+2
* | Bluetooth: Correct type for hdev lmp_subverAndrei Emeltchenko2012-05-091-1/+1
|/
* Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+1
* Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-1/+1
* Bluetooth: Fix userspace compatibility issue with mgmt interfaceGustavo Padovan2012-04-051-1/+1
* Bluetooth: mgmt: Fix timeout typeAndrei Emeltchenko2012-03-281-1/+1
* Bluetooth: Check for minimum data length in eir_has_data_type()Johan Hedberg2012-03-281-0/+3
* Bluetooth: Don't increment twice in eir_has_data_type()Johan Hedberg2012-03-281-4/+3
* Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-03-281-0/+1
* Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bitHemant Gupta2012-03-281-1/+1
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-34/+33
* Bluetooth: Fix coding style in all .h filesGustavo F. Padovan2012-03-074-39/+39
* Bluetooth: Use correct type for userspace exported structsGustavo F. Padovan2012-03-071-3/+3
* Bluetooth: Fix coding style in mgmt.hGustavo F. Padovan2012-03-071-79/+78