summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtnl/link: indicate capability NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZEThomas Haller2015-10-211-1/+1
* libnl-3.2.27 releaselibnl3_2_27Thomas Haller2015-10-161-1/+1
* route: add capability indicating the behavior of rtnl_neigh_get()Thomas Haller2015-09-291-1/+1
* link: set ifi_change in link messagematben22015-07-091-0/+9
* lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEKThomas Haller2015-06-051-1/+1
* lib: return error if an incomplete message was readThomas Egerer2015-06-051-1/+1
* utils: add missing link layer protocol translationsThomas Haller2015-06-041-0/+2
* utils: update link layer protocol translationsTobias Klauser2015-06-041-14/+9
* utils: Add translations for NETLINK_RDMA and NETLINK_CRYPTOTobias Klauser2015-05-051-0/+2
* libnl-3.2.26 releaselibnl3_2_26Thomas Haller2015-03-301-1/+1
* utils: add code comment about capability number assignmentThomas Haller2015-03-191-0/+14
* route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()Thomas Haller2014-11-271-1/+1
* route/link: return -NLE_OPNOTSUPP in rtnl_link_get_kernel() for old kernelsThomas Haller2014-11-271-1/+1
* style: require comma after __ADD() macroThomas Haller2014-07-271-151/+151
* lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller2014-05-061-1/+1
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-1/+1
* veth: grab a reference for rtnl_link_veth_get_peer()Cong Wang2014-04-301-1/+1
* utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller2014-03-131-0/+9
* utils: add nl_has_capability() functionThomas Haller2014-03-131-0/+43