aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-09-23bluetooth: Remove extern from function prototypesJoe Perches3-22/+21
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-0/+1
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-1/+1
2013-08-21Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2-0/+2
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-2/+3
2013-08-21Bluetooth: Add constants for SCO airmodeFrédéric Dalleau1-0/+4
2013-08-21Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2-0/+9
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-0/+2
2013-07-25Bluetooth: Add HCI authentication capabilities macrosMikel Astiz1-0/+6
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-1/+0
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-2/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-13/+0
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-1/+0
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-0/+10
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-0/+1
2013-06-23Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg1-1/+1
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-6/+8
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes1-2/+2
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes1-0/+2
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes1-0/+3
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-1/+2
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-24/+25
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-1/+0
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann1-0/+10
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann1-0/+4
2013-04-17Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann1-2/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-0/+31
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-4/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-1/+1
2013-04-09bluetooth: kill unused fops field in struct bt_sock_listAl Viro1-1/+0
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+1
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-2/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-0/+1
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-0/+2
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg2-0/+3
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg1-0/+3
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg1-0/+1
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes1-1/+0
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg2-0/+17
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-1/+3
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg1-2/+2
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg1-0/+5
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg1-1/+0
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes1-1/+1