summaryrefslogtreecommitdiffstats
path: root/lib/genl/genl.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+3
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-0/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* genl: rename private header "nl-priv-genl.h" to "nl-genl.h"Thomas Haller2023-08-021-1/+1
* include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"Thomas Haller2023-07-311-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-2/+2
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* doc: fix typos in example in documentationThomas Haller2019-08-071-1/+1
* nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller2017-10-091-2/+2
* lib/doc: clearify return value of send_simple() functionsThomas Haller2015-05-121-1/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-2/+2
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-311-17/+72
* genl: Add genlmsg_hdr()Thomas Graf2012-05-311-0/+11
* genl: updates to API reference documentationThomas Graf2012-05-311-112/+169
* doc: documentation restructuringThomas Graf2012-05-101-2/+2
* restructure module documentation orderThomas Graf2008-12-101-1/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-8/+8
* Thread-safe error handlingThomas Graf2008-05-141-2/+2
* Add missing @{ for doxygen to build genl documentationThomas Graf2008-01-101-0/+1
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-26/+84
* Initial importThomas Graf2007-09-141-0/+210