summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-09ionic: debug line for Tx completion errorsShannon Nelson1-1/+8
2024-09-09PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible stringsBjorn Helgaas1-45/+45
2024-09-09ptp: ptp_ines: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-09ixp4xx_eth: Remove setting of RX software timestampGal Pressman1-3/+1
2024-09-09net: stmmac: Remove setting of RX software timestampGal Pressman1-2/+2
2024-09-09sfc/siena: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-09sfc: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-09qede: Remove setting of RX software timestampGal Pressman1-8/+1
2024-09-09net: mscc: ocelot: Remove setting of RX software timestampGal Pressman1-8/+4
2024-09-09net/funeth: Remove setting of RX software timestampGal Pressman1-4/+1
2024-09-09enic: Remove setting of RX software timestampGal Pressman1-3/+1
2024-09-09net: thunderx: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-09liquidio: Remove setting of RX software timestampGal Pressman1-9/+7
2024-09-09net: macb: Remove setting of RX software timestampGal Pressman1-3/+2
2024-09-09amd-xgbe: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-09bonding: Remove setting of RX software timestampGal Pressman1-3/+0
2024-09-09tg3: Remove setting of RX software timestampGal Pressman1-5/+1
2024-09-09bnxt_en: Remove setting of RX software timestampGal Pressman1-4/+1
2024-09-09net: ti: icssg-prueth: Make pa_stats optionalMD Danish Anwar3-14/+26
2024-09-09net: ibm: emac: Use __iomem annotation for emac_[xg]aht_baseSimon Horman2-4/+4
2024-09-09net: ag71xx: disable napi interrupts during probeSven Eckelmann1-0/+6
2024-09-09net: ag71xx: remove always true branchRosen Penev1-6/+4
2024-09-09net: ag71xx: get reset control using devm apiRosen Penev1-7/+7
2024-09-09net: ag71xx: use ethtool_putsRosen Penev1-2/+1
2024-09-09net: ag71xx: update FIFO bits and descriptionsRosen Penev1-24/+24
2024-09-09net: ag71xx: add MODULE_DESCRIPTIONRosen Penev1-0/+1
2024-09-09net: ag71xx: add COMPILE_TEST to test compilationRosen Penev1-2/+2
2024-09-09Merge tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/...Jakub Kicinski4-24/+14
2024-09-09treewide: correct the typo 'retun'WangYuli6-6/+6
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky1-0/+12
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky1-26/+124
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky1-7/+68
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky1-7/+67
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky9-98/+168
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky9-135/+149
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky9-72/+77
2024-09-09zram: add support for dict comp configSergey Senozhatsky1-9/+36
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky1-0/+68
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky1-2/+3
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky11-24/+67
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky2-6/+21
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky5-0/+94
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky5-0/+158
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky1-2/+2
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky5-0/+123
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky5-2/+100
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky5-0/+98
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky7-0/+140
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky4-151/+76
2024-09-09vduse: avoid using __GFP_NOFAILJason Wang2-8/+12