summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * build: add ".git-blame-ignore-revs" file for "blame.ignoreRevsFile" git configThomas Haller2023-07-251-0/+6
| * python: reformat all Python files with python-blackThomas Haller2023-07-2518-1391/+1540
| * python add "pyproject.toml" for configuring blackThomas Haller2023-07-251-0/+8
| * github: skip Python flake8 test with clang buildThomas Haller2023-07-251-0/+1
| * github: run "Build Release" test also with clangThomas Haller2023-07-251-4/+1
|/
* bridge: fix bridge info parsingStanislav Zaikin2023-07-241-0/+1
* tests: merge branch 'gobenji:test-cache-mngr-improvements'Thomas Haller2023-07-241-13/+131
|\
| * test-cache-mngr: Flush output after object dumpsBenjamin Poirier2023-07-241-0/+2
| * test-cache-mngr: Add option to print timestampsBenjamin Poirier2023-07-241-1/+26
| * test-cache-mngr: Add an option to iterate over all supported address familiesBenjamin Poirier2023-07-241-5/+20
| * test-cache-mngr: Add dump interval optionsBenjamin Poirier2023-07-241-7/+45
| * test-cache-mngr: Add an option to control which oo_dump function is usedBenjamin Poirier2023-07-241-11/+49
|/
* route/link: prevent segfault in af_request_type()Thorben Römer2023-07-241-1/+1
* build: merge branch 'th/fix-github-actions'Thomas Haller2023-07-244-7/+16
|\
| * github: fix installing python dependencies via pipThomas Haller2023-07-241-3/+5
| * build: drop redundant "autogen.sh" call from "tools/build_release.sh"Thomas Haller2023-07-241-1/+0
| * build: change proper working directory in "doc/autogen.sh"Thomas Haller2023-07-241-0/+4
| * build: ensure "autogen.sh" scripts fail on errorThomas Haller2023-07-242-3/+7
|/
* gitignore: ignore "*~" filesThomas Haller2023-07-241-0/+1
* docs: rtnl_link_put() 'releases' instead of 'returns'Antonio Prcela2023-07-241-1/+1
* route/link: merge branch 'abuibrahim:main' with additionsThomas Haller2023-07-244-6/+57
|\
| * include/linux: update copy of kernel header "linux/ipv6.h"Thomas Haller2023-07-241-3/+14
| * route/link: improve handling of IFLA_INET6_CONFThomas Haller2023-07-241-7/+12
| * route/link: remove rtnl_link_inet6_set_conf() APIThomas Haller2023-07-243-33/+0
| * route/link: various fixes for rtnl_link_inet6_get_conf() APIThomas Haller2023-07-243-6/+6
| * route/link: add accessor API for IPv6 DEVCONFAbdurrahman Hussain2023-03-293-0/+68
|/
* route/bridge: merge branch 'kacperlud:bridge-Add-support-for-link_info-of-a-b...Thomas Haller2022-08-244-0/+350
|\
| * 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