summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/route/qdisc/netem.c/trivial: don't use braces for one-line blocksThomas Haller2017-06-151-18/+11
* lib/route/qdisc/netem.c/trivial: fix whitespace and indentation in netem_msg_...Thomas Haller2017-06-151-39/+40
* lib/route/cls/u32.c: use UCHAR_MAX define instead of numeric 255Thomas Haller2017-06-151-1/+1
* lib/route/qdisc/netem.c: avoid memory leak if realloc failsRasmus Villemoes2017-06-081-2/+3
* lib/route/cls/u32.c: remove bogus commentRasmus Villemoes2017-06-081-1/+0
* lib/route/cls/u32.c: let the compiler do pointer arithmeticRasmus Villemoes2017-06-081-1/+1
* lib/route/cls/u32.c: avoid overflowing an unsigned charRasmus Villemoes2017-06-081-0/+3
* lib/route/cls/u32.c: remove pointless nl_data_append callsRasmus Villemoes2017-06-081-21/+0
* lib/data.c: avoid memleak if realloc failsRasmus Villemoes2017-06-081-4/+5
* lib/cache_mgr.c: remove pointless gotoRasmus Villemoes2017-06-081-2/+0
* lib/cache_mngr.c: avoid memleak if realloc failsRasmus Villemoes2017-06-081-6/+9
* genl: drop usage of GENL_ID_GENERATETobias Klauser2017-05-292-2/+2
* addr: add AF_VSOCK to translation tableTobias Klauser2017-05-121-0/+3
* rule: change API for setting/getting l3mdev rule propertyThomas Haller2017-05-121-4/+31
* rule: Add support for l3mdev in FIB rulesDavid Ahern2017-05-121-3/+29
* route: Add support for MPLS to netconfDavid Ahern2017-05-121-0/+40
* route: Add support for netconfDavid Ahern2017-05-121-0/+540
* Do not increment refcount in rtnl_*_get_action APIs.Santhosh Kumar2017-05-032-6/+2
* Provide accessors for actions (rtnl_act).Santhosh Kumar2017-05-033-0/+39
* route/link: add accessor API for IPv6 flagsMarkus Trapp2017-05-031-2/+49
* libnl-3.3.0 releaselibnl3_3_0Thomas Haller2017-05-031-1/+1