| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 9 | -24/+19 |
|\ |
|
| * | bluetooth: fix race in bt_procfs_init() | Al Viro | 2013-04-09 | 1 | -7/+1 |
| * | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 2013-04-09 | 8 | -9/+9 |
| * | bluetooth: don't bother with ->owner for procfs fops | Al Viro | 2013-04-09 | 1 | -7/+8 |
| * | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 2 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-04-29 | 3 | -12/+32 |
|\ \ |
|
| * | | Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling | Marcel Holtmann | 2013-04-23 | 1 | -3/+4 |
| * | | Bluetooth: hci_get_cmd_complete() can be static | Fengguang Wu | 2013-04-23 | 1 | -1/+2 |
| * | | Bluetooth: Fix sending write_le_host_supporte for LE-only controllers | Johan Hedberg | 2013-04-23 | 2 | -1/+17 |
| * | | Bluetooth: Fix HCI command send functions to use const specifier | Johan Hedberg | 2013-04-19 | 1 | -7/+9 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-04-24 | 12 | -677/+1083 |
|\ \ \
| |/ / |
|
| * | | Bluetooth: Rename LE_SCANNING_* macros | Andre Guedes | 2013-04-18 | 2 | -3/+3 |
| * | | Bluetooth: Add macros for filter duplicates values | Andre Guedes | 2013-04-18 | 1 | -1/+1 |
| * | | Bluetooth: Add LE scan type macros | Andre Guedes | 2013-04-18 | 1 | -4/+3 |
| * | | Bluetooth: Change LE scanning timeout macros | Andre Guedes | 2013-04-18 | 2 | -3/+3 |
| * | | Bluetooth: Add reading of all local feature pages | Johan Hedberg | 2013-04-18 | 2 | -0/+12 |
| * | | Bluetooth: Track feature pages in a single table | Johan Hedberg | 2013-04-18 | 2 | -36/+38 |
| * | | Bluetooth: Move and rename hci_conn_accept | Frédéric Dalleau | 2013-04-18 | 2 | -37/+37 |
| * | | Bluetooth: Fix incorrect SSP mode bit for non SSP devices | Jaganath Kanakkassery | 2013-04-18 | 1 | -1/+12 |
| * | | Bluetooth: hidp: fix sending output reports on intr channel | David Herrmann | 2013-04-17 | 1 | -7/+5 |
| * | | Bluetooth: hidp: don't send boot-protocol messages as HID-reports | David Herrmann | 2013-04-17 | 1 | -19/+5 |
| * | | Bluetooth: hidp: merge 'send' functions into hidp_send_message() | David Herrmann | 2013-04-17 | 1 | -96/+60 |
| * | | Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit() | David Herrmann | 2013-04-17 | 1 | -29/+11 |
| * | | Bluetooth: hidp: handle kernel_sendmsg() errors correctly | David Herrmann | 2013-04-17 | 1 | -2/+14 |
| * | | Bluetooth: hidp: remove old session-management | David Herrmann | 2013-04-17 | 3 | -348/+18 |
| * | | Bluetooth: hidp: add new session-management helpers | David Herrmann | 2013-04-17 | 2 | -25/+583 |
| * | | Bluetooth: l2cap: add l2cap_user sub-modules | David Herrmann | 2013-04-17 | 1 | -0/+86 |
| * | | Bluetooth: l2cap: introduce l2cap_conn ref-counting | David Herrmann | 2013-04-17 | 1 | -1/+24 |
| * | | Bluetooth: hidp: move hidp_schedule() to core.c | David Herrmann | 2013-04-17 | 2 | -9/+9 |
| * | | Bluetooth: hidp: test "terminate" before sleeping | David Herrmann | 2013-04-17 | 1 | -4/+8 |
| * | | Bluetooth: hidp: remove unused session->state field | David Herrmann | 2013-04-17 | 2 | -4/+2 |
| * | | Bluetooth: introduce hci_conn ref-counting | David Herrmann | 2013-04-17 | 2 | -3/+1 |
| * | | Bluetooth: remove unneeded hci_conn_hold/put_device() | David Herrmann | 2013-04-17 | 3 | -37/+4 |
| * | | Bluetooth: Reject SCO when hci connection timeouts | Claudio Takahasi | 2013-04-11 | 1 | -0/+12 |
| * | | Bluetooth: Remove unneeded parameter | Claudio Takahasi | 2013-04-11 | 1 | -5/+5 |
| * | | Bluetooth: Minor coding style fix | Claudio Takahasi | 2013-04-11 | 1 | -2/+1 |
| * | | Bluetooth: Use GFP_KERNEL in sco_conn_add | Claudio Takahasi | 2013-04-11 | 1 | -1/+1 |
| * | | Bluetooth: Fix SCO connection reference | Claudio Takahasi | 2013-04-11 | 1 | -1/+0 |
| * | | Bluetooth: rename hci_conn_put to hci_conn_drop | David Herrmann | 2013-04-11 | 6 | -31/+31 |
| * | | Bluetooth: hidp: verify l2cap sockets | David Herrmann | 2013-04-05 | 2 | -0/+8 |
| * | | Bluetooth: hidp: remove redundant error message | David Herrmann | 2013-04-05 | 1 | -1/+0 |
| * | | Bluetooth: Remove driver init queue from core | Marcel Holtmann | 2013-04-04 | 1 | -23/+0 |
| * | | Bluetooth: Add driver setup stage for early init | Marcel Holtmann | 2013-04-04 | 1 | -13/+20 |
| * | | Bluetooth: Add __hci_cmd_sync_ev function | Johan Hedberg | 2013-04-04 | 1 | -5/+18 |
| * | | Bluetooth: Add support for custom event terminated commands | Johan Hedberg | 2013-04-04 | 2 | -2/+19 |
| * | | Bluetooth: Add __hci_cmd_sync() helper function | Johan Hedberg | 2013-04-04 | 1 | -0/+102 |
| * | | Bluetooth: Track received events in hdev | Johan Hedberg | 2013-04-04 | 2 | -0/+15 |
| * | | Bluetooth: Remove unneeded hci_req_cmd_status function | Andre Guedes | 2013-04-04 | 1 | -26/+0 |
| * | | Bluetooth: Fix hci_inquiry ioctl usage | Andre Guedes | 2013-04-04 | 2 | -0/+18 |
| * | | Bluetooth: Fix HCI request framework | Andre Guedes | 2013-04-04 | 1 | -5/+1 |