| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2024-11-03 | dim: pass dim_sample to net_dim() by reference | Caleb Sander Mateos | 1 | -5/+5 |
| 2024-11-03 | dim: make dim_calc_stats() inputs const pointers | Caleb Sander Mateos | 1 | -1/+2 |
| 2024-09-01 | dimlib: use *-y instead of *-objs in Makefile | Andy Shevchenko | 1 | -1/+1 |
| 2024-06-25 | dim: add new interfaces for initialization and getting results | Heng Qi | 1 | -0/+68 |
| 2024-06-25 | ethtool: provide customized dim profile management | Heng Qi | 1 | -0/+70 |
| 2024-06-25 | linux/dim: move useful macros to .h file | Heng Qi | 1 | -6/+0 |
| 2024-05-07 | lib: Allow for the DIM library to be modular | Florian Fainelli | 2 | -2/+5 |
| 2023-05-09 | linux/dim: Do nothing if no time delta between samples | Roy Novich | 3 | -4/+7 |
| 2022-05-09 | dim: initialize all struct fields | Jesse Brandeburg | 1 | -22/+22 |
| 2020-11-18 | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" | Nick Desaulniers | 2 | -3/+3 |
| 2020-08-24 | lib: Revert use of fallthrough pseudo-keyword in lib/ | Gustavo A. R. Silva | 2 | -3/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -3/+3 |
| 2019-07-25 | lib/dim: Fix -Wunused-const-variable warnings | Leon Romanovsky | 1 | -0/+56 |
| 2019-07-25 | linux/dim: Fix overflow in dim calculation | Yamin Friedman | 1 | -2/+2 |
| 2019-07-08 | linux/dim: Implement RDMA adaptive moderation (DIM) | Yamin Friedman | 2 | -4/+110 |
| 2019-06-25 | linux/dim: Add completions count to dim_sample | Yamin Friedman | 1 | -0/+9 |
| 2019-06-25 | linux/dim: Move implementation to .c files | Tal Gilboa | 3 | -0/+273 |