summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-042-9/+49
|\
| *-. Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for...Jiri Kosina2013-07-044-22/+81
| |\ \
| * | | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-292-9/+49
| |/ /
* | | drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-5/+4
* | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-231-1/+1
* | | Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg2013-06-131-5/+10
* | | Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-06-131-0/+3
| |/ |/|
* | Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-122-1/+26
* | Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-121-18/+52
* | Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-122-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-019-24/+19
|\
| * bluetooth: fix race in bt_procfs_init()Al Viro2013-04-091-7/+1
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-098-9/+9
| * bluetooth: don't bother with ->owner for procfs fopsAl Viro2013-04-091-7/+8
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-293-12/+32
|\ \
| * | Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingMarcel Holtmann2013-04-231-3/+4
| * | Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu2013-04-231-1/+2
| * | Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg2013-04-232-1/+17
| * | Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg2013-04-191-7/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2412-677/+1083
|\| |
| * | Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2013-04-182-3/+3
| * | Bluetooth: Add macros for filter duplicates valuesAndre Guedes2013-04-181-1/+1
| * | Bluetooth: Add LE scan type macrosAndre Guedes2013-04-181-4/+3
| * | Bluetooth: Change LE scanning timeout macrosAndre Guedes2013-04-182-3/+3
| * | Bluetooth: Add reading of all local feature pagesJohan Hedberg2013-04-182-0/+12
| * | Bluetooth: Track feature pages in a single tableJohan Hedberg2013-04-182-36/+38
| * | Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-182-37/+37
| * | Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery2013-04-181-1/+12
| * | Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-171-7/+5
| * | Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5
| * | Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60
| * | Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11
| * | Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-171-2/+14
| * | Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-173-348/+18
| * | Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-172-25/+583
| * | Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2013-04-171-0/+86
| * | Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2013-04-171-1/+24
| * | Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-172-9/+9
| * | Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-171-4/+8
| * | Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-172-4/+2
| * | Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-172-3/+1
| * | Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-173-37/+4
| * | Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi2013-04-111-0/+12
| * | Bluetooth: Remove unneeded parameterClaudio Takahasi2013-04-111-5/+5
| * | Bluetooth: Minor coding style fixClaudio Takahasi2013-04-111-2/+1
| * | Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi2013-04-111-1/+1
| * | Bluetooth: Fix SCO connection referenceClaudio Takahasi2013-04-111-1/+0
| * | Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-116-31/+31
| * | Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-052-0/+8