summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-27clk: bcm-2835: Pick the closest clock rateMaxime Ripard1-1/+1
2022-01-27Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai1-3/+1
2022-01-27PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controllerYifeng Li1-0/+3
2022-01-27shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2022-01-27can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-27media: stk1160: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: pvrusb2: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: redrat3: fix control-message timeoutsJohan Hovold1-11/+11
2022-01-27media: dib0700: fix undefined behavior in tuner shutdownMichael Kuron1-2/+0
2022-01-27media: s2255: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: cpia2: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: em28xx: fix control-message timeoutsJohan Hovold1-2/+2
2022-01-27media: mceusb: fix control-message timeoutsJohan Hovold1-4/+4
2022-01-27media: flexcop-usb: fix control-message timeoutsJohan Hovold2-11/+11
2022-01-27rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk1-0/+3
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2022-01-27HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke1-0/+4
2022-01-27HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke1-3/+26
2022-01-27HID: uhid: Fix worker destroying device without any protectionJann Horn1-4/+25
2022-01-27Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2022-01-27Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi1-6/+29
2022-01-27rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger1-0/+1
2022-01-27media: uvcvideo: fix division by zero at stream startJohan Hovold1-0/+4
2022-01-27orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET1-4/+3
2022-01-27drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2022-01-27staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttle...Nathan Chancellor1-11/+11
2022-01-27random: fix data race on crng init timeEric Biggers1-8/+11
2022-01-27random: fix data race on crng_node_poolEric Biggers1-20/+22
2022-01-27can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-27can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2022-01-27mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()Andy Shevchenko1-1/+6
2022-01-27USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern1-1/+8
2022-01-27USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern1-1/+1
2022-01-27Bluetooth: bfusb: fix division by zero in send pathJohan Hovold1-0/+3
2022-01-11Linux 4.14.262v4.14.262Greg Kroah-Hartman1-1/+1
2022-01-11mISDN: change function names to avoid conflictswolfgang huang3-7/+7
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2022-01-11ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2022-01-11scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng1-2/+4
2022-01-11ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3
2022-01-11ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern1-2/+5
2022-01-11phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2022-01-11rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2022-01-11power: reset: ltc2952: Fix use of floating point literalsNathan Chancellor1-2/+2
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-11ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern1-1/+5
2022-01-11ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-1/+20
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24