summaryrefslogtreecommitdiffhomepage
path: root/lib/rtnl.c
AgeCommit message (Expand)Author
2024-01-10rtnl: increase event socket rx buffer size limit to 1 MiBJo-Philipp Wich
2024-01-10rtnl: optimize reception of rtnl eventsJo-Philipp Wich
2024-01-10rtnl: store callback in listener registry only on successJo-Philipp Wich
2023-09-22rtnl: update the link attr TODOsPacket Please
2023-09-22rtnl: add IFLA_TARGET_NETNSID for operating in other namespacesPacket Please
2023-08-09treewide: consolidate platform specific code in platform.cJo-Philipp Wich
2023-02-13rtnl: add missing uc_vm_registry_set callFelix Fietkau
2023-02-13rtnl: add missing ucv_get() callsFelix Fietkau
2023-01-31rtnl: add support for registering an uloop based listenerFelix Fietkau
2022-07-03rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE familyJo-Philipp Wich
2022-06-28rtnl: expose IFLA_STATS64 contentsJo-Philipp Wich
2022-06-28rtnl: expose ifinfomsg.ifi_change memberJo-Philipp Wich
2022-06-27rtnl: update NETLINK_GET_STRICT_CHK socket flag with every requestJo-Philipp Wich
2022-06-08Merge pull request #83 from jow-/rtnl-fix-linkinfo-segfaultJo-Philipp Wich
2022-06-08Merge pull request #82 from jow-/rtnl-zero-msghdrJo-Philipp Wich
2022-06-08Merge pull request #81 from jow-/rtnl-fix-ack-handlingJo-Philipp Wich
2022-06-08rtnl: fix segmentation fault on parsing linkinfo RTA without dataJo-Philipp Wich
2022-06-08rtnl: zero request message headersJo-Philipp Wich
2022-06-08rtnl: fix premature netlink reply receive abortJo-Philipp Wich
2022-06-04rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."Jo-Philipp Wich
2022-01-18lib: replace usages of vasprintf() with xvasprintf()Jo-Philipp Wich
2022-01-04treewide: rework numeric value handlingJo-Philipp Wich
2021-09-15rtnl: automatically derive message family from certain address attrsJo-Philipp Wich
2021-09-15rtnl: expose IPv4 and IPv6 devconfig informationJo-Philipp Wich
2021-09-15rtnl: allow reply nla payloads to be smaller than headsizeJo-Philipp Wich
2021-09-15lib: introduce Linux route netlink bindingJo-Philipp Wich