index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
packing.c
Age
Commit message (
Expand
)
Author
2024-12-11
lib: packing: add pack_fields() and unpack_fields()
Vladimir Oltean
2024-12-11
lib: packing: demote truncation error in pack() to a warning in __pack()
Vladimir Oltean
2024-12-11
lib: packing: create __pack() and __unpack() variants without error checking
Vladimir Oltean
2024-10-03
lib: packing: use GENMASK() for box_mask
Vladimir Oltean
2024-10-03
lib: packing: use BITS_PER_BYTE instead of 8
Vladimir Oltean
2024-10-03
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
Jacob Keller
2024-10-03
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
2024-10-03
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
2024-10-03
lib: packing: adjust definitions and implementation for arbitrary buffer lengths
Vladimir Oltean
2024-10-03
lib: packing: refuse operating on bit indices which exceed size of buffer
Vladimir Oltean
2023-03-09
lib: packing: remove MODULE_LICENSE in non-modules
Nick Alcock
2022-12-12
lib: packing: replace bit_reverse() with bitrev8()
Uladzislau Koshchanka
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2020-06-28
lib: packing: add documentation for pbuflen argument
Vladimir Oltean
2019-05-03
lib: Add support for generic packing operations
Vladimir Oltean