summaryrefslogtreecommitdiff
path: root/lib/genl/mngt.c
AgeCommit message (Expand)Author
2024-05-29all: fix and enable "-Wsign-compare" warningupstream-mainThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02genl: rename private header "nl-priv-genl.h" to "nl-genl.h"Thomas Haller
2023-07-31genl: add comment about wrongly exported symbol genl_resolve_id()Thomas Haller
2023-07-31include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"Thomas Haller
2023-07-31base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2020-04-15lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller
2019-08-15lib/genl: fix allocating buffer of too small size in cmd_msg_parser()Thomas Haller
2019-08-12Add SPDX identifiersYegor Yefremov
2019-08-09lib/genl: avoid VLA in cmd_msg_parser()Thomas Haller
2017-05-29genl: drop usage of GENL_ID_GENERATETobias Klauser
2013-04-01genl: Update mt_id of cache ops when resolving genl idThomas Graf
2013-04-01genl: Provide internal function to resolve name to idThomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-06-01genl: Support registration of families without depending on cachesThomas Graf
2012-05-31genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf
2012-05-31genl: updates to API reference documentationThomas Graf
2012-04-22genl: Make genl_unregister() a NOP if NULL pointer is passedThomas Graf
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2007-09-17Export interface to define cachesThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf