index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
Age
Commit message (
Expand
)
Author
2024-02-28
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
2024-02-28
tools: ynl: remove the libmnl dependency
Jakub Kicinski
2024-02-28
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
2024-02-28
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
2024-02-28
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
2024-02-28
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
2024-02-28
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
2024-02-28
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
2024-02-28
tools: ynl-gen: remove unused parse code
Jakub Kicinski
2024-02-28
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
2024-02-28
tools: ynl: create local ARRAY_SIZE() helper
Jakub Kicinski
2024-02-28
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
2024-02-28
tools: ynl: create local for_each helpers
Jakub Kicinski
2024-02-28
tools: ynl: create local attribute helpers
Jakub Kicinski
2024-02-28
tools: ynl: give up on libmnl for auto-ints
Jakub Kicinski
2024-02-28
tools: ynl: protect from old OvS headers
Jakub Kicinski
2024-02-23
tools: ynl: fix header guards
Jakub Kicinski
2024-02-23
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
2024-02-23
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
2024-02-23
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-21
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
2024-02-21
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
2024-02-19
tools: ynl: don't access uninitialized attr_space variable
Jiri Pirko
2024-02-06
tools: ynl: add support for encoding multi-attr
Alessandro Marcolini
2024-02-06
tools: ynl: correct typo and docstring
Alessandro Marcolini
2024-02-02
tools: ynl: auto-gen for all genetlink families
Jakub Kicinski
2024-02-02
tools: ynl: generate code for ovs families
Jakub Kicinski
2024-02-02
tools: ynl: include dpll and mptcp_pm in C codegen
Jakub Kicinski
2024-01-31
tools/net/ynl: Add type info to struct members in generated docs
Donald Hunter
2024-01-31
tools/net/ynl: Add support for nested structs
Donald Hunter
2024-01-31
tools/net/ynl: Move formatted_string method out of NlAttr
Donald Hunter
2024-01-31
tools/net/ynl: Rename _fixed_header_size() to _struct_size()
Donald Hunter
2024-01-31
tools/net/ynl: Combine struct decoding logic in ynl
Donald Hunter
2024-01-31
tools/net/ynl: Encode default values for binary blobs
Donald Hunter
2024-01-31
tools/net/ynl: Add support for encoding sub-messages
Donald Hunter
2024-01-31
tools/net/ynl: Refactor fixed header encoding into separate method
Donald Hunter
2024-01-31
tools/net/ynl: Support sub-messages in nested attribute spaces
Donald Hunter
2024-01-31
tools/net/ynl: Add --output-json arg to ynl cli
Donald Hunter
2023-12-18
tools/net/ynl-gen-rst: Remove extra indentation from generated docs
Donald Hunter
2023-12-18
tools/net/ynl-gen-rst: Remove bold from attribute-set headings
Donald Hunter
2023-12-18
tools/net/ynl-gen-rst: Sort the index of generated netlink specs
Donald Hunter
2023-12-18
tools/net/ynl-gen-rst: Add sub-messages to generated docs
Donald Hunter
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-14
tools: ynl-gen: print prototypes for recursive stuff
Jakub Kicinski
2023-12-14
tools: ynl-gen: store recursive nests by a pointer
Jakub Kicinski
2023-12-14
tools: ynl-gen: re-sort ignoring recursive nests
Jakub Kicinski
2023-12-14
tools: ynl-gen: record information about recursive nests
Jakub Kicinski
[next]