summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libnl-3.5.0 releaseThomas 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 releaseThomas Haller2017-10-091-1/+1
* libnl-3.3.0 releaseThomas 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 releaseThomas 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 releaseThomas 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 releaseThomas 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 releaseThomas 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
* utils: fix nl_msec2str() which always returned '0msec' for whole second durat...Thomas Haller2014-02-201-5/+5
* Handle the case where nl_msec2str is passed 0 msecsJoe Damato2013-07-191-0/+5
* Add support for inet diag Netlink protocol.Joe Damato2013-07-191-1/+1
* handle the case where 0 is passed to nl_size2strJoe Damato2013-07-181-0/+5