summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
...
* license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-111-8/+1
* ip6vti: Add fwmark APIThomas Winter2022-03-111-0/+55
* ip6gre: Add fwmark APIThomas Winter2022-03-111-0/+55
* sit: Add fwmark APIThomas Winter2022-03-111-0/+52
* ipip: Add fwmark APIThomas Winter2022-03-111-0/+56
* ip6_tnl: Add fwmark APIThomas Winter2022-03-111-0/+56
* ipvti: Add fwmark APIThomas Winter2022-03-111-0/+56
* ipgre: Add fwmark APIThomas Winter2022-03-111-0/+56
* ip6vti: Add IPv6 VTI supportThomas Winter2022-03-111-0/+509
* license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-112-15/+2
* route/route: don't report failure when we receive a route in rtnl_route_lookup()Thomas Haller2022-03-111-6/+6
* route/route: support FIB lookups using rtnlTobias Waldekranz2022-03-111-0/+27
* route/link: add support for team deviceJonas Johansson2022-03-101-0/+109
* route/link: Move LINK_ATTR_IFNAME to a proper locationGreger Wrang2022-03-101-2/+2
* route/qdisc: allow fetching qdiscs by their kindVolodymyr Bendiuga2022-03-101-0/+32
* route/link: Add IPv6 GRE supportScott Parlane2022-03-091-0/+841
* neigh: support to add fdb entrywangli092022-03-091-1/+1
* cls:u32: fix u32_clone() functionMagnus Öberg2022-03-041-12/+77
* route:tc: fix rtnl_tc_clone() calling to_clone() and add commentThomas Haller2022-03-041-10/+8
* route:cls: fix dangling pointers in to_clone() implementationsThomas Haller2022-03-044-1/+14
* route:act: drop unnecessary implementations for to_clone()Thomas Haller2022-03-044-36/+4
* route: fix memory leak of l_info_ops in link_msg_parser()Finikssky2022-03-041-0/+3
* route: add accessors for setting/getting ENCAP_MPLS attributesAnn Pokora2022-03-041-0/+28
* route: remove incorrect nl_addr_valid() from rtnl_route_nh_set_newdst(), etc.Ann Pokora2022-03-042-12/+0
* route: don't use internal bit mask constants in NLA_PUT in can_put_attrs()Anders Piniesjö2022-03-041-7/+7
* route: fix duplicate check for next hop for IPv6 multipath routesThomas Haller2022-03-041-1/+2
* route: check if nh exists while updating routet0mmmy902022-03-041-0/+9
* yyerror: update to POSIX standardheitbaum2022-03-032-0/+2
* Supporting Hardware offload capability for MACsecJohan Alexis Duque Cadena2022-03-031-1/+41
* route/link: check calloc() return valueBeniamino Galvani2022-03-031-0/+4
* route/qdisc: handle error of calloc()Beniamino Galvani2021-06-161-3/+6
* route/qdisc: fix memory leak in netem.cBeniamino Galvani2021-06-161-6/+4
* route/link: fix copy-paste error in geneve.cBeniamino Galvani2021-06-161-1/+1
* route/cls: fix cgroup's clone() functionBeniamino Galvani2021-06-161-10/+5
* route: let route/link join RTNLGRP_IPV6_IFINFO mcast groupReto Buerki2020-12-251-0/+1
* addr: Add address flag `dadfailed`Leonard Crestez2020-12-031-0/+1
* route/link: avoid cloning link policy in link_msg_parser()Thomas Haller2020-04-171-4/+6
* route/link: fix link_msg_parser() for using the af_ops of the link familyThomas Haller2020-04-171-5/+8
* route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller2020-04-161-0/+6
* route/link: add RTNL_LINK_REASM_OVERLAPS statIlya Pronin2020-04-162-0/+2
* gitignore: merge all gitignore files in top level directoryThomas Haller2020-04-162-6/+0
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-1675-525/+58
* license: cleanup copyright commentsThomas Haller2020-04-162-2/+3
* rtnl/route: use cleanup attribute in "lib/route/link.c"Thomas Haller2020-04-151-149/+98
* rtnl/route: use cleanup attribute in "lib/route/route_obj.c"Thomas Haller2020-04-152-92/+61
* rtnl/route: fix NLE_NOMEM handling in parse_multipath()Thomas Haller2020-04-151-2/+6
* rtnl/link: fix leaking rtnl_link_af_ops in link_msg_parser()Thomas Haller2020-04-151-0/+2
* rtnl/route: only consider negative error codes as errorThomas Haller2020-04-158-22/+27
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-153-6/+7
* lib: rename _nl_strncpy() to _nl_strncpy_assert()Thomas Haller2020-04-151-1/+1