summaryrefslogtreecommitdiffstats
path: root/lib/idiag/idiag.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-1/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+6
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* idiag: workaround and add comment about idiagnl_send_simple() only handling 8...Thomas Haller2019-08-261-1/+2
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-11/+11
* lib/doc: clearify return value of send_simple() functionsThomas Haller2015-05-121-1/+2
* idiag: fix idiagnl_exts2str()Thomas Haller2014-11-251-9/+20
* idiag: add missing enum types for idiagnl_exts2str()Thomas Haller2014-11-251-0/+2
* idiag: deprecate IDIAG_TIMER_* value for IDIAGNL_TIMER_*Thomas Haller2014-11-241-7/+7
* idiag: deprecate IDIAG_SS_* socket statesThomas Haller2014-11-241-15/+12
* idiag: deprecate IDIAG_ATTR_* enumerationThomas Haller2014-11-241-33/+25
* style: require comma after __ADD() macroThomas Haller2014-07-271-42/+42
* Add support for inet diag Netlink protocol.Joe Damato2013-07-191-0/+274