summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nl: fix function name in debug msgMatthieu Baerts2018-06-251-1/+1
* route/class: add new api rtnl_class_get_by_parent()d0u92018-04-111-0/+32
* nl-msg: explicitly initialize nlmsg_seq and nlmsg_pid field in nlmsg_alloc_si...Thomas Haller2018-04-111-0/+2
* route/link: assert in rtnl_link_change() that the sequence number is set as e...Thomas Haller2018-04-111-0/+1
* route/link: fix sequence number handling in rtnl_link_change()Tuetuopay2018-04-111-0/+5
* route/mall: fix deep cloning mallThomas Haller2018-04-111-6/+10
* route:cls: add matchall classifierVolodymyr Bendiuga2018-04-111-0/+301
* cache: make "result" output argument for nl_cache_mngr_add() optionalTuetuopay2018-04-111-1/+5
* neigh: support bridge entries for vxlan interfacesTobias Jungel2018-04-061-2/+4
* neigh: set correct AF for NDA_DSTTobias Jungel2018-04-061-1/+3
* rule: Add support for protocol and port rangesDavid Ahern2018-04-061-17/+196
* route/vrf: initalize clone destination with NULL in vrf_clone()Jonas Johansson2018-03-121-0/+1
* lib: route: rule: add rule_groups to cache opsRoopa Prabhu2018-02-151-0/+7
* lib/rtnl: rename public define RTNL_GENEVE_ID_MAXThomas Haller2018-02-121-1/+1
* link: add Geneve support.Wang Jian2018-02-121-0/+810
* lib: merge implementations of nl_attr_end() and nl_attr_keep_empty()Thomas Haller2018-02-121-46/+18
* Fix for cgroup filter addition problem.d0u92018-01-232-1/+53
* route: rename rtnl_cls_cache_set_tcm_params() and fix symbol versioningThomas Haller2018-01-181-2/+2
* Add new function for setting ifindex and parent of a classifier cache.d0u92018-01-181-0/+18
* Coding style formatd0u92018-01-161-1/+2
* lib/veth.c: Disassociate link name of peer nameMarcos Paulo de Souza2018-01-161-2/+2