aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 4-8/+8
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 20-1065/+3785
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-57/+43
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusGravatar Jiri Kosina 1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusGravatar Jiri Kosina 1-0/+90
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 6-77/+106
2014-03-26Bluetooth: Fix returning peer address in pending connect stateGravatar Johan Hedberg 2-2/+4
2014-03-24Bluetooth: Remove unnecessary assignment in SMPGravatar Johan Hedberg 1-2/+0
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityGravatar Johan Hedberg 1-1/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureGravatar Johan Hedberg 2-49/+7
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingGravatar Johan Hedberg 1-0/+5
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorGravatar Johan Hedberg 2-0/+7
2014-03-24Bluetooth: Fix SMP confirmation callback handlingGravatar Johan Hedberg 1-0/+4
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionGravatar Johan Hedberg 1-0/+34
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPGravatar Johan Hedberg 1-1/+7
2014-03-21Bluetooth: Track current configured LE scan type parameterGravatar Marcel Holtmann 1-0/+25
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 15-183/+360
2014-03-20Bluetooth: Fix address value for early disconnection eventsGravatar Johan Hedberg 2-21/+11
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyGravatar Johan Hedberg 3-5/+5
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityGravatar Marcel Holtmann 2-0/+23
2014-03-19Bluetooth: Fix Pair Device response parameters for pairing failureGravatar Johan Hedberg 1-2/+14
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventGravatar Johan Hedberg 1-2/+3
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msGravatar Johan Hedberg 1-1/+1
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDGravatar Johan Hedberg 1-4/+2
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingGravatar Johan Hedberg 1-0/+6
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationGravatar Johan Hedberg 1-55/+46
2014-03-18Bluetooth: Fix const declaration for swap function src parameterGravatar Johan Hedberg 1-2/+2
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationGravatar Johan Hedberg 1-0/+5
2014-03-14HID: remove hid_output_raw_report transport implementationsGravatar Benjamin Tissoires 1-14/+0
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 15-905/+3419
2014-03-13Bluetooth: make sure 6LOWPAN_IPHC is built-in if neededGravatar Arnd Bergmann 1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 11-96/+96
2014-03-11Bluetooth: Enable duplicates filter in background scanGravatar Andre Guedes 1-5/+7
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Gravatar Andrew Earl 1-0/+1
2014-03-11Bluetooth: make bluetooth 6lowpan as an optionGravatar Alexander Aring 3-2/+30
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingGravatar Marcel Holtmann 2-8/+17
2014-03-09Bluetooth: Add support for handling signature resolving keysGravatar Marcel Holtmann 3-5/+94
2014-03-07Bluetooth: Fix skb allocation check for A2MPGravatar Gustavo Padovan 1-1/+7
2014-03-07Bluetooth: Fix expected key count debug logsGravatar Johan Hedberg 1-3/+3
2014-03-066lowpan: move 6lowpan header to include/netGravatar Alexander Aring 1-1/+1
2014-03-05Bluetooth: Fix removing Long Term KeyGravatar Claudio Takahasi 1-1/+7
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionGravatar Johan Hedberg 2-43/+15
2014-02-28Bluetooth: Fix trying to disable scanning twiceGravatar Johan Hedberg 2-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysGravatar Johan Hedberg 2-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKGravatar Johan Hedberg 2-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsGravatar Johan Hedberg 2-0/+25
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionGravatar Johan Hedberg 1-16/+6
2014-02-28Bluetooth: Track LE initiator and responder address informationGravatar Johan Hedberg 1-0/+78
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyGravatar Johan Hedberg 1-1/+2
2014-02-28Bluetooth: Add protections for updating local random addressGravatar Johan Hedberg 2-2/+32