summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-04Update for new version of libnl.HEADmastermainChristopher Ferris
2024-04-04Upgrade libnl to libnl3_9_0Christopher Ferris
2023-12-04libnl-3.9.0 releaseThomas Haller
2023-12-04include/linux-private: import 'seg6 local' headers from kernel treeKonstantin Kogdenko
2023-12-04xfrm: fix leaking usertemplate in xfrmnl_sp_parse()Thomas Haller
2023-12-01route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller
2023-12-01nl-aux-route: add cleanup macro for rtnl_act_put_all()Thomas Haller
2023-12-01base: add _NL_AUTO_DEFINE_FCN_INDIRECT0() macroThomas Haller
2023-12-01base: don't use static array indices for buffer argument of _nl_inet_ntop()Thomas Haller
2023-12-01route/can: implement can_device_statsJob Feikens
2023-11-29include: add "nl-aux-xfrm" helpersThomas Haller
2023-11-29nl-aux-core: add _nl_addr_build() helperThomas Haller
2023-11-29nl-base-utils: add _nl_addr_family_to_size() helperThomas Haller
2023-10-30route/link: add bonding interface options set rtnl apisLokesh Dhoundiyal
2023-08-29libnl-3.8.0 releaseThomas Haller
2023-08-18lib: use getprotobyname_r(), getprotobynumber_r() if availableThomas Haller
2023-08-17route: fix documentation comment for nl_nh_group_infoThomas Haller
2023-08-17clang-format: reformat files with new formatThomas Haller
2023-08-08include/linux: add all linux headers that we useThomas Haller
2023-08-08include/linux: update all linux headersThomas Haller
2023-08-07include: add missing "extern "C"" specifier to public headersThomas Haller
2023-08-07all: drop "extern "C"" from internal codeThomas Haller
2023-08-07include: fix headers "include/netlink/route/{netconf.h,route/qdisc/red.h}" to...Thomas Haller
2023-08-03route/nh: drop not implemented "nh" API from headersThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02include: add "nl-default.h" headerThomas Haller
2023-08-02build: move "lib/defs.h" to "include/config.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-08-02include: rename "nl-shared-core" to "nl-priv-dynamic-core"Thomas Haller
2023-08-02include: rename "nl-hidden-route" to "nl-priv-dynamic-route"Thomas Haller
2023-08-02include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller
2023-08-02include: make "netlink/route/link/{inet,inet6}.h" self-containedThomas Haller
2023-08-01lib: move "include/netlink-private/object-api" to include/nl-shared-coreThomas Haller
2023-08-01lib: move "include/netlink-private/cache-api" to include/nl-shared-coreThomas Haller
2023-08-01route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...Thomas Haller
2023-08-01lib: move "include/netlink-private/socket.h" to lib/nl-core.hThomas Haller
2023-08-01route: move "include/netlink-private/route/nexthop-encap.h" to lib/routeThomas Haller
2023-08-01route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller
2023-08-01route: move rtnl_tc_build_rate_table() to "tc-api.h"Thomas Haller
2023-08-01route: move "include/netlink-private/route/tc-api.h" to lib/routeThomas Haller
2023-08-01route: move hidden symbols from "include/netlink-private/route/tc-api.h"Thomas Haller
2023-07-31include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller
2023-07-31include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller
2023-07-31include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"Thomas Haller
2023-07-31include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"Thomas Haller
2023-07-31nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller
2023-07-31base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller
2023-07-31include/utils: move nl-auto base defines to "utils.h"Thomas Haller
2023-07-31clang-format: reformat "include/netlink-private/nl-auto.h"Thomas Haller
2023-07-31cli: add nl-nh-list utilityStanislav Zaikin