summaryrefslogtreecommitdiffstats
path: root/lib/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* route/route: don't report failure when we receive a route in rtnl_route_lookup()Thomas Haller2022-03-111-6/+6
* route/route: support FIB lookups using rtnlTobias Waldekranz2022-03-111-0/+27
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* route: Add support for MPLS address familyDavid Ahern2017-08-181-0/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* route: Document ROUTE_CACHE_CONTENT flagThomas Graf2012-08-301-0/+4
* Documentation updatesThomas Graf2011-03-211-1/+2
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-2/+2
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-12/+10
* Thread-safe error handlingThomas Graf2008-05-141-28/+31
* Route cache supportThomas Graf2008-05-051-2/+15
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-265/+9
* Represent default route with destination address length zeroThomas Graf2007-12-191-6/+9
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-3/+4
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+444