summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_dplane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Modify show `zebra dplane providers` to give more dataDonald Sharp2024-09-051-5/+13
* zebra: Modify dplane loop to allow backpressure to filter upDonald Sharp2024-09-051-20/+94
* zebra: Use the ctx queue countersDonald Sharp2024-09-051-25/+8
* zebra: Allow for initial deny of installation of nhe'sDonald Sharp2024-08-301-1/+14
* zebra: add nexthop counter to 'show zebra dplane' commandPhilippe Guibert2024-07-171-0/+8
* zebra, topotests: do not set nexthop's FIB flag when DUPLICATE presentPhilippe Guibert2024-07-081-0/+4
* Merge pull request #16224 from donaldsharp/zebra_dplane_event_loop_starvationDonatas Abraitis2024-06-191-0/+5
|\
| * zebra: Prevent starvation in dplane_thread_loopDonald Sharp2024-06-141-0/+5
* | zebra: Use built in data structure counterDonald Sharp2024-06-131-0/+5
|/
* zebra: add dataplane API version valueMark Stapp2024-04-091-0/+13
* zebra: changes for code maintainabilitysri-mohan12024-03-151-1/+1
* zebra: `ctx` has to be non NULL at this pointCarmine Scarpitta2024-01-041-2/+1
* zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta2023-12-141-0/+94
* zebra: Add ability to note that a address is NOPREFIXROUTEDonald Sharp2023-12-061-0/+15
* Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-281-4/+45
|\
| * zebra: On shutdown, ensure dg_update_list is emptiedDonald Sharp2023-11-211-0/+11
| * zebra: Cleanup dplane provider owned ctx's on shutdownDonald Sharp2023-11-211-4/+27
| * zebra: On shutdown, cleanup dplane providersDonald Sharp2023-11-211-0/+7
* | zebra: fix dplane_ctx_iptable use-after-freeLouis Scalbert2023-11-221-0/+1
* | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
|/
* lib,*: add vrf id to pbr rule results zapi messageMark Stapp2023-10-051-0/+7
* lib,zebra: add tx queuelen to interface structMark Stapp2023-09-011-0/+16
* zebra: Fix crashes in interface changeDonald Sharp2023-08-171-0/+30
* zebra: zebra_dplane.[ch]: use pbr common struct in ctxG. Paul Ziemba2023-08-071-118/+92
* pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zebra dplane)G. Paul Ziemba2023-07-191-0/+11
* zebra: Abstract `dplane_ctx_route_init` to init route without copyingCarmine Scarpitta2023-07-071-2/+19
* zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+480
* zebra: Remove unused dplane_intf_deleteDonald Sharp2023-07-051-12/+0
* zebra: bugfix dplane priority sortingG. Paul Ziemba2023-06-091-2/+3
* zebra: Fix paths that have already de-refed ctxDonald Sharp2023-05-221-8/+4
* zebra: Fix dp_out_queued counter to actually reflect real lifeDonald Sharp2023-05-121-1/+16
* zebra: dplane_gre_set could return while leaking ctxDonald Sharp2023-05-061-4/+10
* zebra: Dplane ctx allocation cannot failDonald Sharp2023-05-061-34/+0
* zebra: ctx has to be non NULL at this pointDonald Sharp2023-04-211-2/+1
* Merge pull request #13249 from Pdoijode/connected-route-install-fixMark Stapp2023-04-121-0/+5
|\
| * zebra: Install directly connected route after interface flapPooja Jagadeesh Doijode2023-04-111-0/+5
* | zebra: fix race during shutdownMark Stapp2023-04-041-4/+0
|/
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-6/+6
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-22/+18
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-9/+9
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | zebra: add VNI info to flood entryStephen Worley2023-02-141-12/+14
* | zebra: single vxlan device dataplace vni update changesSharath Ramamurthy2023-02-141-44/+46
|/
* zebra: fix SA warning, don't lock plugin listMark Stapp2023-01-251-8/+0
* zebra: use typesafe lib lists in zebra dplaneMark Stapp2023-01-231-120/+109
* zebra: cosmetic changes for debuganlan_cs2023-01-111-2/+2