summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann1-1/+24
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2-9/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann2-3/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann3-37/+4
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi1-5/+5
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann6-31/+31
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-971/+1272
2013-04-09bluetooth: fix race in bt_procfs_init()Al Viro1-7/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro8-9/+9
2013-04-09bluetooth: don't bother with ->owner for procfs fopsAl Viro1-7/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-2/+2
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2013-04-07Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-04-07Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann2-0/+8
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-23/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-13/+20
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-5/+18
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg2-2/+19