summaryrefslogtreecommitdiff
path: root/lib/route/link
AgeCommit message (Expand)Author
2023-12-01route/can: implement can_device_statsJob Feikens
2023-10-30route/link: add bonding interface options set rtnl apisLokesh Dhoundiyal
2023-08-08include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller
2023-08-08include/linux: update all linux headersThomas Haller
2023-08-07all: drop "extern "C"" from internal codeThomas Haller
2023-08-03include: don't explicitly include headers from "nl-default.h"Thomas Haller
2023-08-03include: include private linux headers with explicit pathThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-08-02include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller
2023-08-01route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...Thomas Haller
2023-07-31include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller
2023-07-31include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller
2023-07-31base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller
2023-07-28lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller
2023-07-28all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller
2023-07-28all: use _NL_{MIN,MAX}() macrosThomas Haller
2023-07-27route/bond: Add support for link_info for bondMallikarjun Nemagoudar
2023-07-26macsec: Drop offload capability validation checkEmeel Hakim
2023-07-24bridge: fix bridge info parsingStanislav Zaikin
2023-07-24route/link: improve handling of IFLA_INET6_CONFThomas Haller
2023-07-24route/link: remove rtnl_link_inet6_set_conf() APIThomas Haller
2023-07-24route/link: various fixes for rtnl_link_inet6_get_conf() APIThomas Haller
2023-03-29route/link: add accessor API for IPv6 DEVCONFAbdurrahman Hussain
2022-08-24bridge: drop unnecessary goto in bridge_info_parse()Thomas Haller
2022-08-24bridge: don't normalize the u8 argument in rtnl_link_bridge_set_vlan_filterin...Thomas Haller
2022-08-24bridge: expose rtnl_link_bridge_get_vlan_protocol() in host byte orderThomas Haller
2022-08-24bridge: fix parsing vlan-protocol in bridge_info_parse()Thomas Haller
2022-08-24bridge: minor cleanups in "bridge_info.c"Thomas Haller
2022-08-24bridge: use SPDX license identifiers in bridge_info filesThomas Haller
2022-08-24bridge: reformat bridge_info file with clang-formatThomas Haller
2022-08-24bridge: extend libnl with options needed for VLAN aware forwardingRobert Dabrowski
2022-08-24bridge: Add support for link_info of a bridgeLanger, Thomas
2022-08-24route/vlan: drop unnecessary "else" in vlan_put_attrs()Thomas Haller
2022-08-24route/vlan: fix error handling in 'lib/route/link/vlan.c'Thomas Langer
2022-08-24doc: fix typoThomas Haller
2022-07-06sriov: fix setting ce_mask when parsing VF stat counterkyolee
2022-04-26route/link: add lock around rtnl_link_af_ops_put()Thomas Haller
2022-04-22route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()Thomas Haller
2022-04-22all: fix "-Wformat" warnings for nl_dump*()Thomas Haller
2022-04-22route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()Thomas Haller
2022-04-22link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...Thomas Haller
2022-04-22route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()Thomas Haller
2022-04-22all: avoid coverity warnings about assigning variable but not using itThomas Haller
2022-03-28Check validation type against end of enumjauge-technica
2022-03-28route/link: add VLAN bridge binding flagJoachim Wiberg
2022-03-17route: assert that "rtnl_link_info_ops" refcount does not drop below zeroThomas Haller
2022-03-17lib: add rtnl_link_info_ops_get() and take lock for rtnl_link_info_ops's io_r...Thomas Haller
2022-03-15route: make argument of rtnl_link_can_set_{bittiming,data_bittiming}() constThomas Haller