开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
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