summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Bluetooth: add hci event notificationSeung-Woo Kim1-0/+17
2014-11-18upstream: drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-5/+4
2014-09-17Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman1-2/+5
2014-09-17Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-07-09Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg1-1/+6
2014-07-09Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-07Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-06-07Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-26Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa4-8/+0
2013-10-13Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-10-13Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-13HID: fix unused rsize usageJiri Kosina1-0/+1
2013-10-13HID: fix data access in implement()Jiri Kosina1-5/+9
2013-06-23Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg1-5/+10
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-1/+26
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-18/+52
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2-3/+3
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