开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
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
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
ynl.py
Age
Commit message (
Expand
)
Author
2023-12-18
tools/net/ynl: Add binary and pad support to structs for tc
Donald Hunter
2023-12-18
tools/net/ynl: Add 'sub-message' attribute decoding to ynl
Donald Hunter
2023-12-18
tools/net/ynl: Use consistent array index expression formatting
Donald Hunter
2023-12-05
tools: pynl: make flags argument optional for do()
Jakub Kicinski
2023-10-27
tools: ynl: introduce option to process unknown attributes or types
Jiri Pirko
2023-10-23
tools: ynl-gen: introduce support for bitfield32 attribute type
Jiri Pirko
2023-10-20
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
2023-10-17
tools: ynl: fix converting flags to names after recent cleanup
Jakub Kicinski
2023-08-27
tools/net/ynl: Add support for create flags
Donald Hunter
2023-08-27
tools/net/ynl: Implement nlattr array-nest decoding in ynl
Donald Hunter
2023-08-27
tools/net/ynl: Add support for netlink-raw families
Donald Hunter
2023-08-27
tools/net/ynl: Fix extack parsing with fixed header genlmsg
Donald Hunter
2023-08-24
tools: ynl: allow passing binary data
Jakub Kicinski
2023-08-15
tools: ynl: add more info to KeyErrors on missing attrs
Jakub Kicinski
2023-07-26
tools: ynl-gen: fix parse multi-attr enum attribute
Arkadiusz Kubalewski
2023-07-26
tools: ynl-gen: fix enum index in _decode_enum(..)
Arkadiusz Kubalewski
2023-06-24
tools: ynl: add display-hint support to ynl
Donald Hunter
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-29
tools: ynl: Support enums in struct members in genetlink-legacy
Donald Hunter
2023-05-29
tools: ynl: Initialise fixed headers to 0 in genetlink-legacy
Donald Hunter
2023-05-25
tools: ynl: avoid dict errors on older Python versions
Jakub Kicinski
2023-05-24
tools: ynl: Handle byte-order in struct members
Donald Hunter
2023-05-24
tools: ynl: Use dict of predefined Structs to decode scalar types
Donald Hunter
2023-04-11
tools: ynl: throw a more meaningful exception if family not supported
Jakub Kicinski
2023-03-30
tools: ynl: ethtool testing tool
Stanislav Fomichev
2023-03-30
tools: ynl: replace print with NlError
Stanislav Fomichev
2023-03-30
tools: ynl: support byte-order in cli
Stanislav Fomichev
2023-03-28
tools: ynl: Add fixed-header support to ynl
Donald Hunter
2023-03-28
tools: ynl: Add struct attr decoding to ynl
Donald Hunter
2023-03-28
tools: ynl: Add C array attribute decoding to ynl
Donald Hunter
2023-03-27
tools: ynl: Add missing types to encode/decode
Michal Michalik
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-23
ynl: allow to encode u8 attr
Jiri Pirko
2023-03-22
tools: ynl: Fix genlmsg header encoding formats
Donald Hunter
2023-03-08
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
2023-01-31
tools: ynl: use operation names from spec on the CLI
Jakub Kicinski
2023-01-31
tools: ynl: support pretty printing bad attribute names
Jakub Kicinski
2023-01-31
tools: ynl: support multi-attr
Jakub Kicinski
2023-01-31
tools: ynl: support directional enum-model in CLI
Jakub Kicinski
2023-01-31
tools: ynl: add support for types needed by ethtool
Jakub Kicinski
2023-01-31
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
2023-01-31
tools: ynl: move the cli and netlink code around
Jakub Kicinski