aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-16crypto: hisilicon/hpre - support the hpre algorithm fallbackWeili Qian1-39/+199
2026-01-16crypto: hisilicon/zip - support fallback for zipChenghai Huang2-8/+43
2026-01-16crypto: hisilicon/qm - optimize device selection priority based on queue ref ...Chenghai Huang1-10/+25
2026-01-16crypto: hisilicon/qm - add reference counting to queues for tfm kernel reuseChenghai Huang1-14/+51
2026-01-16crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_nodeChenghai Huang4-95/+66
2026-01-16crypto: hisilicon/qm - centralize the sending locks of each module into qmChenghai Huang3-11/+12
2026-01-16crypto: hisilicon/qm - enhance the configuration of req_type in queue attributesChenghai Huang7-18/+33
2026-01-16crypto: hisilicon/hpre: extend tag field to 64 bits for better performancelizhi2-122/+25
2026-01-16crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for...Chenghai Huang3-54/+61
2026-01-16crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...Chenghai Huang1-15/+9
2026-01-16crypto: octeontx - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-01-16crypto: cavium - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-01-15net: freescale: ucc_geth: Return early when TBI PHY can't be foundMaxime Chevallier1-1/+3
2026-01-15xgbe: Use netlink extack to report errors to ethtoolVishal Badole1-22/+27
2026-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-31/+57
2026-01-15bnxt_en: Fix build break on non-x86 platformsPavan Chebbi1-0/+4
2026-01-15bonding: limit BOND_MODE_8023AD to Ethernet devicesEric Dumazet1-0/+6
2026-01-15hinic3: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari2-2/+2
2026-01-15net: phy: realtek: fix in-band capabilities for 2.5G PHYsJan Hoffmann1-0/+1
2026-01-15net: phy: remove unused fixup unregistering functionsHeiner Kallweit1-46/+0
2026-01-15net: usb: dm9601: remove broken SR9700 supportEthan Nelson-Moore1-4/+0
2026-01-15net: usb: sr9700: fix byte numbering in commentsEthan Nelson-Moore1-21/+21
2026-01-15usbnet: fix crash due to missing BQL accounting after resumeSimon Schippers1-0/+1
2026-01-16Merge tag 'drm-xe-next-2026-01-15' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie132-969/+1281
2026-01-15net: ethernet: dnet: remove driverHeiner Kallweit4-1110/+0
2026-01-15net: airoha: npu: Init BA memory region if provided via DTSLorenzo Bianconi1-0/+8
2026-01-15net: phy: adin: enable configuration of the LP Termination RegisterOsose Itua1-0/+20
2026-01-15Merge tag 'phy_common_properties' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-0/+655
2026-01-16Merge tag 'drm-intel-next-2026-01-15' of https://gitlab.freedesktop.org/drm/i...Dave Airlie93-1433/+1989
2026-01-15clk: clk-apple-nco: Add "apple,t8103-nco" compatibleJanne Grunau1-0/+1
2026-01-15clk: versatile: impd1: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-15clk: scpi: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+2
2026-01-15clk: lmk04832: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski114-1209/+1413
2026-01-15wifi: ath12k: enable QCC2072 supportBaochen Qiang1-1/+13
2026-01-15wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072Miaoqing Pan6-5/+16
2026-01-15wifi: ath12k: send peer meta data version to firmwareBaochen Qiang3-0/+13
2026-01-15wifi: ath12k: limit number of channels per WMI commandBaochen Qiang2-1/+5
2026-01-15wifi: ath12k: handle REO status ring for QCC2072Baochen Qiang4-1/+38
2026-01-15wifi: ath12k: handle REO CMD ring for QCC2072Baochen Qiang6-3/+65
2026-01-15wifi: ath12k: add hardware ops support for QCC2072Baochen Qiang5-1/+69
2026-01-15wifi: ath12k: add HAL descriptor and ops for QCC2072Baochen Qiang6-3/+385
2026-01-15wifi: ath12k: support downloading auxiliary ucode image for QCC2072Baochen Qiang7-4/+215
2026-01-15wifi: ath12k: support LPASS_SHARED target memory typeBaochen Qiang2-0/+2
2026-01-15wifi: ath12k: add hardware parameters for QCC2072Baochen Qiang1-0/+85
2026-01-15wifi: ath12k: add hardware registers for QCC2072Baochen Qiang6-1/+115
2026-01-15wifi: ath12k: fix mac phy capability parsingBaochen Qiang1-8/+14
2026-01-15wifi: ath12k: refactor 320 MHz bandwidth support parsingBaochen Qiang1-12/+11
2026-01-15wifi: ath12k: fix preferred hardware mode calculationBaochen Qiang1-1/+1
2026-01-15wifi: ath12k: refactor REO status ring handlingBaochen Qiang8-49/+48