summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-05thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2023-04-05uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman1-0/+7
2023-04-05hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
2023-04-05Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished ...Zheng Wang1-0/+1
2023-04-05Bluetooth: btqcomsmd: Fix command timeout after setting BD addressStephan Gerhold1-1/+16
2023-04-05net: mdio: thunder: Add missing fwnode_handle_put()Liang He1-0/+1
2023-04-05hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne1-2/+17
2023-04-05net/sonic: use dma_mapping_error() for error checkZhang Changzhong1-2/+2
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2-4/+4
2023-04-05atm: idt77252: fix kmemleak when rmmod idt77252Li Zetao1-0/+11
2023-04-05net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla1-2/+4
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-04-05net/ps3_gelic_net: Use dma_mapping_errorGeoff Levand1-11/+13
2023-04-05net/ps3_gelic_net: Fix RX sk_buff lengthGeoff Levand2-11/+13
2023-04-05net: qcom/emac: Fix use after free bug in emac_remove due to race conditionZheng Wang1-0/+6
2023-04-05xirc2ps_cs: Fix use after free bug in xirc2ps_detachZheng Wang1-0/+5
2023-04-05qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_infoDaniil Tatianin1-1/+4
2023-04-05net: usb: smsc95xx: Limit packet length to skb->lenSzymon Heidrich1-0/+6
2023-04-05scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai1-2/+4
2023-04-05i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-04-05igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-04-05intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-04-05iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-04-05iavf: diet and reformatJesse Brandeburg8-4014/+6
2023-04-05intel-ethernet: rename i40evf to iavfJesse Brandeburg29-34/+43
2023-04-05i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2-5/+14
2023-04-05power: supply: da9150: Fix use after free bug in da9150_charger_remove due to...Zheng Wang1-0/+1
2023-03-22Linux 4.19.279v4.19.279Greg Kroah-Hartman1-1/+1
2023-03-22HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones1-0/+1
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones2-5/+16
2023-03-22serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-03-22drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison1-2/+3
2023-03-22x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich1-1/+2
2023-03-22fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller1-0/+27
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2023-03-22tracing: Make tracepoint lockdep check actually test somethingSteven Rostedt (Google)1-9/+6
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)1-0/+3
2023-03-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher1-1/+4
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li1-10/+8
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu1-8/+7
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang1-0/+1
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien1-2/+2
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien1-2/+2
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-22net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8