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
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