summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-28nfp: only report pause frame configuration for physical deviceYu Xiao1-2/+2
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson5-143/+15
2022-05-28net: phy: Directly use ida_alloc()/free()Ke Liu1-3/+3
2022-05-28net: ipa: fix page free in ipa_endpoint_replenish_one()Alex Elder1-1/+1
2022-05-28net: ipa: fix page free in ipa_endpoint_trans_release()Alex Elder1-5/+2
2022-05-27net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano1-0/+1
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju1-10/+22
2022-05-27net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin1-0/+1
2022-05-27net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin1-1/+2
2022-05-27net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter1-0/+3
2022-05-27net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle1-2/+7
2022-05-26ptp: ptp_clockmatrix: fix is_single_shotMin Li1-1/+1
2022-05-26net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli1-1/+4
2022-05-26amt: fix possible memory leak in amt_rcv()Taehee Yoo1-1/+1
2022-05-26amt: fix return value of amt_update_handler()Taehee Yoo1-1/+1
2022-05-26amt: fix typo in amtTaehee Yoo1-1/+1
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1127-49599/+128455
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-67/+67
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-18/+16
2022-05-25Merge tag 'media/v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds229-3171/+8650
2022-05-25Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-112/+193
2022-05-25Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-96/+1135
2022-05-25Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds37-486/+1469
2022-05-25Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds157-228/+425
2022-05-25Merge tag 'for-linus-2022052401' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds29-187/+1045
2022-05-25Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds35-1545/+3717
2022-05-25Merge tag 'regulator-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-77/+937
2022-05-25Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds9-47/+55
2022-05-25Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds29-148/+335
2022-05-25Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-54/+154
2022-05-25Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds47-839/+1547
2022-05-25Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-2336/+4470
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-172/+346
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-56/+130
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-785/+561
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko1-5/+73
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon1-11/+14
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon1-9/+20
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon1-145/+169
2022-05-24ptp: ocp: constify selectorsJonathan Lemon1-11/+13
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon1-15/+27
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon1-23/+41
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko1-1/+5
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon1-7/+2
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon1-5/+5
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor1-1/+1
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+12
2022-05-24Merge branch 'for-5.19/wacom' into for-linusJiri Kosina3-9/+41
2022-05-24Merge branch 'for-5.19/uclogic' into for-linusJiri Kosina8-149/+587