summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-3132-31/+59
| * include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller2023-07-315-5/+12
| * include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"Thomas Haller2023-07-315-4/+6
| * 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-317-6/+6
| * nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-3117-45/+102
| * base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-3144-45/+60
| * include/utils: move nl-auto base defines to "utils.h"Thomas Haller2023-07-313-30/+32
| * clang-format: reformat "include/netlink-private/nl-auto.h"Thomas Haller2023-07-312-37/+48
|/
* route: cleanup ATTR_DIFF() macrosThomas Haller2023-07-312-36/+36
* route/nexthop: merge branch 'zstas:main'Thomas Haller2023-07-3116-38/+1154
|\
| * cli: add nl-nh-list utilityStanislav Zaikin2023-07-316-0/+178
| * route: add nh typeStanislav Zaikin2023-07-316-0/+669
| * neigh: add support of NHID attributeStanislav Zaikin2023-07-314-0/+35
| * include: import kernel headers "linux/{neighbour,nexthop,rtnetlink}.h"Stanislav Zaikin2023-07-314-38/+272
|/
* utils: add static-assert for signedness of arguments of _NL_CMP_DIRECT() macroThomas Haller2023-07-311-0/+2
* 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-2887-167/+164
* include/private: add _nl_init/_nl_exit macrosThomas Haller2023-07-281-0/+2
* include/private: drop unused __deprecated macroThomas Haller2023-07-281-2/+0
* 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-2824-450/+483
* all: merge branch 'th/add-cmp-macros'Thomas Haller2023-07-2810-159/+434
|\
| * lib: handle negative and zero size in nla_memcpy()Thomas Haller2023-07-281-2/+5
| * include: drop now unused min()/max()/min_t()/max_t() macrosThomas Haller2023-07-281-17/+0
| * all: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-286-8/+8
| * utils: add various helpers to "include/netlink-private/utils.h"Thomas Haller2023-07-281-11/+299
| * style: format "include/netlink-private/utils.h" with clang-formatThomas Haller2023-07-283-122/+123
|/
* tools: improve failure message with "tools/clang-format.sh -n"Thomas Haller2023-07-271-1/+3
* github: fix format checking with clang-formatThomas Haller2023-07-271-1/+1
* route/trivial: sort entries in "libnl-route-3.sym" asciibeticallyThomas Haller2023-07-271-2/+2
* route/bond: Add support for link_info for bondMallikarjun Nemagoudar2023-07-273-4/+108
* 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
* python: merge branch 'th/flake8'Thomas Haller2023-07-2512-26/+28
|\
| * github: update flake8 linter to not explicitly select checksThomas Haller2023-07-251-1/+1
| * python: add ".flake8" file for configuring "flake8"Thomas Haller2023-07-251-0/+7
| * python: fix flake8 warnings E712Thomas Haller2023-07-251-1/+1
| * python: fix flake8 warnings E711Thomas Haller2023-07-251-1/+1
| * python: fix flake8 warnings E302Thomas Haller2023-07-251-0/+1
| * python: fix flake8 warnings E741Thomas Haller2023-07-253-12/+12
| * python: fix flake8 warnings F841Thomas Haller2023-07-252-4/+4
| * python: fix flake8 warnings W605Thomas Haller2023-07-251-1/+1
| * python: fix flake8 warnings F401Thomas Haller2023-07-254-6/+0
|/
* clang-format: merge branch 'th/clang-format'Thomas Haller2023-07-253-0/+631
|\
| * clang-format: add "tools/clang-format-container.sh" scriptThomas Haller2023-07-251-0/+51
| * github: add test for checking clang-format styleThomas Haller2023-07-251-0/+23
| * clang-format: add "tools/clang-format.sh" scriptThomas Haller2023-07-251-0/+557
|/
* python: merge branch 'th/black'Thomas Haller2023-07-2521-1395/+1562
|\
| * github: check python-black code formatting in github actionsThomas Haller2023-07-251-0/+6