index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
ynl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
tools: ynl: submsg: reverse parse / error reporting
Jakub Kicinski
1
-9
/
+75
2025-05-16
tools: ynl-gen: submsg: support parsing and rendering sub-messages
Jakub Kicinski
1
-0
/
+9
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-05-05
tools: ynl-gen: validate 0 len strings from kernel
David Wei
1
-1
/
+1
2025-05-02
tools: ynl: allow fixed-header to be specified per op
Jakub Kicinski
1
-4
/
+4
2025-05-02
tools: ynl: let classic netlink requests specify extra nlflags
Jakub Kicinski
1
-2
/
+2
2025-04-10
tools: ynl: don't use genlmsghdr in classic netlink
Jakub Kicinski
1
-4
/
+4
2025-04-10
tools: ynl: support creating non-genl sockets
Jakub Kicinski
1
-17
/
+34
2025-01-27
tools: ynl: c: correct reverse decode of empty attrs
Jakub Kicinski
1
-1
/
+1
2024-08-05
tools: ynl: remove extraneous ; after statements
Colin Ian King
1
-2
/
+2
2024-06-09
tools: ynl: make user space policies const
Jakub Kicinski
1
-5
/
+5
2024-03-08
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
Colin Ian King
1
-1
/
+1
2024-03-07
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
1
-0
/
+36
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-28
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
1
-15
/
+14
2024-02-28
tools: ynl: remove the libmnl dependency
Jakub Kicinski
1
-1
/
+0
2024-02-28
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
1
-21
/
+39
2024-02-28
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
1
-27
/
+27
2024-02-28
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
1
-13
/
+12
2024-02-28
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
1
-19
/
+44
2024-02-28
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
1
-20
/
+14
2024-02-28
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
1
-38
/
+18
2024-02-28
tools: ynl-gen: remove unused parse code
Jakub Kicinski
1
-1
/
+1
2024-02-28
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
1
-3
/
+2
2024-02-28
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
1
-13
/
+11
2024-02-28
tools: ynl: create local for_each helpers
Jakub Kicinski
1
-6
/
+6
2024-02-28
tools: ynl: create local attribute helpers
Jakub Kicinski
1
-22
/
+22
2024-02-28
tools: ynl: fix handling of multiple mcast groups
Jakub Kicinski
1
-0
/
+1
2024-02-21
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
1
-1
/
+7
2024-02-21
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
1
-3
/
+8
2023-12-14
tools: ynl-gen: support fixed headers in genetlink
Jakub Kicinski
1
-4
/
+4
2023-12-05
tools: ynl: use strerror() if no extack of note provided
Jakub Kicinski
1
-1
/
+5
2023-10-23
tools: ynl-gen: introduce support for bitfield32 attribute type
Jiri Pirko
1
-0
/
+6
2023-10-20
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
1
-0
/
+6
2023-06-06
tools: ynl: user space helpers
Jakub Kicinski
1
-0
/
+901