summaryrefslogtreecommitdiff
path: root/lib/route/rule.c
AgeCommit message (Expand)Author
2023-08-08include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller
2023-08-03include: don't explicitly include headers from "nl-default.h"Thomas Haller
2023-08-03include: include private linux headers with explicit pathThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-07-28lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller
2023-07-28all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller
2022-08-24doc: fix typoLeon M. George
2022-03-17lib: make nl_object_clone() out-of-memory safeThomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-08-12Add SPDX identifiersYegor Yefremov
2018-04-06rule: Add support for protocol and port rangesDavid Ahern
2018-02-15lib: route: rule: add rule_groups to cache opsRoopa Prabhu
2017-05-12rule: change API for setting/getting l3mdev rule propertyThomas Haller
2017-05-12rule: Add support for l3mdev in FIB rulesDavid Ahern
2017-03-02include: don't include kernel headers in public libnl3 headersThomas Haller
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2014-07-27style: require comma after __ADD() macroThomas Haller
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-03-06missing extended Table attribute for lib/route/Romary Sonrier
2011-05-03Adding rule with "From" option doesn't workRomary Sonrier
2011-03-22Documentation updatesThomas Graf
2010-11-17constify struct trans_tblThomas Graf
2010-10-29routing rules: adapt to unified routing rulesThomas Graf
2010-10-29Revert "routing rules: mark support"Thomas Graf
2010-10-29Revert "Include RTA_MARK in routing rule messages"Thomas Graf
2010-10-29Include RTA_MARK in routing rule messagesThomas Graf
2010-10-29routing rules: mark supportThomas Graf
2010-10-20Remove NL_DUMP_ENV codeThomas Graf
2008-10-20Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf
2008-06-17Remove XML dumpingThomas Graf
2008-05-23Remove old line counting while dumpingThomas Graf
2008-05-22Improve printing of routing rulesThomas Graf
2008-05-15Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-05-08patch: fixed up support for tables in rulesBen Gamsa
2008-04-29Big routing code rework (API/ABI BREAK!)Thomas Graf
2007-12-17Fix memory leak when parsing netlink messages into cachesThomas Graf
2007-09-17Export interface to define cachesThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf