summaryrefslogtreecommitdiffstats
path: root/lib/route/link/bonding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* route/link: add bonding interface options set rtnl apisLokesh Dhoundiyal2023-10-301-0/+70
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* route/bond: Add support for link_info for bondMallikarjun Nemagoudar2023-07-271-4/+103
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-2/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* link/bonding: Include <netlink/route/link/bonding.h>Thomas Graf2014-07-271-0/+1
* bond: Provide rtnl_link_bond_alloc()Thomas Graf2013-02-141-14/+27
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* rtnl_link_bond_add: allow to allocate bond name in case NULL is givenJiri Pirko2011-11-111-4/+1
* bonding: API to create/enslave/releaseThomas Graf2011-09-161-0/+176
* Updated link documentationThomas Graf2011-07-281-1/+3
* bonding link moduleThomas Graf2011-07-211-0/+39