summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-064-2/+17
* route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga2022-07-063-28/+3
* Use print() function in both Python 2 and Python 3Christian Clauss2022-07-069-48/+59
* sriov: fix setting ce_mask when parsing VF stat counterkyolee2022-07-061-1/+1
* Fix typos and errorsAntonio Prcela2022-07-062-77/+75
* changelog: update URL to git historyThomas Haller2022-07-061-1/+1
* changelog: fix typos in ChangeLogChristian Clauss2022-07-061-6/+6
* route: format recently added code with clang-formatThomas Haller2022-05-273-15/+15
* route/act: add NAT actionMagnus Öberg2022-05-275-0/+363
* route: format recently added code with clang-formatThomas Haller2022-05-273-13/+17
* cls: flower: extend flower APIVolodymyr Bendiuga2022-05-274-0/+197
* flower: use correct attribute when filling out flagsVolodymyr Bendiuga2022-05-191-1/+1
* tests: merge branch 'th/test-link'Thomas Haller2022-05-0910-107/+1133
|\
| * tests: add unit tests for creating linksThomas Haller2022-05-091-0/+213
| * github: run unit tests several times and directlyThomas Haller2022-05-091-1/+6
| * github: export NLTST_SEED_RAND= to randomize unit testsThomas Haller2022-05-091-1/+5
| * tests: add test utilsThomas Haller2022-05-094-6/+777
| * tests: reformat unit test files with clang-formatThomas Haller2022-05-064-100/+108
| * utils: add _NL_AUTO_DEFINE_FCN_STRUCT() macroThomas Haller2022-05-061-0/+8
| * utils: add _nl_thread_local macroThomas Haller2022-05-061-0/+17
|/
* route: fix crash caused by parse_multipath() by wrong free()Thomas Haller2022-05-031-1/+1
* route/link: Set the cache ops when cloning a linkJacques de Laval2022-04-261-0/+3
* route/link: add lock around rtnl_link_af_ops_put()Thomas Haller2022-04-261-1/+4
* route/link: avoid accessing af_ops after af_free() in rtnl_link_set_family()Thomas Haller2022-04-261-3/+4
* xfrm/sa: fix reference counters of sa selector addressesNeil Horman2022-04-261-0/+4
* all: merge branch 'th/coverity-fixes'Thomas Haller2022-04-2643-382/+463
|\
| * xfrm: fix uninitalized variables in build_xfrm_ae_message()Thomas Haller2022-04-231-0/+2
| * route: fix check for NULL in nh_encap_dump()Thomas Haller2022-04-221-1/+4
| * route/qdisc/mqprio: fix bufferoverflow and argument checking in rtnl_qdisc_mq...Thomas Haller2022-04-221-5/+10
| * route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()Thomas Haller2022-04-221-1/+1
| * all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-2217-220/+220
| * netlink/utils.h: mark nl_dump() with __attribute__((format(printf,a,b)))Thomas Haller2022-04-221-2/+2
| * netlink/utils.h: add internal _nl_attribute_printf macro for public headersThomas Haller2022-04-221-0/+6
| * socket: workaround undefined behavior coverity warning in generate_local_port()Thomas Haller2022-04-221-3/+4
| * nl-pktloc-lookup: fix buffer overflow when printing alignmentThomas Haller2022-04-221-23/+34
| * route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()Thomas Haller2022-04-221-1/+1
| * route/qdisc/netem: fix bogus "%" in format string netem_dump_details()Thomas Haller2022-04-221-9/+9
| * route/u32: fix u32_dump_details() to print dataThomas Haller2022-04-221-5/+0
| * link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...Thomas Haller2022-04-221-2/+2
| * utils: suppress coverity warning in nl_cli_load_module() about leaked handleThomas Haller2022-04-221-0/+2
| * route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()Thomas Haller2022-04-222-18/+12
| * netlink/private: add internal helper utilsThomas Haller2022-04-221-0/+73
| * route/link: workaround coverity warning about leak in rtnl_link_set_type()Thomas Haller2022-04-221-2/+3
| * all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-2218-50/+29
| * route/mdb: check parser error in mdb_msg_parser() for nested MDBA_MDB attributeThomas Haller2022-04-221-2/+4
| * route/mdb: add and use rtnl_mdb_entry_free() internal helper methodThomas Haller2022-04-221-6/+12
| * route/mdb: fix leak in mdb_msg_parser()Thomas Haller2022-04-221-32/+28
| * route/mdb: add _nl_auto_rtnl_mdb cleanup macroThomas Haller2022-04-221-0/+5
|/
* route/mdb: fix buffer overflow in mdb_msg_parser()Thomas Haller2022-04-221-1/+1