summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-17crypto: ccp - Fix command completion detection raceTom Lendacky1-2/+2
2018-08-17crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky1-0/+3
2018-08-17crypto: ccree - fix iv handlingGilad Ben-Yossef1-27/+84
2018-08-17crypto: ccree - fix finupHadar Gat1-65/+16
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange3-0/+4
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+8
2018-08-15scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran1-26/+27
2018-08-15scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche1-8/+21
2018-08-15xen/netfront: don't cache skb_shinfo()Juergen Gross1-4/+4
2018-08-15zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim1-1/+14
2018-08-09i2c: imx: Fix reinit_completion() useEsben Haabendal1-2/+1
2018-08-09scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy1-4/+3
2018-08-09scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2018-08-09scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran5-28/+34
2018-08-09scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran4-1/+8
2018-08-09scsi: qla2xxx: Fix unintialized List head crashQuinn Tran2-0/+6
2018-08-06scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2018-08-06drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...Boris Brezillon1-2/+3
2018-08-06drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()Boris Brezillon1-1/+2
2018-08-06drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon1-0/+3
2018-08-06crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu1-2/+6
2018-08-06RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein1-5/+54
2018-08-06brcmfmac: fix regression in parsing NVRAM for multiple devicesRafał Miłecki1-1/+2
2018-08-06iwlwifi: add more card IDs for 9000 seriesEmmanuel Grumbach3-0/+96
2018-08-06virtio_balloon: fix another race between migration and ballooningJiang Biao1-0/+2
2018-08-06can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev1-0/+1
2018-08-06net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flowFeras Daoud1-0/+4
2018-08-06net/mlx5e: Set port trust mode to PCP as defaultOr Gerlitz1-0/+2
2018-08-06net/mlx5e: E-Switch, Initialize eswitch only if eswitch managerEli Cohen1-2/+2
2018-08-06net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-08-03ACPICA: AML Parser: ignore control method status in module-level codeErik Schmauss1-7/+12
2018-08-03ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernationRafael J. Wysocki1-9/+17
2018-08-03cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath1-0/+2
2018-08-03xen-netfront: wait xenbus state change when load module manuallyXiao Liang1-0/+6
2018-08-03virtio_net: Fix incosistent received bytes counterToshiaki Makita1-18/+23
2018-08-03NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-08-03net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-08-03net: lan78xx: fix rx handling before first packet is sendStefan Wahren1-0/+2
2018-08-03net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-08-03net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-08-03netdevsim: don't leak devlink resourcesJakub Kicinski1-0/+1
2018-08-03net: dsa: qca8k: Allow overwriting CPU port settingMichal Vokáč2-0/+44
2018-08-03net: dsa: qca8k: Enable RXMAC when bringing up a portMichal Vokáč1-1/+1
2018-08-03net: dsa: qca8k: Force CPU port to its highest bandwidthMichal Vokáč2-3/+9
2018-08-03RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-08-03gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada1-1/+5
2018-08-03gpio: of: Handle fixed regulator flags properlyLinus Walleij1-1/+2
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-08-03i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang1-3/+51