summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-23ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2019-03-23net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto1-1/+3
2019-03-23scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Varun Prakash1-1/+1
2019-03-23serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita1-1/+1
2019-03-23usb: gadget: Potential NULL dereference on allocation errorDan Carpenter1-1/+1
2019-03-23usb: dwc3: gadget: Fix the uninitialized link_state when udc startsZeng Tao1-0/+1
2019-03-23drm/msm: Unblock writer if reader closes fileKristian H. Kristensen1-1/+6
2019-03-23scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-03-23team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang1-22/+5
2019-03-23isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2019-03-23leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu1-1/+3
2019-03-23atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2019-03-23isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2019-03-23scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2019-03-23scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing1-0/+2
2019-03-23mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu1-1/+3
2019-03-23mfd: wm5110: Add missing ASRC rate registerCharles Keepax1-0/+2
2019-03-23mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter1-1/+1
2019-03-23mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor1-2/+2
2019-03-23mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor1-2/+2
2019-03-23mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R1-2/+3
2019-02-23mISDN: fix a race in dev_expire_timer()Eric Dumazet1-1/+1
2019-02-23hwmon: (lm80) Fix missing unlock on error in set_fan_div()Wei Yongjun1-1/+3
2019-02-23net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-02-23vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet1-2/+11
2019-02-23sky2: Increase D3 delay againKai-Heng Feng1-1/+1
2019-02-20pinctrl: msm: fix gpio-hog related boot issuesChristian Lamparter1-5/+18
2019-02-20usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2019-02-20kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2019-02-20smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes1-6/+6
2019-02-20Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela1-0/+9
2019-02-20Input: bma150 - register input device after setting private dataJonathan Bakker1-4/+5
2019-02-20usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda1-3/+3
2019-02-20HID: debug: fix the ring buffer implementationVladis Dronov1-73/+48
2019-02-20drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom1-1/+1
2019-02-20drm/vmwgfx: Fix setting of dma masksThomas Hellstrom1-3/+6
2019-02-20drm/modes: Prevent division by zero htotalTina Zhang1-1/+1
2019-02-20misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter1-1/+1
2019-02-20mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger1-8/+7
2019-02-20usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2019-02-20usb: phy: am335x: fix race condition in _probeBin Liu1-4/+1
2019-02-20dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev1-4/+4
2019-02-20enic: fix checksum validation for IPv6Govindarajulu Varadarajan1-1/+1
2019-02-20net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2-15/+12
2019-02-20skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2019-02-20thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-20block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain1-1/+5
2019-02-20gdrom: fix a memory leak bugWenwen Wang1-0/+1
2019-02-20isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai1-0/+2
2019-02-20niu: fix missing checks of niu_pci_eeprom_readKangjie Lu1-2/+8