summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-28media: stv06xx: add missing descriptor sanity checksJohan Hovold2-1/+22
2020-04-28media: ov519: add missing endpoint sanity checksJohan Hovold1-0/+10
2020-04-28vhost: Check docket sk_family instead of call getnameEugenio Pérez1-11/+2
2020-04-28floppy: check FDC index for errors before assigning itLinus Torvalds1-2/+5
2020-04-28vt: selection, push sel_lock upJiri Slaby1-9/+7
2020-04-28vt: selection, push console lock downJiri Slaby2-3/+12
2020-04-28vt: selection, close sel_buffer raceJiri Slaby1-6/+17
2020-04-28vt: selection, handle pending signals in paste_selectionJiri Slaby1-1/+6
2020-04-28tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2020-04-28vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2020-04-28net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-1/+2
2020-04-28staging: android: ashmem: Disallow ashmem memory from being remappedSuren Baghdasaryan1-0/+28
2020-04-28Input: add safety guards to input_set_keycode()Dmitry Torokhov1-10/+16
2020-04-28net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2-0/+28
2020-04-28net/sonic: Fix receive buffer handlingFinn Thain2-7/+33
2020-04-28net/sonic: Use MMIO accessorsFinn Thain1-8/+8
2020-04-28net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2-14/+36
2020-04-28net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan1-2/+2
2020-04-28can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2-4/+20
2020-04-28mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-04-28hwmon: (adt7475) Make volt2reg return same reg as reg2volt inputLuuk Paulussen1-2/+3
2020-04-28USB: serial: quatech2: handle unbound portsJohan Hovold1-0/+6
2020-04-28USB: serial: keyspan: handle unbound portsJohan Hovold1-0/+4
2020-04-28USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold1-5/+7
2020-04-28USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold1-2/+2
2020-04-28USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold1-1/+5
2020-04-28USB: serial: suppress driver bind attributesJohan Hovold1-0/+3
2020-04-28Input: keyspan-remote - fix control-message timeoutsJohan Hovold1-3/+6
2020-04-28macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet1-2/+3
2020-04-28block: fix an integer overflow in logical block sizeMikulas Patocka2-2/+2
2020-04-28scsi: fnic: fix invalid stack accessArnd Bergmann1-10/+10
2020-04-28usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta1-0/+1
2020-04-28r8152: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-04-28USB: serial: opticon: fix control-message timeoutsJohan Hovold1-1/+1