summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* route/netem: merge branch 'pr/159'Thomas Haller2018-01-161-14/+38
|\
| * route: free previous data in rtnl_netem_set_delay_distribution_data()Thomas Haller2018-01-161-1/+7
| * route: fix memleak in rtnl_netem_set_delay_distribution_data()Thomas Haller2018-01-161-1/+3
| * route: mark data argument for rtnl_netem_set_delay_distribution_data() as constThomas Haller2018-01-161-1/+1
| * route: add rtnl_netem_set_delay_distribution_data() to linker scriptThomas Haller2018-01-161-3/+5
| * route: add separate function to set netem qdisc delay distributionSteffen Vogel2017-12-201-10/+26
* | all: declare all variables at the beginning of scope (-Wdeclaration-after-sta...Thomas Haller2018-01-162-10/+17
|/
* Change rtnl_link_af_ops.ao_override_rtm behaviorJef Oliver2017-11-292-4/+18
* route: fix handling old_nh in rtnl_route_parse() and avoid leakThomas Haller2017-11-061-8/+20
* route/vlan: add capability to indicate heap overflow fix in rtnl_link_vlan_se...Thomas Haller2017-10-231-1/+1
* route/vlan: grow buffer exponentially in rtnl_link_vlan_set_egress_map()Thomas Haller2017-10-231-2/+8
* route/vlan: fix cloning vlan link in vlan_clone()Thomas Haller2017-10-231-6/+15
* route/vlan: fix memory corruption in rtnl_link_vlan_set_egress_mapSebastian Bixl2017-10-231-1/+1
* route: neigh: print family in neigh dumpsRoopa Prabhu2017-10-121-1/+5
* route: link: add family to dump messagesRoopa Prabhu2017-10-121-0/+3
* nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller2017-10-094-7/+7
* libnl-3.4.0 releaselibnl3_4_0Thomas Haller2017-10-091-1/+1
* netconf: Put nc reference in msg_parserDavid Ahern2017-09-211-1/+4
* Potential memory leak becaue of wrong variable check.Amit Khatri2017-09-011-1/+1
* route: Add support for MPLS encapDavid Ahern2017-08-182-1/+135
* route: Add support for lwtunnel encapsulationsDavid Ahern2017-08-183-0/+158
* route: Add support for ttl propagation in MPLS routesDavid Ahern2017-08-181-0/+33
* route: Add support for MPLS address familyDavid Ahern2017-08-183-10/+230
* addr: Add support for AF_MPLSDavid Ahern2017-08-181-11/+45
* addr: Add implementations for mpls_ntop and mpls_ptonDavid Ahern2017-08-181-0/+108
* lib/route: add /usr/lib64/tc/ search path for netem dist fileThomas Haller2017-08-141-3/+9
* all: avoid compiler warnings -Wimplicit-fallthroughThomas Haller2017-06-151-23/+23
* lib/genl/family.c: fix if (x) y; else y;Rasmus Villemoes2017-06-151-1/+1
* lib/xfrm/ae.c: fix memcpy(dst, dst) bugRasmus Villemoes2017-06-151-2/+2