summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
...
* lib/route: adjust coding styleThomas Haller2020-04-151-1/+1
* route/link: Check for null pointer in macvlanJan Slomski2020-04-151-0/+2
* route/qdisc: adjust API for 64 bit rate/ceil support for htb classThomas Haller2019-09-013-73/+138
* Add 64bit rate/ceil support for htb classd0u92019-09-012-20/+38
* xfrmi: return error code from getters for XFRM linksThomas Haller2019-09-011-13/+20
* xfrmi: introduce XFRM interfaces supportEyal Birger2019-09-011-0/+312
* Sync linux headers to 4.19.66Michael Forney2019-08-263-4/+4
* route: Remove stray `;` at top-levelMichael Forney2019-08-162-4/+5
* lib: Don't omit second operand to `?` operatorMichael Forney2019-08-162-2/+6
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-167-12/+12
* Add SPDX identifiersYegor Yefremov2019-08-1220-0/+20
* route/tc: ensure not string truncation in rtnl_tc_set_kind()Thomas Haller2019-08-091-1/+8
* route/inet6: fix strncpy() in inet6_dump_details()Thomas Haller2019-08-091-12/+13
* 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-081-0/+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
* 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
* route/class: add new api rtnl_class_get_by_parent()d0u92018-04-111-0/+32
* 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
* 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