| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-11 | lib: packing: add pack_fields() and unpack_fields() | Vladimir Oltean | 1 | -0/+153 |
| 2024-12-11 | lib: packing: demote truncation error in pack() to a warning in __pack() | Vladimir Oltean | 1 | -16/+10 |
| 2024-12-11 | lib: packing: create __pack() and __unpack() variants without error checking | Vladimir Oltean | 1 | -64/+78 |
| 2024-10-03 | lib: packing: use GENMASK() for box_mask | Vladimir Oltean | 1 | -2/+2 |
| 2024-10-03 | lib: packing: use BITS_PER_BYTE instead of 8 | Vladimir Oltean | 1 | -14/+14 |
| 2024-10-03 | lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior | Jacob Keller | 1 | -28/+11 |
| 2024-10-03 | lib: packing: duplicate pack() and unpack() implementations | Vladimir Oltean | 1 | -80/+141 |
| 2024-10-03 | lib: packing: add pack() and unpack() wrappers over packing() | Vladimir Oltean | 1 | -0/+54 |
| 2024-10-03 | lib: packing: adjust definitions and implementation for arbitrary buffer lengths | Vladimir Oltean | 1 | -27/+43 |
| 2024-10-03 | lib: packing: refuse operating on bit indices which exceed size of buffer | Vladimir Oltean | 1 | -2/+4 |
| 2023-03-09 | lib: packing: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2022-12-12 | lib: packing: replace bit_reverse() with bitrev8() | Uladzislau Koshchanka | 1 | -14/+2 |
| 2021-09-17 | net: update NXP copyright text | Vladimir Oltean | 1 | -1/+1 |
| 2020-06-28 | lib: packing: add documentation for pbuflen argument | Vladimir Oltean | 1 | -0/+1 |
| 2019-05-03 | lib: Add support for generic packing operations | Vladimir Oltean | 1 | -0/+213 |