summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-16crypto: mediatek - add mtk_aes_gcm_tag_verify()Ryder Lee2-2/+24
2017-03-16crypto: mediatek - fix error handling in mtk_aes_complete()Ryder Lee1-16/+23
2017-03-16crypto: mediatek - add queue_task taskletRyder Lee3-12/+39
2017-03-16crypto: mediatek - simplify descriptor ring managementRyder Lee4-26/+34
2017-03-16crypto: mediatek - make mtk_sha_xmit() more genericRyder Lee2-86/+34
2017-03-16crypto: mediatek - add MTK_* prefix and correct annotations.Ryder Lee4-32/+32
2017-03-16crypto: mediatek - rework interrupt handlerRyder Lee3-101/+49
2017-03-16hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni1-10/+12
2017-03-16hwrng: meson - add clock handling to driverHeiner Kallweit1-0/+22
2017-03-16ARM64: dts: meson-gx: add clock CLKID_RNG0 to hwrng nodeHeiner Kallweit2-1/+6
2017-03-16dt-bindings: rng: add clock to DT binding documentation for hwrngHeiner Kallweit1-2/+9
2017-03-16clk: meson-gxbb: expose clock CLKID_RNG0Heiner Kallweit2-2/+3
2017-03-09crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri1-5/+18
2017-03-09crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri1-2/+13
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers2-286/+297
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers4-6/+8
2017-03-09crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsMahipal Challa4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreMahipal Challa13-0/+2805
2017-03-09crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel1-2/+2
2017-03-09crypto: arm/aes-neonbs - resolve fallback cipher at runtimeArd Biesheuvel2-16/+46
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2-6/+6
2017-03-09crypto: gf128mul - rename the byte overflow tablesEric Biggers1-17/+32
2017-03-09crypto: gf128mul - remove xx() macroEric Biggers1-10/+8
2017-03-09crypto: gf128mul - fix some commentsEric Biggers2-18/+21
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski1-45/+82
2017-03-08hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni1-1/+12
2017-03-08hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni1-1/+1
2017-03-08hwrng: omap - write registers after enabling the clockThomas Petazzoni1-1/+2
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski1-2/+3
2017-03-08crypto: powerpc - Fix initialisation of crc32c contextDaniel Axtens1-1/+1
2017-03-05Linux 4.11-rc1v4.11-rc1Linus Torvalds1-2/+2
2017-03-04strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-04Documentation/sphinx: fix primary_domain configurationJohn Keeping1-1/+1
2017-03-04docs: Fix htmldocs build failureMartyn Welch1-2/+2
2017-03-03doc/ko_KR/memory-barriers: Update control-dependencies sectionSeongJae Park1-31/+37
2017-03-03pcieaer doc: update the linkCao jin1-1/+1
2017-03-03Documentation: Update path to sysrq.txtKrzysztof Kozlowski4-6/+6
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski1-1/+2
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2-81/+58