summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/octeontx2
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-58/+177
2025-06-17octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep4-14/+14
2025-06-13crypto: octeontx2 - get engine group number for asymmetric engineAmit Singh Tomar4-1/+21
2025-06-13crypto: octeontx2 - Rework how engine group number is obtainedAmit Singh Tomar6-13/+28
2025-06-13crypto: octeontx2 - Fix address alignment on CN10KB and CN10KA-B0Bharat Bhushan1-15/+44
2025-06-13crypto: octeontx2 - Fix address alignment on CN10K A0/A1 and OcteonTX2Bharat Bhushan1-15/+51
2025-06-13crypto: octeontx2 - Fix address alignment issue on ucode loadingBharat Bhushan1-14/+21
2025-06-13crypto: octeontx2 - add timeout for load_fvc completion pollBharat Bhushan1-2/+14
2025-05-19crypto: octeontx2 - Use dynamic allocated memory region for lmtstBharat Bhushan10-38/+123
2025-05-19crypto: octeontx2 - Initialize cptlfs device info onceBharat Bhushan4-9/+9
2025-04-28crypto: octeontx2 - Simplify multiple return statementsThorsten Blum1-24/+10
2025-03-15crypto: octeontx2 - suppress auth failure screaming due to negative testsShashank Gupta1-3/+4
2025-03-02crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_infoDr. David Alan Gilbert2-100/+0
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra5-31/+27
2024-10-31crypto: marvell - replace deprecated PCI functionsPhilipp Stanner2-9/+18
2024-08-24crypto: octeontx2 - Fix authenc setkeyHerbert Xu1-164/+90
2024-08-17crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu1-9/+1
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+6
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-3/+6
2024-04-19crypto: octeontx2 - add missing check for dma_map_singleChen Ni1-0/+4
2023-12-29crypto: octeontx2 - support setting ctx ilen for inline CPT LFNithin Dabilpuram5-1/+61
2023-12-29crypto: octeontx2 - register error interrupts for inline cptlfNithin Dabilpuram6-55/+155
2023-12-29crypto: octeontx2 - add ctx_val workaroundSrujana Challa7-1/+137
2023-12-29crypto: octeontx2 - update CPT inbound inline IPsec mailboxSrujana Challa3-1/+9
2023-12-29crypto: octeontx2 - add LF reset on queue disableSrujana Challa5-29/+86
2023-12-29crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.Srujana Challa2-4/+13
2023-12-29crypto: octeontx2 - add devlink option to set t106 modeSrujana Challa3-4/+52
2023-12-29crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0Srujana Challa14-175/+436
2023-12-29crypto: octeontx2 - remove CPT block resetSrujana Challa1-43/+0
2023-12-15crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2-2/+7
2023-12-08crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2-2/+2
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-40/+359
2023-05-19crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2-9/+9
2023-05-12crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa10-38/+261
2023-05-12crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa3-2/+98
2023-02-14crypto: octeontx2 - Fix objects shared between several modulesAlexander Lobakin8-14/+39
2023-02-13crypto: octeontx2 - Use request_complete helpersHerbert Xu1-2/+2
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-1/+1
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-39/+40
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu1-39/+40
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen1-4/+1
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-10crypto: octeontx2 - fix potential null pointer accessShijith Thotton1-3/+12
2022-06-10crypto: octeontx2 - add firmware version in devlink infoShijith Thotton3-3/+42
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi1-6/+1
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-31/+129
2022-03-03crypto: octeontx2 - fix missing unlockYang Yingliang2-2/+6
2022-02-23crypto: octeontx2 - add synchronization between mailbox accessesHarman Kalra5-14/+46