summaryrefslogtreecommitdiffstats
path: root/lib/route/mdb.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+2
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-0/+2
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-1/+21
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-311-1/+4
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-3/+3
* 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: fix buffer overflow in mdb_msg_parser()Thomas Haller2022-04-221-1/+1
* route/mdb: add support for MAC multicast entriesJoachim Wiberg2022-03-301-0/+5
* route/mdb: add missing detils and stats dump callbacksJoachim Wiberg2022-03-301-2/+14
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-161-0/+1
* route/mdb: drop setting ifindex in mdb_clone()Thomas Haller2022-03-141-3/+0
* route/mdb: minor cleanup in "mdb.c"Thomas Haller2022-03-141-34/+31
* route/mdb: drop extra MDB attributes and rework mdb_compare()Thomas Haller2022-03-141-26/+25
* route/mdb: hide rtnl_mdb_entry_alloc() from public APIThomas Haller2022-03-141-1/+3
* route/mdb: use nl_list_for_each_entry_safe() for destroying list in mdb_free_...Thomas Haller2022-03-141-8/+6
* mdb: support bridge multicast database notificationRubens Figueiredo2022-03-141-0/+451