summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller2023-07-311-1/+1
* include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"Thomas Haller2023-07-313-2/+19
* genl: add comment about wrongly exported symbol genl_resolve_id()Thomas Haller2023-07-312-0/+2
* include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"Thomas Haller2023-07-315-4/+20
* 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-3134-34/+34
* 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
* cli: use <netlink-private/utils.h> in cli and _nl_{init,exit}Thomas Haller2023-07-2810-20/+40
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-2886-164/+164
* all: use "_nl_packed" macro instead of "__attribute__((packed))"Thomas Haller2023-07-285-5/+5
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-2823-447/+480
* lib: handle negative and zero size in nla_memcpy()Thomas Haller2023-07-281-2/+5
* all: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-286-8/+8
* route/bond: Add support for link_info for bondMallikarjun Nemagoudar2023-07-271-4/+103
* lib: accept NULL argument in nla_nest_cancel() for robustnessThomas Haller2023-07-261-0/+9
* 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-247-11/+11
* attr: reject zero length addressesJonas Gorski2022-07-071-0/+3
* route: construct all-zero addresses for default route destinationJonas Gorski2022-07-071-3/+18
* addr: allow constructing all-zero addressesJonas Gorski2022-07-061-1/+1
* addr: create an all-zero addresses when parsing "any" or "default"Jonas Gorski2022-07-061-1/+6
* libnl-3.7.0 releaselibnl3_7_0Thomas Haller2022-07-061-0/+9
* 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
* flower: use correct attribute when filling out flagsVolodymyr Bendiuga2022-05-191-1/+1