summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* link/sriov: fix memleak in rtnl_link_sriov_clone()Thomas Haller2019-08-081-6/+18
* route: fix strncpy() warning from coverity about unterminated stringThomas Haller2019-08-082-0/+2
* attr: mark nested attributes as NLA_F_NESTEDThomas Haller2019-08-071-1/+1
* doc: fix typos in example in documentationThomas Haller2019-08-071-1/+1
* route/link: avoid dangling pointer in rtnl_link_set_slave_type()Thomas Haller2019-03-071-11/+11
* route/link: expose IFLA_INFO_SLAVE_KINDTobias Jungel2018-10-221-10/+76
* route/macvlan: style fixes in "lib/route/link/macvlan.c"Thomas Haller2018-10-101-56/+56
* link: macvlan fixesWang Jian2018-10-101-11/+12
* nla_ok: fix overrun in attribute iteration.Patrick Havelange2018-10-101-1/+1
* route/cls: fix potential memory leakIlya Pronin2018-10-102-2/+10
* route/act: return error code from act-vlan gettersThomas Haller2018-10-101-20/+30
* route/act: style fixes in "lib/route/act/vlan.c"Thomas Haller2018-10-101-79/+79
* route:act: add vlan actionVolodymyr Bendiuga2018-10-101-0/+416
* route/tc: return error code from rtnl_tc_get_chain()Thomas Haller2018-10-101-6/+8
* route:tc: allow to set chain index for tc objectsVolodymyr Bendiuga2018-10-101-0/+33
* lib/tc: fix uninitalized err variable in rtnl_tc_msg_build()Thomas Haller2018-10-101-5/+7
* lib/qdisc: avoid BUG() in "lib/route/qdisc/mqprio.c"Thomas Haller2018-10-091-18/+19
* lib/qdisc: style fixes in "lib/route/qdisc/mqprio.c"Thomas Haller2018-10-091-117/+117
* lib/tc: ensure correct error code in rtnl_tc_msg_build()Thomas Haller2018-10-081-3/+7
* route:qdisc: add MQPRIO QdiscVolodymyr Bendiuga2018-07-261-0/+604
* ipvti: Fix wrong array size initializationThomas Winter2018-06-251-3/+3
* ipgre: Fix wrong array size initializationThomas Winter2018-06-251-1/+1
* neigh: update neighbour.h and add missing flagsTobias Jungel2018-06-251-0/+3
* route/link/vxlan: Fix IPv4 set_local resetting ce_maskTuetuopay2018-06-251-1/+1
* Add support for cloning cgroup filter object.d0u92018-06-252-2/+72
* neigh_dump_line: dump master as wellTobias Jungel2018-06-251-0/+8
* neigh: add get/set functions for NEIGH_ATTR_MASTERTobias Jungel2018-06-251-0/+10
* whitespace cleanupTobias Jungel2018-06-251-5/+5
* neigh: cache updates as well query AF_BRIDGE neighTobias Jungel2018-06-251-1/+26