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
/
ynl
/
lib
/
ynl.c
Age
Commit message (
Expand
)
Author
2024-06-09
tools: ynl: make user space policies const
Jakub Kicinski
2024-03-08
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
Colin Ian King
2024-03-07
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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 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: fix handling of multiple mcast groups
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
2023-12-14
tools: ynl-gen: support fixed headers in genetlink
Jakub Kicinski
2023-12-05
tools: ynl: use strerror() if no extack of note provided
Jakub Kicinski
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-06-06
tools: ynl: user space helpers
Jakub Kicinski