summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libnl-3.11.0 releaselibnl3_11_0Thomas Haller2024-10-301-2/+2
* libnl-3.10.0 releaselibnl3_10_0Thomas Haller2024-07-191-2/+2
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-3/+4
* utils: reserve the nl_has_capabiliy numbers for releases 3.10 - 3.12Thomas Haller2024-05-071-3/+3
* utils: always define nl_debug_dpThomas Haller2024-04-221-3/+1
* build: always define NL_DEBUGThomas Haller2024-04-221-1/+1
* libnl-3.9.0 releaselibnl3_9_0Thomas Haller2023-12-041-1/+1
* libnl-3.8.0 releaselibnl3_8_0Thomas Haller2023-08-291-1/+1
* lib: use getprotobyname_r(), getprotobynumber_r() if availableThomas Haller2023-08-181-8/+59
* lib: fix error handling in nl_str2ip_proto()Thomas Haller2023-08-181-1/+1
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-2/+2
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-1/+0
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+2
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+10
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+2
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-7/+10
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-1/+1
* libnl-3.7.0 releaselibnl3_7_0Thomas Haller2022-07-061-0/+9
* libnl-3.6.0 releaselibnl3_6_0Thomas Haller2022-04-141-1/+1
* lib: allow to compare incomplete objects in nl_object_identical()Thomas Haller2020-04-171-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-1/+1
* libnl-3.5.0 releaselibnl3_5_0Thomas Haller2019-09-011-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* route/vlan: add capability to indicate heap overflow fix in rtnl_link_vlan_se...Thomas Haller2017-10-231-1/+1
* libnl-3.4.0 releaselibnl3_4_0Thomas Haller2017-10-091-1/+1
* libnl-3.3.0 releaselibnl3_3_0Thomas Haller2017-05-031-1/+1
* all: don't use math.h or link with libm.soThomas Haller2017-03-231-1/+1
* lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin2017-03-121-1/+7
* xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()Thomas Haller2017-02-271-1/+1
* fopen: add O_CLOEXECNick Kralevich2017-01-171-2/+2
* lib/utils.c: add mutex to get_psched_settings()Thomas Haller2017-01-171-12/+20
* lib/utils.c: ensure calling get_psched_settings() for nl_us2ticks()/nl_ticks2...Thomas Haller2017-01-171-0/+2
* lib/utils.c: lazy initialize user_hz and psched_hzNick Kralevich2017-01-171-1/+8
* libnl-3.2.29 releaselibnl3_2_29Thomas Haller2016-12-301-0/+9
* lib: use MSG_PEEK by default for nl_recvmsgs()Thomas Haller2016-11-301-1/+1
* link: set ifi_change flags for rtnl_link_build_add_request()Thomas Haller2016-11-291-1/+1
* xfrm: fix xfrm security context managementThomas Egerer2016-11-061-1/+1
* lib: add utility function nl_strerror_l()André Draszik2016-08-251-0/+24
* nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()Thomas Haller2016-08-141-1/+1
* lib: capability NL_CAPABILITY_RTNL_ADDR_PEER_ID_FIX for ID comparison of v4 a...Thomas Haller2016-08-141-1/+1
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-11/+11
* libnl-3.2.28 releaselibnl3_2_28Thomas Haller2016-07-081-1/+1
* route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...Thomas Haller2016-06-291-1/+1
* xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller2016-06-291-0/+9
* lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capabilityThomas Haller2016-02-121-1/+1
* route/link/vxlan: add support for link_info compareDavid Ahern2015-11-201-1/+1
* route/vlan: allow clearing vlan ingress mapThomas Haller2015-11-191-1/+1
* route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani2015-11-191-1/+1