summaryrefslogtreecommitdiff
path: root/zebra/rule_netlink.c
AgeCommit message (Expand)Author
2023-09-08zebra: ignore iprule requests for unsupported actionsMark Stapp
2023-08-08pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN}G. Paul Ziemba
2023-07-05zebra: Use zebra dplane for RTM link and addrDonald Sharp
2023-06-12pbrd, zebra: fix zapi and netlink rule encodingMark Stapp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-04-20zebra: Add tracepoint for netlink_rule_changeDonald Sharp
2021-10-04zebra: Use a bool for startup indicationsDonald Sharp
2021-07-08zebra: Add ability for dataplane code to understand rule ip protocolsDonald Sharp
2021-07-08zebra: Add ability to encode/decode netlink FRA_IP_PROTO for rule changesDonald Sharp
2020-12-18zebra: derive rule family from src->dst->ipv4Stephen Worley
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-09-11bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp
2020-08-10zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk
2020-08-10zebra: netlink message batchingJakub Urbańczyk
2020-07-23Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White
2020-07-16zebra: Silently ignore afi 128/129 for rulesDonald Sharp
2020-07-15pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley
2020-06-13zebra: check for buffer boundaryJakub Urbańczyk
2020-06-13zebra: clean up netlink apiJakub Urbańczyk
2020-06-10zebra: separate code encoding netlink msgJakub Urbańczyk
2020-06-10zebra: convert ip rule installation to use dplane threadJakub Urbańczyk
2020-04-15zebra: Modify netlink_request to statisfy coverityDonald Sharp
2020-04-10zebra: read in and sweep rules on startupStephen Worley
2020-04-09zebra: set family on read in rule prefixStephen Worley
2020-04-09zebra: define some explicit rule replace code pathsStephen Worley
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-10-15zebra: Don't bother ref'ing ifp in zebra_pbr_ruleStephen Worley
2019-10-15zebra: Use the rule ifindex as a hash key, not ifpStephen Worley
2019-09-19zebra: Send RTPROT_ZEBRA for netlink messages missing this dataDonald Sharp
2019-04-09zebra: Fix late memset of pbr rule in rule_netlinkStephen Worley
2019-01-29zebra: add fwmark information at netlink levelPhilippe Guibert
2018-09-19zebra: Create zebra_dplane.c and .hMark Stapp
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-07-25zebra: Format log for address family checkStephen Worley
2018-07-23zebra: Add address family filtersStephen Worley
2018-06-25zebra: Add error messages in places where we have a decode problemDonald Sharp
2018-05-30zebra: Add knowledge of request success/failure for pbr rulesDonald Sharp
2018-05-30zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp
2018-05-29Merge pull request #2142 from pguibert6WIND/fs_zebra_complementDonald Sharp
2018-05-25zebra: add netlink rule support for fwmark optionPhilippe Guibert
2018-05-24zebra: Remove unnecessary function parameterDonald Sharp
2018-04-16zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert
2018-04-06pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice
2018-03-09zebra: Make the ifp part of the rule structureDonald Sharp
2018-03-09zebra: Keep track of rules writtenDonald Sharp
2018-03-09zebra: Cleanup a couple of api issuesDonald Sharp
2018-03-09*: PBR - netlink interaction and basic definitionsvivek