summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-11route/class: add new api rtnl_class_get_by_parent()d0u9
2018-04-11nl-msg: explicitly initialize nlmsg_seq and nlmsg_pid field in nlmsg_alloc_si...Thomas Haller
2018-04-11route/link: assert in rtnl_link_change() that the sequence number is set as e...Thomas Haller
2018-04-11route/link: fix sequence number handling in rtnl_link_change()Tuetuopay
2018-04-11route/mall: fix deep cloning mallThomas Haller
2018-04-11route:cls: add matchall classifierVolodymyr Bendiuga
2018-04-11cache: make "result" output argument for nl_cache_mngr_add() optionalTuetuopay
2018-04-06neigh: support bridge entries for vxlan interfacesTobias Jungel
2018-04-06neigh: set correct AF for NDA_DSTTobias Jungel
2018-04-06rule: Add support for protocol and port rangesDavid Ahern
2018-03-12route/vrf: initalize clone destination with NULL in vrf_clone()Jonas Johansson
2018-02-15lib: route: rule: add rule_groups to cache opsRoopa Prabhu
2018-02-12lib/rtnl: rename public define RTNL_GENEVE_ID_MAXThomas Haller
2018-02-12link: add Geneve support.Wang Jian
2018-02-12lib: merge implementations of nl_attr_end() and nl_attr_keep_empty()Thomas Haller
2018-01-24Fix for cgroup filter addition problem.d0u9
2018-01-18route: rename rtnl_cls_cache_set_tcm_params() and fix symbol versioningThomas Haller
2018-01-18Add new function for setting ifindex and parent of a classifier cache.d0u9
2018-01-16Coding style formatd0u9
2018-01-16lib/veth.c: Disassociate link name of peer nameMarcos Paulo de Souza
2018-01-16route/netem: merge branch 'pr/159'Thomas Haller
2018-01-16route: free previous data in rtnl_netem_set_delay_distribution_data()Thomas Haller
2018-01-16route: fix memleak in rtnl_netem_set_delay_distribution_data()Thomas Haller
2018-01-16route: mark data argument for rtnl_netem_set_delay_distribution_data() as constThomas Haller
2018-01-16route: add rtnl_netem_set_delay_distribution_data() to linker scriptThomas Haller
2018-01-16all: declare all variables at the beginning of scope (-Wdeclaration-after-sta...Thomas Haller
2017-12-20route: add separate function to set netem qdisc delay distributionSteffen Vogel
2017-11-29Change rtnl_link_af_ops.ao_override_rtm behaviorJef Oliver
2017-11-06route: fix handling old_nh in rtnl_route_parse() and avoid leakThomas Haller
2017-10-23route/vlan: add capability to indicate heap overflow fix in rtnl_link_vlan_se...Thomas Haller
2017-10-23route/vlan: grow buffer exponentially in rtnl_link_vlan_set_egress_map()Thomas Haller
2017-10-23route/vlan: fix cloning vlan link in vlan_clone()Thomas Haller
2017-10-23route/vlan: fix memory corruption in rtnl_link_vlan_set_egress_mapSebastian Bixl
2017-10-12route: neigh: print family in neigh dumpsRoopa Prabhu
2017-10-12route: link: add family to dump messagesRoopa Prabhu
2017-10-09nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller
2017-10-09libnl-3.4.0 releaseThomas Haller
2017-09-21netconf: Put nc reference in msg_parserDavid Ahern
2017-09-01Potential memory leak becaue of wrong variable check.Amit Khatri
2017-08-18route: Add support for MPLS encapDavid Ahern
2017-08-18route: Add support for lwtunnel encapsulationsDavid Ahern
2017-08-18route: Add support for ttl propagation in MPLS routesDavid Ahern
2017-08-18route: Add support for MPLS address familyDavid Ahern
2017-08-18addr: Add support for AF_MPLSDavid Ahern
2017-08-18addr: Add implementations for mpls_ntop and mpls_ptonDavid Ahern
2017-08-14lib/route: add /usr/lib64/tc/ search path for netem dist fileThomas Haller
2017-06-15all: avoid compiler warnings -Wimplicit-fallthroughThomas Haller
2017-06-15lib/genl/family.c: fix if (x) y; else y;Rasmus Villemoes
2017-06-15lib/xfrm/ae.c: fix memcpy(dst, dst) bugRasmus Villemoes
2017-06-15lib/route/qdisc/netem.c/trivial: don't use braces for one-line blocksThomas Haller