summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * route/mdb: reorder fields in "rtnl_mdb_entry" for tighther packingThomas Haller2022-03-141-5/+3
| * route/mdb: use nl_list_for_each_entry_safe() for destroying list in mdb_free_...Thomas Haller2022-03-141-8/+6
| * route/mdb: cleanup mdb.h headerThomas Haller2022-03-141-26/+27
| * build: sort file names in Makefile.amThomas Haller2022-03-141-2/+2
| * mdb: support bridge multicast database notificationRubens Figueiredo2022-03-147-0/+538
|/
* route/cls: merge branch 'westermo:classifier-api-extension'Thomas Haller2022-03-143-2/+80
|\
| * route/cls: rename rtnl_cls_get{,_by_prio}() API to rtnl_cls_find_by{handle,pr...Thomas Haller2022-03-143-10/+10
| * route/cls: allow fetching of classifiers from cacheVolodymyr Bendiuga2022-03-143-2/+80
|/
* route: merge branch 'TummyFish:master'Thomas Haller2022-03-1117-0/+1044
|\
| * license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-112-16/+2
| * ip6vti: Add fwmark APIThomas Winter2022-03-114-0/+63
| * ip6gre: Add fwmark APIThomas Winter2022-03-114-0/+63
| * sit: Add fwmark APIThomas Winter2022-03-114-0/+60
| * ipip: Add fwmark APIThomas Winter2022-03-114-0/+64
| * ip6_tnl: Add fwmark APIThomas Winter2022-03-114-0/+64
| * ipvti: Add fwmark APIThomas Winter2022-03-114-0/+64
| * ipgre: Add fwmark APIThomas Winter2022-03-114-0/+64
| * ip6vti: Add IPv6 VTI supportThomas Winter2022-03-115-0/+616
|/
* license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-114-30/+4
* route: merge branch 'westermo:fib-lookup'Thomas Haller2022-03-113-0/+31
|\
| * route/route: don't report failure when we receive a route in rtnl_route_lookup()Thomas Haller2022-03-112-7/+7
| * route/route: support FIB lookups using rtnlTobias Waldekranz2022-03-113-0/+31
|/
* build: sort files in Makefile.amThomas Haller2022-03-101-4/+4
* route/link: merge branch 'westermo:team-support'Thomas Haller2022-03-104-0/+145
|\
| * build: fix new symbols in "libnl-route-3.sym"Thomas Haller2022-03-101-2/+2
| * route/link: add support for team deviceJonas Johansson2022-03-104-0/+145
|/
* route/link: Move LINK_ATTR_IFNAME to a proper locationGreger Wrang2022-03-101-2/+2
* route/netconf: full API exportVolodymyr Bendiuga2022-03-101-0/+3
* build: add Libs.private field in libnl pkg-config fileFabrice Fontaine2022-03-101-0/+1
* route/qdisc: allow fetching qdiscs by their kindVolodymyr Bendiuga2022-03-103-0/+35
* netlink: merge branch 'michael-dev:feature/nflog-vlan-v3'Thomas Haller2022-03-0912-24/+417
|\
| * nflog: add recent missing symbols to "libnl-nf-3.sym"Thomas Haller2022-03-091-0/+16
| * nflog: add missing symbols to "libnl-nf-3.sym"Thomas Haller2022-03-091-0/+13
| * nflog:add conntrack flag and enable flags for nflogMichael Braun2022-03-093-0/+12
| * nflog: add CT supportMichael Braun2022-03-097-24/+145
| * nflog: add mac_header supportMichael Braun2022-03-094-2/+119
| * nflog: add vlan attributeMichael Braun2022-03-094-0/+103
| * refresh linux/netfilter/nfnetlink_log.h with linux 5.4Michael Braun2022-03-091-0/+11
|/
* route/link: Add IPv6 GRE supportScott Parlane2022-03-095-0/+997
* route: add global sectin in "libnl-route-3.sym"Thomas Haller2022-03-091-0/+1
* neigh: support to add fdb entrywangli092022-03-091-1/+1
* cls:u32: fix u32_clone() functionMagnus Öberg2022-03-041-12/+77
* route:tc: fix rtnl_tc_clone() calling to_clone() and add commentThomas Haller2022-03-041-10/+8
* route:cls: fix dangling pointers in to_clone() implementationsThomas Haller2022-03-044-1/+14
* route:act: drop unnecessary implementations for to_clone()Thomas Haller2022-03-044-36/+4
* tests: add test for cloning cls:u32 objectThomas Haller2022-03-041-4/+50
* github: run unit tests under valgrindThomas Haller2022-03-041-1/+9
* tests: cleanup tests and avoid leaksThomas Haller2022-03-041-12/+10
* lib: add more _nl_auto* cleanup macrosThomas Haller2022-03-041-10/+32
* tests: replace libcheck's fail_if() macro by ck_assert*()Thomas Haller2022-03-043-25/+21