summaryrefslogtreecommitdiff
path: root/include/netlink-private/netlink.h
AgeCommit message (Expand)Author
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-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-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-28lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller
2023-07-28include/private: drop unused __deprecated macroThomas Haller
2023-07-28include: drop now unused min()/max()/min_t()/max_t() macrosThomas Haller
2022-03-17lib: include <netlink-private/utils.h> in <netlink-private/netlink.h>Thomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-09-01route/qdisc: adjust API for 64 bit rate/ceil support for htb classThomas Haller
2019-08-26Sync linux headers to 4.19.66Michael Forney
2019-08-16all: Use __typeof__ instead of typeofMichael Forney
2019-08-16dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney
2017-03-23all: don't use math.h or link with libm.soThomas Haller
2016-08-12build: fixup headers for C++ inclusionCraig Gallek
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2015-11-19route/link: fix dump of parent link for some link typesBeniamino Galvani
2015-03-05dbg: save errno from modification in NL_DBG()Thomas Haller
2014-07-27style: require comma after __ADD() macroThomas Haller
2014-07-20xfrm: add xfrm supportSruthi Yellamraju
2014-03-31link: Catch missing io_free() implementationsThomas Graf
2014-03-21route: rename internal copy of kernel header file 'inetdevice.h' to 'ip.h'Thomas Haller
2013-09-05nl_cb: store nl_cb_type in struct nl_cbArend van Spriel
2013-09-05netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger
2013-04-02nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf