index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
ynl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
1
-0
/
+36
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-29
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
1
-15
/
+14
2024-02-29
tools: ynl: remove the libmnl dependency
Jakub Kicinski
1
-1
/
+0
2024-02-29
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
1
-21
/
+39
2024-02-29
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
1
-27
/
+27
2024-02-29
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
1
-13
/
+12
2024-02-29
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
1
-19
/
+44
2024-02-29
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
1
-20
/
+14
2024-02-29
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
1
-38
/
+18
2024-02-29
tools: ynl-gen: remove unused parse code
Jakub Kicinski
1
-1
/
+1
2024-02-29
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
1
-3
/
+2
2024-02-29
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
1
-13
/
+11
2024-02-29
tools: ynl: create local for_each helpers
Jakub Kicinski
1
-6
/
+6
2024-02-29
tools: ynl: create local attribute helpers
Jakub Kicinski
1
-22
/
+22
2024-02-29
tools: ynl: fix handling of multiple mcast groups
Jakub Kicinski
1
-0
/
+1
2024-02-22
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
1
-1
/
+7
2024-02-22
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
1
-3
/
+8
2023-12-15
tools: ynl-gen: support fixed headers in genetlink
Jakub Kicinski
1
-4
/
+4
2023-12-06
tools: ynl: use strerror() if no extack of note provided
Jakub Kicinski
1
-1
/
+5
2023-10-24
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