summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-05slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-12-05sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-05net: psample: fix skb_over_panicNikolay Aleksandrov1-1/+1
2019-12-05net: macb: add missed tasklet_killChuhong Yuan1-0/+1
2019-12-05net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-12-05mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-12-05macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-12-05gve: Fix the queue page list allocated pages countJeroen de Borst1-1/+2
2019-12-05x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior1-1/+1
2019-12-05thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg1-12/+42
2019-12-05mei: me: add comet point V device idAlexander Usyskin2-0/+2
2019-12-05mei: bus: prefix device names on bus with the bus nameAlexander Usyskin1-4/+5
2019-12-05USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9PFabio D'Urso2-0/+10
2019-12-05staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede1-0/+1
2019-12-05staging: rtl8723bs: Drop ACPI device idsHans de Goede1-6/+0
2019-12-05staging: rtl8192e: fix potential use after freePan Bian1-2/+3
2019-12-05staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()Ajay Singh1-10/+15
2019-12-05usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin1-1/+1
2019-12-05driver core: platform: use the correct callback type for bus_find_deviceSami Tolvanen1-1/+6
2019-12-05crypto: inside-secure - Fix stability issue with MacchiatobinPascal van Leeuwen1-2/+2
2019-12-05net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe1-6/+37
2019-12-05net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe1-46/+95
2019-12-05io_uring: async workers should inherit the user credsJens Axboe1-1/+22
2019-11-29Linux 5.4.1v5.4.1Greg Kroah-Hartman1-1/+1
2019-11-29KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman3-0/+41
2019-11-29powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman4-4/+54
2019-11-29staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr1-7/+14
2019-11-29USB: serial: option: add support for Foxconn T77W968 LTE modulesAleksander Morgado1-0/+4
2019-11-29USB: serial: option: add support for DW5821e with eSIM supportAleksander Morgado1-0/+3
2019-11-29USB: serial: mos7840: fix remote wakeupJohan Hovold1-5/+0
2019-11-29USB: serial: mos7720: fix remote wakeupJohan Hovold1-4/+0
2019-11-29USB: serial: mos7840: add USB ID to support Moxa UPort 2210Pavel Löbl1-0/+11
2019-11-29appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2019-11-29USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
2019-11-29usb-serial: cp201x: support Mark-10 digital force gaugeGreg Kroah-Hartman1-0/+1
2019-11-29usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()Suwan Kim1-18/+32
2019-11-29usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang1-1/+1
2019-11-29USBIP: add config dependency for SGL_ALLOCOliver Neukum1-0/+1
2019-11-29ALSA: hda - Disable audio component for legacy Nvidia HDMI codecsTakashi Iwai1-22/+0
2019-11-29media: mceusb: fix out of bounds read in MCE receiver bufferA Sun1-43/+98
2019-11-29media: imon: invalid dereference in imon_touch_eventSean Young1-2/+1
2019-11-29media: cxusb: detect cxusb_ctrl_msg error in queryVito Caputo1-1/+2
2019-11-29media: b2c2-flexcop-usb: add sanity checkingOliver Neukum1-0/+3
2019-11-29media: uvcvideo: Fix error path in control parsing failureLaurent Pinchart1-13/+15
2019-11-29futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-11-29futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-11-29futex: Add mutex around futex exitThomas Gleixner3-0/+18
2019-11-29futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34