summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu
2026-01-23crypto: blowfish - fix typo in commentAlexander Bendezu
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh
2026-01-23crypto: api - remove unnecessary forward declarationsThorsten Blum
2026-01-23crypto: simd - Simplify request size calculation in simd_aead_initThorsten Blum
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain
2026-01-23crypto: xilinx - Avoid submitting fallback requests to engineHarsh Jain
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain
2026-01-23dt-bindings: crypto: Mark zynqmp-aes as DeprecatedHarsh Jain
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain
2026-01-23crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}Thorsten Blum
2026-01-23crypto: lskcipher - Use unregister_lskciphers in register_lskciphersThorsten Blum
2026-01-23crypto: skcipher - Use unregister_skciphers in register_skciphersThorsten Blum
2026-01-23crypto: shash - Use unregister_shashes in register_shashesThorsten Blum
2026-01-23crypto: ahash - Use unregister_ahashes in register_ahashesThorsten Blum
2026-01-23crypto: acomp - Use unregister_acomps in register_acompsThorsten Blum
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei
2026-01-22selftests: ublk: increase timeout to 150 secondsMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22selftests: ublk: add batch buffer management infrastructureMing Lei
2026-01-22selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei
2026-01-22selftests: ublk: replace assert() with ublk_assert()Ming Lei
2026-01-22selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei
2026-01-22ublk: document feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: abort requests filled in event kfifoMing Lei