Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+2 |
2020-10-30 | crypto: sa2ul - Reduce stack usage | Herbert Xu | 1 | -57/+61 |
2020-10-02 | crypto: sa2ul - Fix DMA mapping API usage | Peter Ujfalusi | 1 | -98/+117 |
2020-09-18 | crypto: sa2ul - Fix pm_runtime_get_sync() error checking | Dan Carpenter | 1 | -1/+1 |
2020-09-11 | crypto: sa2ul - fix compiler warning produced by clang | Tero Kristo | 1 | -4/+2 |
2020-09-04 | crypto: sa2ul - Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -11/+7 |
2020-08-28 | crypto: sa2ul - Fix pointer-to-int-cast warning | YueHaibing | 1 | -2/+2 |
2020-07-31 | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-23 | crypto: sa2ul - add device links to child devices | Tero Kristo | 1 | -0/+11 |
2020-07-23 | crypto: sa2ul - Add AEAD algorithm support | Keerthy | 1 | -21/+517 |
2020-07-23 | crypto: sa2ul - add sha1/sha256/sha512 support | Keerthy | 1 | -12/+537 |
2020-07-23 | crypto: sa2ul - Add crypto driver | Keerthy | 1 | -0/+1388 |