aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-05staging: rtl8723bs: Remove return statement from void functionLeandro Ribeiro1-1/+0
2019-09-05staging: rtl8192e: remove unnecessary blank lineBeatriz Martins de Carvalho1-1/+0
2019-09-05staging: exfat: Use kmemdup in exfat_symlink()YueHaibing1-2/+1
2019-09-05staging: exfat: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-05staging: exfat: remove duplicated include from exfat_super.cYueHaibing1-1/+0
2019-09-05ionic: Add coalesce and other featuresShannon Nelson5-3/+166
2019-09-05ionic: Add RSS supportShannon Nelson3-0/+165
2019-09-05ionic: Add driver statsShannon Nelson5-2/+480
2019-09-05ionic: Add netdev-event handlingShannon Nelson2-0/+64
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson5-1/+1408
2019-09-05ionic: Add initial ethtool supportShannon Nelson6-1/+519
2019-09-05ionic: Add async link status check and basic statsShannon Nelson2-6/+111
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson2-6/+423
2019-09-05ionic: Add management of rx filtersShannon Nelson5-1/+194
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson6-2/+387
2019-09-05ionic: Add notifyq supportShannon Nelson3-2/+186
2019-09-05ionic: Add adminq actionShannon Nelson2-0/+118
2019-09-05ionic: Add basic adminq supportShannon Nelson10-0/+941
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson8-0/+91
2019-09-05ionic: Add basic lif supportShannon Nelson11-1/+477
2019-09-05ionic: Add port management commandsShannon Nelson5-0/+213
2019-09-05ionic: Add hardware init and device commandsShannon Nelson13-2/+3481
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson11-0/+220
2019-09-05Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki12-272/+685
2019-09-05Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki14-337/+297
2019-09-05Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki2-33/+82
2019-09-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-10/+10
2019-09-05crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede1-8/+8
2019-09-05crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede1-10/+10
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede1-76/+77
2019-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack1-2/+2
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen3-49/+245
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen4-41/+204
2019-09-05crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen1-39/+47
2019-09-05crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen1-11/+14
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen3-31/+34
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen4-2/+98
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen3-4/+123
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen1-147/+111
2019-09-05crypto: mediatek - fix incorrect crypto key settingVic Wu1-5/+6
2019-09-05crypto: mediatek - add support to OFB/CFB modeRyder Lee1-7/+78
2019-09-05crypto: mediatek - only treat EBUSY as transient if backlogRyder Lee1-1/+3
2019-09-05crypto: mediatek - fix uninitialized value of gctx->textlenRyder Lee1-5/+5
2019-09-05crypto: mediatek - move mtk_aes_find_dev() to the right placeRyder Lee1-25/+14
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2-0/+8
2019-09-05pci-hotplug/pnv_php: Add attention indicator supportOliver O'Halloran1-1/+13
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran1-0/+6
2019-09-05pci-hotplug/pnv_php: Add a reset_slot() callbackOliver O'Halloran1-0/+39