summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-14can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-12-14net: mvneta: Fix an out of bounds checkDan Carpenter1-4/+1
2022-12-14net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang1-2/+2
2022-12-14xen/netback: fix build warningJuergen Gross1-1/+1
2022-12-14ethernet: aeroflex: fix potential skb leak in greth_init_rings()Zhang Changzhong1-0/+1
2022-12-14net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian1-1/+1
2022-12-14net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian1-1/+1
2022-12-14net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang1-4/+4
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-14i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski1-5/+1
2022-12-14i40e: Fix for VF MAC address 0Sylwester Dziedziuch1-0/+2
2022-12-14i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-12-14net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter1-0/+3
2022-12-14xen-netfront: Fix NULL sring after live migrationLin Liu1-0/+6
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko1-2/+2
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko1-2/+2
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-12-14e1000e: Fix TX dispatch conditionAkihiko Odaki1-2/+2
2022-12-14gpio: amd8111: Fix PCI device reference count leakXiongfeng Wang1-0/+4
2022-12-14ca8210: Fix crash by zero initializing dataHauke Mehrtens1-1/+1
2022-12-14ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan1-1/+1
2022-12-14HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng1-0/+3
2022-12-14HID: hid-lg4ff: Add check for empty lbufAnastasia Belova1-0/+6
2022-12-14media: v4l2-dv-timings.c: fix too strict blanking sanity checksHans Verkuil1-6/+14
2022-12-14xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross3-6/+10
2022-12-14xen/netback: do some code cleanupJuergen Gross4-29/+5
2022-12-14xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall1-100/+123
2022-12-14net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin1-0/+1
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa1-1/+1
2022-12-14regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade1-4/+11
2022-12-08mmc: sdhci: Fix voltage switch delayAdrian Hunter2-7/+56
2022-12-08mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2-11/+9
2022-12-08nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-12-08iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang1-0/+1
2022-12-08pinctrl: single: Fix potential division by zeroMaxim Korotkov1-1/+1
2022-12-08pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko1-1/+26
2022-12-08hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang1-1/+4
2022-12-08hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld1-0/+4
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-12-08net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida1-1/+3
2022-12-08dsa: lan9303: Correct stat nameJerry Ray1-1/+1
2022-12-08net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can1-1/+8
2022-12-08net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou1-2/+2
2022-12-08can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong1-4/+6
2022-12-08can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong1-4/+6
2022-12-08net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing1-2/+2
2022-12-08of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-12-08hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui1-0/+1
2022-12-08hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang1-1/+1