summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-04net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-05-04net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-05-04staging: rtlwifi: Fix potential NULL pointer dereference of kzallocAditya Pakki1-0/+2
2019-05-04staging: rtl8712: uninitialized memory in read_bbreg_hdl()Dan Carpenter2-10/+2
2019-05-04staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-05-04staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki4-11/+16
2019-05-04net: ks8851: Set initial carrier state to downLukas Wunner1-0/+2
2019-05-04net: ks8851: Delay requesting IRQ until openedLukas Wunner1-13/+11
2019-05-04net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner1-1/+1
2019-05-04net: ks8851: Dequeue RX packets explicitlyLukas Wunner1-4/+4
2019-05-04usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-05-04usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener1-2/+2
2019-05-04usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener1-3/+1
2019-05-04serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar1-16/+8
2019-05-04sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan1-2/+10
2019-05-04s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
2019-05-04qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-05-04usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva1-1/+4
2019-05-04usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner1-9/+21
2019-05-02team: fix possible recursive locking when add slavesHangbin Liu1-0/+6
2019-05-02stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng1-2/+6
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-2/+2
2019-05-02net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi2-5/+1
2019-05-02mlxsw: spectrum: Fix autoneg status in ethtoolAmit Cohen1-2/+2
2019-05-02Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2-29/+30
2019-05-02dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-3/+3
2019-05-02fm10k: Fix a potential NULL pointer dereferenceYue Haibing1-0/+2
2019-05-02binder: fix handling of misaligned binder objectTodd Kjos1-10/+8
2019-05-02intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin1-1/+1
2019-05-02slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-05-02USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng3-13/+13
2019-05-02USB: Add new USB LPM helpersKai-Heng Feng5-11/+30
2019-05-02drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst1-1/+1
2019-05-02Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie1-7/+5
2019-05-02drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst1-1/+1
2019-05-02dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme1-1/+3
2019-05-02vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2019-05-02Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-05-02zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-04-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-04-27mmc: sdhci: Handle auto-command errorsAdrian Hunter2-1/+41
2019-04-27mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter3-10/+10
2019-04-27mmc: sdhci: Fix data command CRC error handlingAdrian Hunter1-25/+15
2019-04-27crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2-1/+11
2019-04-27rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai3-17/+9
2019-04-27Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-04-27scsi: core: set result when the command cannot be dispatchedJaesoo Lee1-1/+5
2019-04-27staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1