summaryrefslogtreecommitdiffstats
path: root/lib/route/rule.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-2/+0
* 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/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+8
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+27
* 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-17/+15
* doc: fix typoLeon M. George2022-08-241-2/+2
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-161-0/+3
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* rule: Add support for protocol and port rangesDavid Ahern2018-04-061-17/+196
* lib: route: rule: add rule_groups to cache opsRoopa Prabhu2018-02-151-0/+7
* rule: change API for setting/getting l3mdev rule propertyThomas Haller2017-05-121-4/+31
* rule: Add support for l3mdev in FIB rulesDavid Ahern2017-05-121-3/+29
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+1
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-3/+3
* style: require comma after __ADD() macroThomas Haller2014-07-271-13/+13
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* missing extended Table attribute for lib/route/Romary Sonrier2012-03-061-0/+4
* Adding rule with "From" option doesn't workRomary Sonrier2011-05-031-6/+8
* Documentation updatesThomas Graf2011-03-211-3/+5
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* routing rules: adapt to unified routing rulesThomas Graf2010-10-291-216/+216
* Revert "routing rules: mark support"Thomas Graf2010-10-291-10/+16
* Revert "Include RTA_MARK in routing rule messages"Thomas Graf2010-10-291-3/+0
* Include RTA_MARK in routing rule messagesThomas Graf2010-10-281-0/+3
* routing rules: mark supportThomas Graf2010-10-281-16/+10
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-48/+0
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-2/+2
* Remove XML dumpingThomas Graf2008-06-171-52/+0
* Remove old line counting while dumpingThomas Graf2008-05-231-78/+55
* Improve printing of routing rulesThomas Graf2008-05-221-10/+3
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-12/+11
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-17/+13
* Thread-safe error handlingThomas Graf2008-05-141-62/+46
* patch: fixed up support for tables in rulesBen Gamsa2008-05-081-1/+7
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-2/+2
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+900