summaryrefslogtreecommitdiffstats
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
...
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-0268-9/+776
* include: rename "nl-hidden-route" to "nl-priv-dynamic-route"Thomas Haller2023-08-021-1/+1
* include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller2023-08-021-1/+1
* route/tc: avoid unalinged access in rtnl_tc_msg_parse()Thomas Haller2023-08-021-14/+15
* add support for TC action statisticsDavide Caratti2023-08-021-0/+46
* route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...Thomas Haller2023-08-013-2/+30
* route: move "include/netlink-private/route/nexthop-encap.h" to lib/routeThomas Haller2023-08-015-4/+42
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-0144-45/+33
* route: move rtnl_tc_build_rate_table() to "tc-api.h"Thomas Haller2023-08-011-0/+4
* route: move "include/netlink-private/route/tc-api.h" to lib/routeThomas Haller2023-08-0133-32/+121
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-3130-29/+251
* include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller2023-07-311-1/+1
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-316-6/+15
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-3110-10/+10
* route: cleanup ATTR_DIFF() macrosThomas Haller2023-07-312-36/+36
* route: add nh typeStanislav Zaikin2023-07-311-0/+568
* neigh: add support of NHID attributeStanislav Zaikin2023-07-311-0/+29
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-2874-143/+143
* all: use "_nl_packed" macro instead of "__attribute__((packed))"Thomas Haller2023-07-284-4/+4
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-2813-216/+221
* all: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-283-5/+5
* route/bond: Add support for link_info for bondMallikarjun Nemagoudar2023-07-271-4/+103
* macsec: Drop offload capability validation checkEmeel Hakim2023-07-261-3/+0
* bridge: fix bridge info parsingStanislav Zaikin2023-07-241-0/+1
* route/link: prevent segfault in af_request_type()Thorben Römer2023-07-241-1/+1
* docs: rtnl_link_put() 'releases' instead of 'returns'Antonio Prcela2023-07-241-1/+1
* route/link: improve handling of IFLA_INET6_CONFThomas Haller2023-07-241-7/+12
* route/link: remove rtnl_link_inet6_set_conf() APIThomas Haller2023-07-241-28/+0
* route/link: various fixes for rtnl_link_inet6_get_conf() APIThomas Haller2023-07-241-2/+2
* route/link: add accessor API for IPv6 DEVCONFAbdurrahman Hussain2023-03-291-0/+58
* bridge: drop unnecessary goto in bridge_info_parse()Thomas Haller2022-08-241-5/+4
* bridge: don't normalize the u8 argument in rtnl_link_bridge_set_vlan_filterin...Thomas Haller2022-08-241-1/+1
* bridge: expose rtnl_link_bridge_get_vlan_protocol() in host byte orderThomas Haller2022-08-241-4/+7
* bridge: fix parsing vlan-protocol in bridge_info_parse()Thomas Haller2022-08-241-1/+1
* bridge: minor cleanups in "bridge_info.c"Thomas Haller2022-08-241-8/+7
* bridge: use SPDX license identifiers in bridge_info filesThomas Haller2022-08-241-7/+1
* bridge: reformat bridge_info file with clang-formatThomas Haller2022-08-241-42/+40
* bridge: extend libnl with options needed for VLAN aware forwardingRobert Dabrowski2022-08-241-1/+192
* bridge: Add support for link_info of a bridgeLanger, Thomas2022-08-241-0/+119
* route/vlan: drop unnecessary "else" in vlan_put_attrs()Thomas Haller2022-08-241-10/+8
* route/vlan: fix error handling in 'lib/route/link/vlan.c'Thomas Langer2022-08-241-3/+16
* doc: fix typoThomas Haller2022-08-241-2/+2
* doc: fix typoLeon M. George2022-08-246-9/+9
* route: construct all-zero addresses for default route destinationJonas Gorski2022-07-071-3/+18
* route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga2022-07-063-28/+3
* sriov: fix setting ce_mask when parsing VF stat counterkyolee2022-07-061-1/+1
* route: format recently added code with clang-formatThomas Haller2022-05-271-13/+13
* route/act: add NAT actionMagnus Öberg2022-05-271-0/+288
* route: format recently added code with clang-formatThomas Haller2022-05-271-7/+13
* cls: flower: extend flower APIVolodymyr Bendiuga2022-05-271-0/+174