summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bridge: use SPDX license identifiers in bridge_info filesThomas Haller2022-08-242-14/+2
| * bridge: reformat bridge_info file with clang-formatThomas Haller2022-08-242-50/+54
| * bridge: extend libnl with options needed for VLAN aware forwardingRobert Dabrowski2022-08-244-1/+238
| * bridge: Add support for link_info of a bridgeLanger, Thomas2022-08-242-0/+120
|/
* 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
* build: add comments to linker version scripts about the version tagsThomas Haller2022-08-247-0/+42
* all: merge branch 'yogo1212:typo'Thomas Haller2022-08-248-13/+13
|\
| * doc: fix typoThomas Haller2022-08-241-2/+2
| * doc: fix typoLeon M. George2022-08-247-11/+11
|/
* route: merge branch 'bisdn:jogo_lib_attr_handle_default_routes'Thomas Haller2022-07-073-5/+28
|\
| * 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-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