summaryrefslogtreecommitdiffstats
path: root/zebra/rule_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-21/+8
* bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-121-7/+7
* zebra: remove old kernel one-update-at-a-time apiJakub Urbańczyk2020-08-101-9/+0
* zebra: netlink message batchingJakub Urbańczyk2020-08-101-42/+46
* Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White2020-07-231-12/+19
|\
| * pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-12/+19
* | zebra: Silently ignore afi 128/129 for rulesDonald Sharp2020-07-171-0/+9
|/
* zebra: check for buffer boundaryJakub Urbańczyk2020-06-131-10/+20
* zebra: clean up netlink apiJakub Urbańczyk2020-06-131-9/+11
* zebra: separate code encoding netlink msgJakub Urbańczyk2020-06-101-36/+50
* zebra: convert ip rule installation to use dplane threadJakub Urbańczyk2020-06-101-81/+69
* zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-151-1/+1
* zebra: read in and sweep rules on startupStephen Worley2020-04-101-19/+89
* zebra: set family on read in rule prefixStephen Worley2020-04-101-0/+2
* zebra: define some explicit rule replace code pathsStephen Worley2020-04-091-0/+25
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+4
* zebra: Don't bother ref'ing ifp in zebra_pbr_ruleStephen Worley2019-10-151-10/+10
* zebra: Use the rule ifindex as a hash key, not ifpStephen Worley2019-10-151-1/+1
* zebra: Send RTPROT_ZEBRA for netlink messages missing this dataDonald Sharp2019-09-191-0/+4
* zebra: Fix late memset of pbr rule in rule_netlinkStephen Worley2019-04-091-2/+1
* zebra: add fwmark information at netlink levelPhilippe Guibert2019-01-291-1/+2
* zebra: Create zebra_dplane.c and .hMark Stapp2018-09-201-8/+8
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-1/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-1/+3
* zebra: Format log for address family checkStephen Worley2018-07-251-1/+1
* zebra: Add address family filtersStephen Worley2018-07-231-1/+5
* zebra: Add error messages in places where we have a decode problemDonald Sharp2018-06-251-1/+5
* zebra: Add knowledge of request success/failure for pbr rulesDonald Sharp2018-05-301-2/+6
* zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-4/+4
* Merge pull request #2142 from pguibert6WIND/fs_zebra_complementDonald Sharp2018-05-291-0/+6
|\
| * zebra: add netlink rule support for fwmark optionPhilippe Guibert2018-05-251-0/+6
* | zebra: Remove unnecessary function parameterDonald Sharp2018-05-241-2/+1
|/
* zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert2018-04-161-28/+32
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-061-3/+0
* zebra: Make the ifp part of the rule structureDonald Sharp2018-03-091-19/+17
* zebra: Keep track of rules writtenDonald Sharp2018-03-091-3/+5
* zebra: Cleanup a couple of api issuesDonald Sharp2018-03-091-38/+32
* *: PBR - netlink interaction and basic definitionsvivek2018-03-091-0/+273