summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
...
* link: add Geneve support.Wang Jian2018-02-121-0/+810
* Fix for cgroup filter addition problem.d0u92018-01-231-1/+4
* 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-161-9/+15
|/
* 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: 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-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
* lib/route: add /usr/lib64/tc/ search path for netem dist fileThomas Haller2017-08-141-3/+9
* 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
* 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
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-029-0/+10
* route: neigh: use NDA_MASTER for neigh->n_master if availableRoopa Prabhu2017-02-271-10/+14
* ematch: Add missing function prototypesTobias Klauser2017-01-201-0/+3
* pktloc: Add missing function prototypesTobias Klauser2017-01-201-0/+3
* link/ipgre: Add prototype for ABI-preserving wrapper rtnl_link_get_pmtudisc()Tobias Klauser2017-01-201-0/+4
* link/macsec: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* link/ipvti: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1