summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-22xen/netfront: Use u64_stats_t with u64_stats_sync properlyDavid Yang-12/+12
2026-01-22net: ifb: use u64_stats_t with u64_stats_sync properlyDavid Yang-9/+9
2026-01-22drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selectedThomas Hellström-1/+2
2026-01-22net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessingTonghao Zhang-4/+5
2026-01-22net: bonding: skip the 2nd trylock when first one failTonghao Zhang-7/+9
2026-01-22net: bonding: move bond_should_notify_peers, e.g. into rtnl lock blockTonghao Zhang-21/+9
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang-19/+54
2026-01-22drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATEThomas Hellström-3/+5
2026-01-22PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ...Samuel Holland-17/+57
2026-01-22drm/i915/display: Fix color pipeline enum name leakChaitanya Kumar Borah-5/+13
2026-01-22drm/vkms: Fix color pipeline enum name leakChaitanya Kumar Borah-7/+8
2026-01-22drm/amd/display: Fix color pipeline enum name leakChaitanya Kumar Borah-5/+12
2026-01-22drm/i915/color: Place 3D LUT after CSC in plane color pipelineChaitanya Kumar Borah-9/+9
2026-01-22fpga: dfl: fix typo in header fileMukesh Kumar Sisodiya-1/+1
2026-01-22net: dsa: yt921x: Add LAG offloading supportDavid Yang-0/+206
2026-01-22iommu/vt-d: Fix race condition during PASID entry replacementLu Baolu-220/+16
2026-01-22iommu/vt-d: Clear Present bit before tearing down context entryLu Baolu-3/+27
2026-01-22iommu/vt-d: Clear Present bit before tearing down PASID entryLu Baolu-1/+19
2026-01-22iommu/vt-d: Flush piotlb for SVM and Nested domainYi Liu-1/+8
2026-01-22iommu/vt-d: Flush cache for PASID table before using itDmytro Maluka-3/+4
2026-01-22iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable modeJinhui Guo-1/+1
2026-01-22iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl...Jinhui Guo-0/+8
2026-01-22media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_bufferRicardo Ribalda-6/+8
2026-01-22media: uvcvideo: Fix allocation for small frame sizesRicardo Ribalda-1/+2
2026-01-22media: uvcvideo: Return queued buffers on start_streaming() failureMichal Pecio-5/+7
2026-01-22media: uvcvideo: Create an ID namespace for streaming output terminalsRicardo Ribalda-22/+35
2026-01-21Merge tag 'hyperv-fixes-signed-20260121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-46/+80
2026-01-21octeontx2-af: Fix error handlingRatheesh Kannoth-22/+64
2026-01-21net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-XDaniel Golle-3/+1
2026-01-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-8/+33
2026-01-21net: dsa: sja1105: re-merge sja1105_set_port_speed() and sja1105_set_port_con...Vladimir Oltean-23/+3
2026-01-21net: dsa: sja1105: let phylink help with the replay of link callbacksVladimir Oltean-50/+8
2026-01-21net: phylink: introduce helpers for replaying link callbacksVladimir Oltean-3/+58
2026-01-21net: phylink: simplify phylink_resolve() -> phylink_major_config() pathVladimir Oltean-11/+9
2026-01-21net: pcs: pcs-mtk-lynxi: deprecate "mediatek,pnswap"Vladimir Oltean-6/+45
2026-01-21net: pcs: pcs-mtk-lynxi: pass SGMIISYS OF node to PCSVladimir Oltean-18/+20
2026-01-21net: phy: air_en8811h: deprecate "airoha,pnswap-rx" and "airoha,pnswap-tx"Vladimir Oltean-15/+39
2026-01-21net: bcmasp: Fix network filter wake for asp-3.0Justin Chen-2/+4
2026-01-21bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet-2/+3
2026-01-21be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_listAndrey Vatoropin-1/+2
2026-01-21net: airoha: npu: Add the capability to read firmware names from dtsLorenzo Bianconi-6/+40
2026-01-21netconsole: resume previously deactivated targetAndre Carvalho-7/+120
2026-01-21netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlockAndre Carvalho-39/+58
2026-01-21netconsole: clear dev_name for devices bound by macAndre Carvalho-0/+8
2026-01-21netconsole: add STATE_DEACTIVATED to track targets disabled by low levelBreno Leitao-1/+19
2026-01-21netconsole: convert 'enabled' flag to enum for clearer state managementAndre Carvalho-24/+28
2026-01-21netconsole: add target_state enumBreno Leitao-0/+5
2026-01-21Revert "net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning"Slark Xiao-9/+8
2026-01-21Merge branch 'add-devm_clk_bulk_get_optional_enable-helper-and-use-in-axi-eth...Jakub Kicinski-56/+77
2026-01-21net: xilinx: axienet: Use devres for resource management in probe pathSean Anderson-56/+27