aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes1-2/+2
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko1-0/+3
2012-02-13Bluetooth: silence lockdep warningOctavian Purdila1-0/+2
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg1-0/+7
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2-1/+1
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg1-3/+3
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2-11/+13
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg1-1/+1
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-3/+3
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg2-1/+11
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg1-0/+25
2012-02-13Bluetooth: Add missing EIR defines to hci.hJohan Hedberg1-0/+3
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg2-2/+3
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg2-5/+5
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes1-1/+1
2012-02-13Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc1-2/+7
2012-02-13Bluetooth: Fix 'enable_hs' typeFabio Estevam1-1/+1
2012-02-13Bluetooth: Sort to-be-resolved devices by RSSI during discoveryJohan Hedberg1-0/+2
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg1-8/+8
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-13Bluetooth: Remove __hci_dev_put/holdDavid Herrmann1-10/+2
2012-02-13Bluetooth: Correctly take hci_dev->dev refcountDavid Herrmann1-3/+2
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann1-11/+2
2012-02-13Bluetooth: Remove unused hci-destruct cbDavid Herrmann1-5/+1
2012-02-13Bluetooth: Make hci-destruct callback optionalDavid Herrmann1-2/+4
2012-02-13Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes1-1/+1
2012-02-13Bluetooth: Remove magic number from ACL TOAndrei Emeltchenko1-0/+1
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-3/+3
2012-02-13Bluetooth: Process num completed data blocks eventAndrei Emeltchenko1-0/+13
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg1-1/+7
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg1-0/+9
2012-02-13Bluetooth: Rename hdev->inq_cache to hdev->discoveryJohan Hedberg1-8/+8
2012-02-13Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg1-1/+1
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-7/+22
2012-02-13Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg1-0/+13
2012-02-13Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg1-6/+4
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-2/+2
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-269/+299
2012-01-02Bluetooth: Rename extfeaturesAndre Guedes1-2/+2
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan1-8/+8
2011-12-22Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan1-7/+0
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2-0/+7
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim1-8/+21
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-79/+59
2011-12-22Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko1-0/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-22/+0
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan1-0/+15
2011-12-20Bluetooth: Clean up magic pointersAndrei Emeltchenko1-1/+6