summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* lib/route: add support for bridge mstiRonan Dalton2024-10-101-27/+494
* lib/route: add support for bridge info booloptsRonan Dalton2024-09-181-0/+81
* lib/route: extend bridge info supportRonan Dalton2024-09-161-0/+174
* lib/route: add missing bridge info getter functionsRonan Dalton2024-09-161-0/+95
* lib/route: add rtnl_neigh ext flags supportRonan Dalton2024-09-161-6/+70
* route: add support for getting permanent mac address of linkAntonio Prcela2024-09-122-0/+34
* lib/route: extend bridge flagsRonan Dalton2024-09-121-22/+120
* link/bonding: implement parsing link typeJonas Gorski2024-08-301-0/+54
* link/bonding: implement comparing bond linksJonas Gorski2024-08-301-0/+21
* link/bonding: implement io_clone()Jonas Gorski2024-08-301-0/+21
* link/bonding: add getters for attributesJonas Gorski2024-08-271-3/+133
* link/bonding: rename bn_mask to ce_maskJonas Gorski2024-08-271-11/+11
* link: link_msg_parser(): keep link info instead of release and reacquireJonas Gorski2024-08-191-5/+1
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-2919-38/+49
* build: use AC_USE_SYSTEM_EXTENSIONS instead of defining _GNU_SOURCEThomas Haller2024-05-292-2/+6
* build: cleanup defining SYSCONFDIR on command lineThomas Haller2024-05-291-1/+1
* lib: add internal _nla_len() helperThomas Haller2024-05-291-1/+1
* route: treat routes with via nexthops as universe scoped as wellJonas Gorski2024-05-291-1/+1
* route: add missing priority to route_keygen() debug printJonas Gorski2024-05-171-4/+5
* route: move "struct rtnl_nexthop" to "nl-priv-dynamic-route"Thomas Haller2024-05-171-15/+0
* route: expose nexthop id attributeJonas Gorski2024-05-171-1/+34
* route: drop unused fields from "struct rtnl_route"Thomas Haller2024-05-171-2/+0
* route: use the new helper function for comparing nexthopsJonas Gorski2024-05-141-12/+4
* nexthop: add a identical helper functionJonas Gorski2024-05-141-0/+17
* route: fix IPv6 ecmp route deleted nexthop matchingJonas Gorski2024-05-071-1/+9
* route: avoid compiler warning about calloc() arguments in rtnl_netem_set_dela...Thomas Haller2024-05-061-1/+1
* core: always define statements for NL_DBG()Thomas Haller2024-04-222-6/+0
* build: always define NL_DEBUGThomas Haller2024-04-222-3/+3
* all: use defines for attributesThomas Haller2024-04-222-2/+2
* route/bison: include "nl-default.h" in lex/yacc filesThomas Haller2024-04-223-1/+6
* route: add support for layer 3 filtering on bridgesCordell O'Leary2024-04-031-0/+96
* tests: add test for bridge vlan attributes.Cordell O'Leary2024-02-291-4/+4
* route: add support for vlan filtering on bridge ports.Cordell O'Leary2024-02-292-8/+386
* route: Add support to set ageing time for dynamic bridge table entriesCordell O'Leary2024-02-291-0/+58
* route/tc: avoid integer overflow in rtnl_tc_calc_cell_log()Thomas Haller2023-12-041-2/+2
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-015-21/+14
* route/cls: fix leak in error handling of rtnl_flower_append_action()Thomas Haller2023-12-011-1/+5
* route: fix just introduced use-after-free in rtnl_act_parse()Thomas Haller2023-12-011-0/+2
* route: use cleanup macro in rtnl_act_parse()Thomas Haller2023-12-011-28/+19
* route: fix memleak in rtnl_act_parse()Thomas Haller2023-12-011-1/+1
* route/can: implement can_device_statsJob Feikens2023-12-011-5/+54
* route/link: add bonding interface options set rtnl apisLokesh Dhoundiyal2023-10-301-0/+70
* clang-format: reformat files with new formatThomas Haller2023-08-173-25/+25
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-0831-38/+38
* include/linux: update all linux headersThomas Haller2023-08-081-2/+3
* all: drop "extern "C"" from internal codeThomas Haller2023-08-072-16/+0
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-032-4/+0
* include: include private linux headers with explicit pathThomas Haller2023-08-0330-37/+39
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-0290-170/+93
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-0283-118/+372