summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* route/cls: fix cgroup's clone() functionBeniamino Galvani2021-06-161-10/+5
* route: let route/link join RTNLGRP_IPV6_IFINFO mcast groupReto Buerki2020-12-251-0/+1
* addr: Add address flag `dadfailed`Leonard Crestez2020-12-031-0/+1
* xfrm: remove superfluous xfrm_userpolicy_id from dump requestThomas Egerer2020-04-211-5/+1
* lib/trivial: whitespaceThomas Haller2020-04-171-17/+17
* lib: allow to compare incomplete objects in nl_object_identical()Thomas Haller2020-04-172-20/+20
* lib: let nl_object_identical() declare the same object as identicalThomas Haller2020-04-171-0/+3
* lib: fix using right compare mask in nl_object_diff64()Thomas Haller2020-04-171-1/+1
* lib/trivial fix indentationThomas Haller2020-04-171-10/+10
* route/link: avoid cloning link policy in link_msg_parser()Thomas Haller2020-04-171-4/+6
* route/link: fix link_msg_parser() for using the af_ops of the link familyThomas Haller2020-04-171-5/+8
* lib: use proper int type for id attributes in nl_object_identical()Thomas Haller2020-04-171-2/+3
* lib: fix documentation of nl_cache_dump_filter to have @params optionalThomas Haller2020-04-171-3/+21
* xfrm: remove superfluous xfrm_usersa_id from dump requestThomas Egerer2020-04-161-5/+1
* route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller2020-04-161-0/+6
* route/link: add RTNL_LINK_REASM_OVERLAPS statIlya Pronin2020-04-162-0/+2
* gitignore: merge all gitignore files in top level directoryThomas Haller2020-04-163-9/+0
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-16125-878/+69
* license: cleanup copyright commentsThomas Haller2020-04-164-4/+5
* rtnl/route: use cleanup attribute in "lib/route/link.c"Thomas Haller2020-04-151-149/+98
* rtnl/route: use cleanup attribute in "lib/route/route_obj.c"Thomas Haller2020-04-152-92/+61
* rtnl/route: fix NLE_NOMEM handling in parse_multipath()Thomas Haller2020-04-151-2/+6
* rtnl/link: fix leaking rtnl_link_af_ops in link_msg_parser()Thomas Haller2020-04-151-0/+2
* rtnl/route: only consider negative error codes as errorThomas Haller2020-04-158-22/+27
* lib: cleanup nla_parse() to return early on errorThomas Haller2020-04-151-5/+4
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-157-12/+12
* lib: rename _nl_strncpy() to _nl_strncpy_assert()Thomas Haller2020-04-152-2/+2
* lib/route: adjust coding styleThomas Haller2020-04-151-1/+1
* route/link: Check for null pointer in macvlanJan Slomski2020-04-151-0/+2
* libnl-3.5.0 releaselibnl3_5_0Thomas Haller2019-09-011-1/+1
* route/qdisc: adjust API for 64 bit rate/ceil support for htb classThomas Haller2019-09-013-73/+138
* Add 64bit rate/ceil support for htb classd0u92019-09-012-20/+38
* xfrmi: return error code from getters for XFRM linksThomas Haller2019-09-011-13/+20
* xfrmi: introduce XFRM interfaces supportEyal Birger2019-09-011-0/+312
* lib: fix error code from nfnl_exp_build_message()Thomas Haller2019-08-271-0/+2
* lib: accept %NULL arguments for nl_addr_cmp()Thomas Haller2019-08-271-1/+9
* idiag: workaround and add comment about idiagnl_send_simple() only handling 8...Thomas Haller2019-08-262-2/+13
* Sync linux headers to 4.19.66Michael Forney2019-08-263-4/+4
* route: Remove stray `;` at top-levelMichael Forney2019-08-162-4/+5
* lib: Don't omit second operand to `?` operatorMichael Forney2019-08-164-4/+8
* lib: Don't return expression in function returning voidMichael Forney2019-08-162-2/+2
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-1615-26/+26
* dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney2019-08-162-2/+2
* lib/genl: fix allocating buffer of too small size in cmd_msg_parser()Thomas Haller2019-08-151-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-1268-0/+68
* genl: reject invalid group names in genl_family_add_grp()Thomas Haller2019-08-091-3/+9
* route/tc: ensure not string truncation in rtnl_tc_set_kind()Thomas Haller2019-08-091-1/+8
* route/inet6: fix strncpy() in inet6_dump_details()Thomas Haller2019-08-091-12/+13
* xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_saThomas Haller2019-08-091-71/+74
* lib/genl: avoid VLA in cmd_msg_parser()Thomas Haller2019-08-091-20/+26