index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
packing.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: packing: use GENMASK() for box_mask
Vladimir Oltean
2024-10-04
1
-2
/
+2
*
lib: packing: use BITS_PER_BYTE instead of 8
Vladimir Oltean
2024-10-04
1
-14
/
+14
*
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
Jacob Keller
2024-10-04
1
-28
/
+11
*
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
2024-10-04
1
-80
/
+141
*
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
2024-10-04
1
-0
/
+54
*
lib: packing: adjust definitions and implementation for arbitrary buffer lengths
Vladimir Oltean
2024-10-04
1
-27
/
+43
*
lib: packing: refuse operating on bit indices which exceed size of buffer
Vladimir Oltean
2024-10-04
1
-2
/
+4
*
lib: packing: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-03-10
1
-1
/
+0
*
lib: packing: replace bit_reverse() with bitrev8()
Uladzislau Koshchanka
2022-12-13
1
-14
/
+2
*
net: update NXP copyright text
Vladimir Oltean
2021-09-17
1
-1
/
+1
*
lib: packing: add documentation for pbuflen argument
Vladimir Oltean
2020-06-29
1
-0
/
+1
*
lib: Add support for generic packing operations
Vladimir Oltean
2019-05-03
1
-0
/
+213