| Age | Commit message (Expand) | Author | Files | Lines |
| 13 days | fwctl: pds: Validate RPC input size before parsing | Heechan Kang | 1 | -0/+3 |
| 2026-04-10 | fwctl: Fix class init ordering to avoid NULL pointer dereference on device re... | Richard Cheng | 1 | -1/+1 |
| 2026-03-31 | fwctl/bnxt_fwctl: Add bnxt fwctl device | Pavan Chebbi | 4 | -0/+297 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -2/+2 |
| 2025-09-22 | pds_fwctl: Replace kzalloc + copy_from_user with memdup_user in pdsfc_fw_rpc | Thorsten Blum | 1 | -12/+4 |
| 2025-09-17 | fwctl/mlx5: Add Adjacent function query commands and their scope | Saeed Mahameed | 1 | -0/+6 |
| 2025-09-17 | fwctl/mlx5: Allow MODIFY_CONG_STATUS command | Avihai Horon | 1 | -0/+1 |
| 2025-08-22 | pds_fwctl: Remove the use of dev_err_probe() | Liao Yuanhong | 1 | -1/+1 |
| 2025-08-18 | fwctl/mlx5: Fix memory alloc/free in mlx5ctl_fw_rpc() | Akhilesh Patil | 1 | -1/+1 |
| 2025-04-11 | fwctl: Fix repeated device word in log message | Shannon Nelson | 1 | -1/+1 |
| 2025-04-11 | pds_fwctl: Fix type and endian complaints | Shannon Nelson | 1 | -13/+20 |
| 2025-03-21 | pds_fwctl: add rpc and query support | Brett Creeley | 1 | -1/+369 |
| 2025-03-21 | pds_fwctl: initial driver framework | Shannon Nelson | 4 | -0/+183 |
| 2025-03-06 | fwctl/mlx5: Support for communicating with mlx5 fw | Saeed Mahameed | 4 | -0/+430 |
| 2025-03-06 | fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware | Jason Gunthorpe | 1 | -0/+60 |
| 2025-03-06 | fwctl: FWCTL_INFO to return basic information about the device | Jason Gunthorpe | 1 | -0/+55 |
| 2025-03-06 | fwctl: Basic ioctl dispatch for the character device | Jason Gunthorpe | 1 | -5/+138 |
| 2025-03-06 | fwctl: Add basic structure for a class subsystem with a cdev | Jason Gunthorpe | 3 | -0/+186 |