summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-08-18net: fec: use napi_consume_skb() in fec_enet_tx_queue()Wei Fang
2023-08-18sfc: Remove unneeded semicolonYang Li
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-18Merge tag 'drm-fixes-2023-08-18-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-17netconsole: Enable compile time configurationBreno Leitao
2023-08-17netconsole: Create a allocation helperBreno Leitao
2023-08-17net: mdio: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-17net: ena: Use pci_dev_id() to simplify the codeJialin Zhang
2023-08-17tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan
2023-08-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18drm/qxl: fix UAF on handle creationWander Lairson Costa
2023-08-18Merge tag 'amd-drm-fixes-6.5-2023-08-16' of https://gitlab.freedesktop.org/ag...Dave Airlie
2023-08-18Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-08-18Merge tag 'drm-intel-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2023-08-17Merge tag 'mlx5-fixes-2023-08-16' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-08-17qede: fix firmware halt over suspend and resumeManish Chopra
2023-08-17sfc: don't fail probe if MAE/TC setup failsEdward Cree
2023-08-17sfc: don't unregister flow_indr if it was never registeredEdward Cree
2023-08-17Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula
2023-08-16net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee
2023-08-16Revert "net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode"Jakub Kicinski
2023-08-16drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...Karol Herbst
2023-08-16net/mlx5: Fix mlx5_cmd_update_root_ft() error flowShay Drory
2023-08-16net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea
2023-08-16Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0""Alex Deucher
2023-08-16drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello
2023-08-16drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu
2023-08-16drm/amd/pm: Update pci link width for smu v13.0.6Asad Kamal
2023-08-16drm/amd/pm: Fix temperature unit of SMU v13.0.6Lijo Lazar
2023-08-16drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7Umio Yasuno
2023-08-16drm/amdgpu: disable mcbp if parameter zero is setJiadong Zhu
2023-08-16drm/amd/pm: disallow the fan setting if there is no fan on smu 13.0.0Kenneth Feng
2023-08-16i40e: fix misleading debug logsAndrii Staikov
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki
2023-08-16e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng
2023-08-16net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko
2023-08-16wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: qualcomm: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: gemini: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16net: dsa: realtek: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-16nfc: virtual_ncidev: Use module_misc_device macro to simplify the codeLi Zetao
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao
2023-08-16net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao
2023-08-16net: fec: improve XDP_TX performanceWei Fang