summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: drop unnecessary return statementsGeliang Tang2017-09-223-4/+0
* crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-223-12/+3
* crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-221-4/+2
* crypto: n2 - remove null check before kfreeHimanshu Jha2017-09-221-8/+4
* crypto: padlock-sha - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
* crypto: padlock-aes - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-223-68/+59
* crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2017-09-221-8/+9
* crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-222-5/+3
* crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30
* crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-224-0/+177
* crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter2017-09-225-99/+39
* crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter2017-09-223-9/+9
* crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter2017-09-221-1/+0
* crypto: crypto4xx - remove extern statement before function declarationChristian Lamparter2017-09-221-24/+24
* crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter2017-09-221-1/+3
* crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter2017-09-223-23/+1
* crypto: crypto4xx - remove bad list_delChristian Lamparter2017-09-221-4/+2
* hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan2017-09-221-7/+0
* crypto: omap - Use GCM IV size constantCorentin LABBE2017-09-222-5/+7
* crypto: chelsio - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* crypto: mediatek - Use GCM IV size constantCorentin LABBE2017-09-221-1/+2
* crypto: bcm - Use GCM IV size constantCorentin LABBE2017-09-222-6/+5
* crypto: atmel - Use GCM IV size constantCorentin LABBE2017-09-221-2/+3
* crypto: nx - Use GCM IV size constantCorentin LABBE2017-09-221-4/+5
* crypto: ccp - Use GCM IV size constantCorentin LABBE2017-09-221-5/+4
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* crypto: mediatek - Add empty messages check in GCM modeRyder Lee2017-09-221-0/+5
* crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2
* hwrng: pseries - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: nx-842 - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: nx - constify vio_device_idArvind Yadav2017-09-221-1/+1
* crypto: axis - hide an unused variableArnd Bergmann2017-09-221-2/+2
* crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39
* crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-202-2/+2
* crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe2017-09-201-1/+2
* crypto: talitos - fix hashingLEROY Christophe2017-09-201-1/+1
* crypto: talitos - fix sha224LEROY Christophe2017-09-201-2/+2
* Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-09-164-16/+16
|\
| * UBI: Fix two typos in commentsUwe Kleine-König2017-09-131-2/+2
| * ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-131-1/+1
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-4/+4
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-1623-116/+293
|\ \
| * | mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel2017-09-161-1/+2
| * | netvsc: increase default receive buffer sizeStephen Hemminger2017-09-151-1/+1
| * | net: smsc911x: Quieten netif during suspendGeert Uytterhoeven2017-09-151-1/+14
| * | net: systemport: Fix 64-bit stats deadlockFlorian Fainelli2017-09-151-3/+0
| * | net: vrf: avoid gcc-4.6 warningArnd Bergmann2017-09-151-3/+3