summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-131-3/+3
* Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2012-02-132-11/+13
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-131-1/+1
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-3/+3
* Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg2012-02-132-1/+11
* Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg2012-02-131-0/+25
* Bluetooth: Add missing EIR defines to hci.hJohan Hedberg2012-02-131-0/+3
* Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg2012-02-132-2/+3
* Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2012-02-132-5/+5
* Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes2012-02-131-1/+1
* Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc2012-02-131-2/+7
* Bluetooth: Fix 'enable_hs' typeFabio Estevam2012-02-131-1/+1
* Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg2012-02-131-0/+2
* Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg2012-02-131-8/+8
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-131-1/+1
* Bluetooth: Remove __hci_dev_put/holdDavid Herrmann2012-02-131-10/+2Star
* Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann2012-02-131-3/+2Star
* Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-11/+2Star
* Bluetooth: Remove unused hci-destruct cbDavid Herrmann2012-02-131-5/+1Star
* Bluetooth: Make hci-destruct callback optionalDavid Herrmann2012-02-131-2/+4
* Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-131-1/+1
* Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko2012-02-131-0/+1
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-131-3/+3
* Bluetooth: Process num completed data blocks eventAndrei Emeltchenko2012-02-131-0/+13
* Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg2012-02-131-1/+7
* Bluetooth: Add discovery state trackingJohan Hedberg2012-02-131-0/+9
* Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg2012-02-131-8/+8
* Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg2012-02-131-1/+1
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-7/+22
* Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg2012-02-131-0/+13
* Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg2012-02-131-6/+4Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+2
|\
| * Bluetooth: Rename extfeaturesAndre Guedes2012-01-031-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-036-269/+299
|\|
| * Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-8/+8
| * Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan2011-12-221-7/+0Star
| * Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-222-0/+7
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-8/+21
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-79/+59Star
| * Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko2011-12-221-0/+3
| * Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-211-22/+0Star
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-201-1/+1
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-1/+1
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-201-0/+15
| * Bluetooth: Clean up magic pointersAndrei Emeltchenko2011-12-201-1/+6
| * Bluetooth: Initialize default flow control modeAndrei Emeltchenko2011-12-201-0/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-12-194-155/+187
| |\
| | * Bluetooth: Add missing mgmt_confirm_name command definitionJohan Hedberg2011-12-191-0/+10
| | * Bluetooth: Fix mgmt_(block,unblock)_device opcodesJohan Hedberg2011-12-191-2/+2
| | * Bluetooth: Add missing confirm_name field to mgmt_ev_device_foundJohan Hedberg2011-12-191-0/+1