summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes1-14/+2
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes1-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes3-28/+64
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-21/+21
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes1-23/+1
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes1-9/+85
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-5/+5
2013-06-23Bluetooth: Fix multiple LE socket handlingJohan Hedberg1-4/+8
2013-06-23Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg1-2/+0
2013-06-23Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg1-3/+5
2013-06-23Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg1-4/+1
2013-06-23Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg1-5/+3
2013-06-23Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg1-2/+0
2013-06-23Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg1-0/+3
2013-06-23Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg1-2/+6
2013-06-23Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg1-10/+4
2013-06-23Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg1-1/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2-9/+9
2013-06-23Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg1-5/+48
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg1-5/+10
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-1/+26
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-18/+52
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2-3/+3
2013-05-29HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2-9/+49
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-24/+19
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-12/+32
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-677/+1083
2013-04-23Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingMarcel Holtmann1-3/+4
2013-04-23Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu1-1/+2
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg2-1/+17
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-7/+9
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2-3/+3
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes1-1/+1
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes1-4/+3
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes2-3/+3
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg2-0/+12
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg2-36/+38
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2-37/+37
2013-04-18Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery1-1/+12
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann2-25/+583
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann1-0/+86