index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
Age
Commit message (
Expand
)
Author
2023-05-25
tools: ynl: avoid dict errors on older Python versions
Jakub Kicinski
2023-04-13
tools: ynl: Rename ethtool to ethtool.py
Rahul Rameshbabu
2023-04-13
tools: ynl: Remove absolute paths to yaml files from ethtool testing tool
Rahul Rameshbabu
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-28
tools: ynl: Add struct parsing to nlspec
Donald Hunter
2023-03-27
tools: ynl: default to treating enums as flags for mask generation
Jakub Kicinski
2023-03-27
tools: ynl: Add missing types to encode/decode
Michal Michalik
2023-03-24
tools: ynl: add the Python requirements.txt file
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-21
tools: ynl: skip the explicit op array size when not needed
Jakub Kicinski
2023-03-16
ynl: make the tooling check the license
Jakub Kicinski
2023-03-16
ynl: broaden the license even more
Jakub Kicinski
2023-03-16
tools: ynl: make definitions optional again
Jakub Kicinski
2023-03-10
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
2023-03-10
tools: ynl: fix render-max for flags definition
Lorenzo Bianconi
2023-03-08
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2023-03-08
tools: ynl: move the enum classes to shared code
Jakub Kicinski
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
2023-03-03
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
2023-03-03
tools: ynl: fully inherit attrs in subsets
Jakub Kicinski
2023-02-24
tools: net: add __pycache__ to gitignore
Jakub Kicinski
2023-02-24
tools: ynl-gen: re-raise the exception instead of printing
Jakub Kicinski
2023-02-24
tools: ynl-gen: fix single attribute structs with attr 0 only
Jakub Kicinski
2023-01-31
tools: net: use python3 explicitly
Jakub Kicinski
2023-01-31
tools: ynl: load jsonschema on demand
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: add an object hierarchy to represent parsed spec
Jakub Kicinski
2023-01-31
tools: ynl: move the cli and netlink code around
Jakub Kicinski
2023-01-31
tools: ynl-gen: prevent do / dump reordering
Jakub Kicinski
2023-01-26
tools: ynl: store ops in ordered dict to avoid random ordering
Jakub Kicinski
2023-01-26
tools: ynl: rename ops_list -> msg_list
Jakub Kicinski
2023-01-26
tools: ynl: support kdocs for flags in code generation
Jakub Kicinski
2023-01-24
tools: ynl: add a completely generic client
Jakub Kicinski
2023-01-24
net: add basic C code generators for Netlink
Jakub Kicinski