summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-051-0/+2
* nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf2013-04-021-0/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Fix file descriptor leak on errorThomas Jarosch2012-12-271-4/+12
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-151-1/+1
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-291-4/+10
* Fix build warning after const char ** convertThomas Graf2012-08-291-2/+2
* lib/utils.c: One kilobit now is a 1000bits (instead of 1024)Коренберг Марк2012-08-281-18/+28
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-18/+21
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-291-8/+20
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-181-5/+3
* doc: documentation restructuringThomas Graf2012-05-101-3/+27
* __str2flags fixJustin Mayfield2012-05-101-1/+2
* utils: Initialize list head after freeing translation listThomas Graf2011-10-101-0/+2
* Avoid freeing memory if vasprintf() failedThomas Graf2011-08-111-7/+8
* Update local copies of include/linuxThomas Graf2011-06-091-0/+1
* Add nl_rate2str()Thomas Graf2011-06-091-0/+21
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3
* Initialize dump buffer in case caller missed itThomas Graf2011-04-101-0/+3
* constify struct trans_tblThomas Graf2010-11-171-8/+8