summaryrefslogtreecommitdiff
path: root/lib/utils.c
AgeCommit message (Expand)Author
2017-05-03libnl-3.3.0 releaseThomas Haller
2017-03-23all: don't use math.h or link with libm.soThomas Haller
2017-03-12lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin
2017-02-27xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()Thomas Haller
2017-01-17fopen: add O_CLOEXECNick Kralevich
2017-01-17lib/utils.c: add mutex to get_psched_settings()Thomas Haller
2017-01-17lib/utils.c: ensure calling get_psched_settings() for nl_us2ticks()/nl_ticks2...Thomas Haller
2017-01-17lib/utils.c: lazy initialize user_hz and psched_hzNick Kralevich
2016-12-30libnl-3.2.29 releaseThomas Haller
2016-11-30lib: use MSG_PEEK by default for nl_recvmsgs()Thomas Haller
2016-11-29link: set ifi_change flags for rtnl_link_build_add_request()Thomas Haller
2016-11-06xfrm: fix xfrm security context managementThomas Egerer
2016-08-25lib: add utility function nl_strerror_l()André Draszik
2016-08-14nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()Thomas Haller
2016-08-14lib: capability NL_CAPABILITY_RTNL_ADDR_PEER_ID_FIX for ID comparison of v4 a...Thomas Haller
2016-08-12trivial: whitespace-only fixes for src and libPeter Wu
2016-07-08libnl-3.2.28 releaseThomas Haller
2016-06-29route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...Thomas Haller
2016-06-29xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller
2016-02-12lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capabilityThomas Haller
2015-11-20route/link/vxlan: add support for link_info compareDavid Ahern
2015-11-19route/vlan: allow clearing vlan ingress mapThomas Haller
2015-11-19route/link: fix parsing of 'remote' attribute for GRE linksBeniamino Galvani
2015-10-21rtnl/link: indicate capability NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZEThomas Haller
2015-10-16libnl-3.2.27 releaseThomas Haller
2015-09-29route: add capability indicating the behavior of rtnl_neigh_get()Thomas Haller
2015-07-09link: set ifi_change in link messagematben2
2015-06-05lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEKThomas Haller
2015-06-05lib: return error if an incomplete message was readThomas Egerer
2015-06-04utils: add missing link layer protocol translationsThomas Haller
2015-06-04utils: update link layer protocol translationsTobias Klauser
2015-05-05utils: Add translations for NETLINK_RDMA and NETLINK_CRYPTOTobias Klauser
2015-03-30libnl-3.2.26 releaseThomas Haller
2015-03-19utils: add code comment about capability number assignmentThomas Haller
2014-11-27route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()Thomas Haller
2014-11-27route/link: return -NLE_OPNOTSUPP in rtnl_link_get_kernel() for old kernelsThomas Haller
2014-07-27style: require comma after __ADD() macroThomas Haller
2014-05-06lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller
2014-04-30act: grab a reference when adding an action to a filterCong Wang
2014-04-30veth: grab a reference for rtnl_link_veth_get_peer()Cong Wang
2014-03-13utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller
2014-03-13utils: add nl_has_capability() functionThomas Haller
2014-02-20utils: fix nl_msec2str() which always returned '0msec' for whole second durat...Thomas Haller
2013-07-19Handle the case where nl_msec2str is passed 0 msecsJoe Damato
2013-07-19Add support for inet diag Netlink protocol.Joe Damato
2013-07-18handle the case where 0 is passed to nl_size2strJoe Damato
2013-04-05addr: only translate more recent address family names and ARP types if definedThomas Graf
2013-04-02nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-12-27Fix file descriptor leak on errorThomas Jarosch