Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | Bluetooth: Add SCO connection fallback | Frédéric Dalleau | 1 | -1/+1 |
2013-08-21 | Bluetooth: Add constants and macro declaration for transparent data | Frédéric Dalleau | 2 | -0/+2 |
2013-08-21 | Bluetooth: Parameters for outgoing SCO connections | Frédéric Dalleau | 1 | -2/+3 |
2013-08-21 | Bluetooth: Add constants for SCO airmode | Frédéric Dalleau | 1 | -0/+4 |
2013-08-21 | Bluetooth: Add Bluetooth socket voice option | Frédéric Dalleau | 2 | -0/+9 |
2013-08-21 | Bluetooth: Use hci_connect_sco directly | Frédéric Dalleau | 1 | -0/+2 |
2013-07-25 | Bluetooth: Add HCI authentication capabilities macros | Mikel Astiz | 1 | -0/+6 |
2013-06-23 | Bluetooth: Remove unneeded flag | Andrei Emeltchenko | 1 | -1/+0 |
2013-06-23 | Bluetooth: Remove inquiry helpers | Andre Guedes | 1 | -2/+0 |
2013-06-23 | Bluetooth: Remove LE scan helpers | Andre Guedes | 1 | -13/+0 |
2013-06-23 | Bluetooth: Make mgmt_stop_discovery_failed static | Andre Guedes | 1 | -1/+0 |
2013-06-23 | Bluetooth: Use HCI request in interleaved discovery | Andre Guedes | 1 | -1/+0 |
2013-06-23 | Bluetooth: Move discovery macros to hci_core.h | Andre Guedes | 1 | -0/+10 |
2013-06-23 | Bluetooth: Make mgmt_start_discovery_failed static | Andre Guedes | 1 | -1/+0 |
2013-06-23 | Bluetooth: Make inquiry_cache_flush non-static | Andre Guedes | 1 | -0/+1 |
2013-06-23 | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT | Johan Hedberg | 1 | -1/+1 |
2013-06-12 | Bluetooth: Fix mgmt handling of power on failures | Johan Hedberg | 2 | -0/+2 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2013-04-19 | Bluetooth: Fix HCI command send functions to use const specifier | Johan Hedberg | 1 | -6/+8 |
2013-04-18 | Bluetooth: Rename LE_SCANNING_* macros | Andre Guedes | 1 | -2/+2 |
2013-04-18 | Bluetooth: Add macros for filter duplicates values | Andre Guedes | 1 | -0/+2 |
2013-04-18 | Bluetooth: Add LE scan type macros | Andre Guedes | 1 | -0/+3 |
2013-04-18 | Bluetooth: Add reading of all local feature pages | Johan Hedberg | 1 | -1/+2 |
2013-04-18 | Bluetooth: Track feature pages in a single table | Johan Hedberg | 1 | -24/+25 |
2013-04-18 | Bluetooth: Move and rename hci_conn_accept | Frédéric Dalleau | 1 | -1/+0 |
2013-04-17 | Bluetooth: l2cap: add l2cap_user sub-modules | David Herrmann | 1 | -0/+10 |
2013-04-17 | Bluetooth: l2cap: introduce l2cap_conn ref-counting | David Herrmann | 1 | -0/+4 |
2013-04-17 | Bluetooth: allow constant arguments for bacmp()/bacpy() | David Herrmann | 1 | -2/+2 |
2013-04-17 | Bluetooth: introduce hci_conn ref-counting | David Herrmann | 1 | -0/+31 |
2013-04-17 | Bluetooth: remove unneeded hci_conn_hold/put_device() | David Herrmann | 1 | -4/+0 |
2013-04-11 | Bluetooth: rename hci_conn_put to hci_conn_drop | David Herrmann | 1 | -1/+1 |
2013-04-09 | bluetooth: kill unused fops field in struct bt_sock_list | Al Viro | 1 | -1/+0 |
2013-04-09 | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 1 | -1/+1 |
2013-04-06 | Bluetooth: hidp: verify l2cap sockets | David Herrmann | 1 | -0/+1 |
2013-04-04 | Bluetooth: Remove driver init queue from core | Marcel Holtmann | 1 | -2/+0 |
2013-04-04 | Bluetooth: Add driver setup stage for early init | Marcel Holtmann | 1 | -0/+1 |
2013-04-04 | Bluetooth: Add __hci_cmd_sync_ev function | Johan Hedberg | 1 | -0/+2 |
2013-04-04 | Bluetooth: Add support for custom event terminated commands | Johan Hedberg | 2 | -0/+3 |
2013-04-04 | Bluetooth: Add __hci_cmd_sync() helper function | Johan Hedberg | 1 | -0/+3 |
2013-04-04 | Bluetooth: Track received events in hdev | Johan Hedberg | 1 | -0/+1 |
2013-04-04 | Bluetooth: Remove unneeded hci_req_cmd_status function | Andre Guedes | 1 | -1/+0 |
2013-03-18 | Bluetooth: Add reading of page scan parameters | Johan Hedberg | 2 | -0/+17 |
2013-03-18 | Bluetooth: Add proper flag for fast connectable mode | Johan Hedberg | 1 | -1/+3 |
2013-03-18 | Bluetooth: Handle AD updating through an async request | Johan Hedberg | 1 | -2/+2 |
2013-03-18 | Bluetooth: Add a define for the HCI persistent flags mask | Johan Hedberg | 1 | -0/+5 |
2013-03-18 | Bluetooth: Remove useless HCI_PENDING_CLASS flag | Johan Hedberg | 1 | -1/+0 |
2013-03-10 | Bluetooth: Make hci_req_add returning void | Andre Guedes | 1 | -1/+1 |
2013-03-10 | Bluetooth: HCI request error handling | Andre Guedes | 1 | -0/+5 |
2013-03-08 | Bluetooth: Remove unused hdev->init_last_cmd | Johan Hedberg | 1 | -2/+0 |
2013-03-08 | Bluetooth: Use async requests internally in hci_req_sync | Johan Hedberg | 1 | -2/+0 |