index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
rtnl.c
Age
Commit message (
Expand
)
Author
2024-01-10
rtnl: increase event socket rx buffer size limit to 1 MiB
Jo-Philipp Wich
2024-01-10
rtnl: optimize reception of rtnl events
Jo-Philipp Wich
2024-01-10
rtnl: store callback in listener registry only on success
Jo-Philipp Wich
2023-09-22
rtnl: update the link attr TODOs
Packet Please
2023-09-22
rtnl: add IFLA_TARGET_NETNSID for operating in other namespaces
Packet Please
2023-08-09
treewide: consolidate platform specific code in platform.c
Jo-Philipp Wich
2023-02-13
rtnl: add missing uc_vm_registry_set call
Felix Fietkau
2023-02-13
rtnl: add missing ucv_get() calls
Felix Fietkau
2023-01-31
rtnl: add support for registering an uloop based listener
Felix Fietkau
2022-07-03
rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE family
Jo-Philipp Wich
2022-06-28
rtnl: expose IFLA_STATS64 contents
Jo-Philipp Wich
2022-06-28
rtnl: expose ifinfomsg.ifi_change member
Jo-Philipp Wich
2022-06-27
rtnl: update NETLINK_GET_STRICT_CHK socket flag with every request
Jo-Philipp Wich
2022-06-08
Merge pull request #83 from jow-/rtnl-fix-linkinfo-segfault
Jo-Philipp Wich
2022-06-08
Merge pull request #82 from jow-/rtnl-zero-msghdr
Jo-Philipp Wich
2022-06-08
Merge pull request #81 from jow-/rtnl-fix-ack-handling
Jo-Philipp Wich
2022-06-08
rtnl: fix segmentation fault on parsing linkinfo RTA without data
Jo-Philipp Wich
2022-06-08
rtnl: zero request message headers
Jo-Philipp Wich
2022-06-08
rtnl: fix premature netlink reply receive abort
Jo-Philipp Wich
2022-06-04
rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."
Jo-Philipp Wich
2022-01-18
lib: replace usages of vasprintf() with xvasprintf()
Jo-Philipp Wich
2022-01-04
treewide: rework numeric value handling
Jo-Philipp Wich
2021-09-15
rtnl: automatically derive message family from certain address attrs
Jo-Philipp Wich
2021-09-15
rtnl: expose IPv4 and IPv6 devconfig information
Jo-Philipp Wich
2021-09-15
rtnl: allow reply nla payloads to be smaller than headsize
Jo-Philipp Wich
2021-09-15
lib: introduce Linux route netlink binding
Jo-Philipp Wich