| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-20 | firmware: turris-mox-rwtm: Add support for ECDSA signatures with HW private key | Marek Behún | 1 | -1/+157 |
| 2025-03-20 | firmware: turris-mox-rwtm: Drop ECDSA signatures via debugfs | Marek Behún | 1 | -177/+7 |
| 2024-11-12 | firmware: turris-mox-rwtm: Document the driver private data structure | Marek Behún | 1 | -2/+21 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-09-02 | firmware: turris-mox-rwtm: Deduplicate command execution code | Marek Behún | 1 | -59/+39 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding | Marek Behún | 1 | -1/+2 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS | Marek Behún | 1 | -3/+3 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member | Marek Behún | 1 | -2/+1 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init() | Marek Behún | 1 | -1/+4 |
| 2024-09-02 | firmware: turris-mox-rwtm: Drop redundant device pointer | Marek Behún | 1 | -7/+11 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use dev_err_probe() where possible | Marek Behún | 1 | -11/+5 |
| 2024-09-02 | firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remo... | Marek Behún | 1 | -14/+11 |
| 2024-09-02 | firmware: turris-mox-rwtm: Simplify debugfs code | Marek Behún | 1 | -33/+11 |
| 2024-09-02 | firmware: turris-mox-rwtm: Don't create own kobject type | Marek Behún | 1 | -78/+30 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf() | Marek Behún | 1 | -1/+1 |
| 2024-09-02 | firmware: turris-mox-rwtm: Fix driver includes | Marek Behún | 1 | -1/+6 |
| 2024-09-02 | firmware: turris-mox-rwtm: Hide signature related constants behind macros | Marek Behún | 1 | -14/+22 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use the boolean type where appropriate | Marek Behún | 1 | -7/+8 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6 | Marek Behún | 1 | -1/+2 |
| 2024-09-02 | firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096 | Marek Behún | 1 | -4/+7 |
| 2024-07-15 | firmware: turris-mox-rwtm: Initialize completion before mailbox | Marek Behún | 1 | -2/+1 |
| 2024-07-15 | firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t... | Marek Behún | 1 | -9/+6 |
| 2024-07-15 | firmware: turris-mox-rwtm: Do not complete if there are no waiters | Marek Behún | 1 | -1/+4 |
| 2024-01-04 | firmware: turris-mox-rwtm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-07 | firmware: turris-mox-rwtm: make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
| 2022-11-18 | hwrng: core - treat default_quality as a maximum and default to 1024 | Jason A. Donenfeld | 1 | -1/+0 |
| 2021-06-23 | Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 1 | -0/+1 |
| 2021-06-17 | firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s... | Pali Rohár | 1 | -0/+1 |
| 2021-06-17 | firmware: turris-mox-rwtm: show message about HWRNG registration | Pali Rohár | 1 | -0/+2 |
| 2021-06-17 | firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng | Pali Rohár | 1 | -0/+28 |
| 2021-06-17 | firmware: turris-mox-rwtm: report failures better | Marek Behún | 1 | -6/+12 |
| 2021-06-17 | firmware: turris-mox-rwtm: fix reply status decoding function | Marek Behún | 1 | -2/+5 |
| 2021-04-09 | treewide: change my e-mail address, fix my name | Marek Behún | 1 | -2/+2 |
| 2020-07-18 | firmware: turris-mox-rwtm: support ECDSA signatures via debugfs | Marek Behún | 1 | -0/+166 |
| 2020-01-08 | firmware: turris-mox-rwtm: small white space cleanup | Dan Carpenter | 1 | -1/+1 |
| 2019-09-04 | firmware: Add Turris Mox rWTM firmware driver | Marek Behún | 1 | -0/+384 |