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