summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-22bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-05-22media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard1-1/+4
2020-05-22of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-05-22iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2020-05-22media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptorsWill Deacon1-0/+12
2020-05-22USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-05-22USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-10/+10
2020-05-22USB: serial: ir-usb: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-05-22staging: wlan-ng: ensure error return is actually returnedColin Ian King1-1/+1
2020-05-22usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12
2020-05-22usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+13
2020-05-22usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2020-05-22dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-05-22power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter1-1/+1
2020-05-22PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16
2020-05-22efi: Use early_mem*() instead of early_io*()Daniel Kiper1-2/+2
2020-05-22media: iguanair: fix endpoint sanity checkJohan Hovold1-1/+1
2020-05-22media: iguanair: add sanity checksOliver Neukum1-8/+7
2020-05-22pxa168fb: Fix the function used to release some memory in an error handling pathChristophe JAILLET1-3/+3
2020-05-22gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean1-3/+7
2020-05-22rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski1-1/+1
2020-05-22scsi: qla2xxx: Fix mtcp dump collection failureQuinn Tran1-2/+1
2020-05-22crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-05-22brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost1-0/+1
2020-05-22zd1211rw: fix storage endpoint lookupJohan Hovold1-1/+1
2020-05-22rsi_91x_usb: fix interface sanity checkJohan Hovold1-1/+1
2020-05-22orinoco_usb: fix interface sanity checkJohan Hovold1-2/+2
2020-05-22brcmfmac: fix interface sanity checkJohan Hovold1-1/+1
2020-05-22brcmfmac: abort and release host after errorGuenter Roeck1-0/+2
2020-05-22brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter1-0/+1
2020-05-22rsi: fix use-after-free on failed probe and unbindJohan Hovold1-0/+10
2020-05-22ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2020-05-22mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij1-3/+8
2020-05-22spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-2/+13
2020-04-28slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-04-28media: fix media devnode ioctl/syscall and unregister raceShuah Khan2-14/+20
2020-04-28media: fix use-after-free in cdev_put() when app exits after driver unbindShuah Khan2-21/+33
2020-04-28media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab3-14/+36
2020-04-28media-devnode: fix namespace messMauro Carvalho Chehab1-57/+57
2020-04-28media-devnode: add missing mutex lock in error handlerMax Kellermann1-0/+3
2020-04-28drivers/media/media-devnode: clear private_data before put_device()Max Kellermann1-1/+2
2020-04-28media: Fix media_open() to clear filp->private_data in error legShuah Khan1-0/+1
2020-04-28media-devnode: just return 0 instead of using a varMauro Carvalho Chehab1-2/+1
2020-04-28ptp: free ptp device pin descriptors properlyVladis Dronov1-2/+2
2020-04-28ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2-18/+15
2020-04-28ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2020-04-28ptp: create "pins" together with the rest of attributesDmitry Torokhov3-42/+24
2020-04-28ptp: use is_visible method to hide unused attributesDmitry Torokhov1-70/+55
2020-04-28ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2020-04-28media: xirlink_cit: add missing descriptor sanity checksJohan Hovold1-1/+17