summaryrefslogtreecommitdiffstats
path: root/lib/genl/mngt.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+3
* genl: rename private header "nl-priv-genl.h" to "nl-genl.h"Thomas Haller2023-08-021-1/+1
* genl: add comment about wrongly exported symbol genl_resolve_id()Thomas Haller2023-07-311-0/+1
* include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"Thomas Haller2023-07-311-1/+1
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-151-2/+2
* lib/genl: fix allocating buffer of too small size in cmd_msg_parser()Thomas Haller2019-08-151-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* lib/genl: avoid VLA in cmd_msg_parser()Thomas Haller2019-08-091-20/+26
* genl: drop usage of GENL_ID_GENERATETobias Klauser2017-05-291-1/+1
* genl: Update mt_id of cache ops when resolving genl idThomas Graf2013-04-011-0/+4
* genl: Provide internal function to resolve name to idThomas Graf2013-04-011-0/+26
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* genl: Support registration of families without depending on cachesThomas Graf2012-06-011-34/+161
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-311-1/+1
* genl: updates to API reference documentationThomas Graf2012-05-311-76/+42
* genl: Make genl_unregister() a NOP if NULL pointer is passedThomas Graf2012-04-221-0/+3
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-4/+4
* Thread-safe error handlingThomas Graf2008-05-141-21/+9
* Export interface to define cachesThomas Graf2007-09-171-2/+2
* Initial importThomas Graf2007-09-141-0/+285