index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_dplane.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: add dataplane API version value
Mark Stapp
2024-04-09
1
-0
/
+13
*
zebra: changes for code maintainability
sri-mohan1
2024-03-15
1
-1
/
+1
*
zebra: `ctx` has to be non NULL at this point
Carmine Scarpitta
2024-01-04
1
-2
/
+1
*
zebra: Add code to set SRv6 encap source addr in dplane
Carmine Scarpitta
2023-12-14
1
-0
/
+94
*
zebra: Add ability to note that a address is NOPREFIXROUTE
Donald Sharp
2023-12-06
1
-0
/
+15
*
Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finally
Christian Hopps
2023-11-28
1
-4
/
+45
|
\
|
*
zebra: On shutdown, ensure dg_update_list is emptied
Donald Sharp
2023-11-21
1
-0
/
+11
|
*
zebra: Cleanup dplane provider owned ctx's on shutdown
Donald Sharp
2023-11-21
1
-4
/
+27
|
*
zebra: On shutdown, cleanup dplane providers
Donald Sharp
2023-11-21
1
-0
/
+7
*
|
zebra: fix dplane_ctx_iptable use-after-free
Louis Scalbert
2023-11-22
1
-0
/
+1
*
|
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-21
1
-1
/
+1
|
/
*
lib,*: add vrf id to pbr rule results zapi message
Mark Stapp
2023-10-05
1
-0
/
+7
*
lib,zebra: add tx queuelen to interface struct
Mark Stapp
2023-09-01
1
-0
/
+16
*
zebra: Fix crashes in interface change
Donald Sharp
2023-08-17
1
-0
/
+30
*
zebra: zebra_dplane.[ch]: use pbr common struct in ctx
G. Paul Ziemba
2023-08-07
1
-118
/
+92
*
pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zebra dplane)
G. Paul Ziemba
2023-07-19
1
-0
/
+11
*
zebra: Abstract `dplane_ctx_route_init` to init route without copying
Carmine Scarpitta
2023-07-07
1
-2
/
+19
*
zebra: Add code to get/set interface to pass up from dplane
Donald Sharp
2023-07-05
1
-0
/
+480
*
zebra: Remove unused dplane_intf_delete
Donald Sharp
2023-07-05
1
-12
/
+0
*
zebra: bugfix dplane priority sorting
G. Paul Ziemba
2023-06-09
1
-2
/
+3
*
zebra: Fix paths that have already de-refed ctx
Donald Sharp
2023-05-22
1
-8
/
+4
*
zebra: Fix dp_out_queued counter to actually reflect real life
Donald Sharp
2023-05-12
1
-1
/
+16
*
zebra: dplane_gre_set could return while leaking ctx
Donald Sharp
2023-05-06
1
-4
/
+10
*
zebra: Dplane ctx allocation cannot fail
Donald Sharp
2023-05-06
1
-34
/
+0
*
zebra: ctx has to be non NULL at this point
Donald Sharp
2023-04-21
1
-2
/
+1
*
Merge pull request #13249 from Pdoijode/connected-route-install-fix
Mark Stapp
2023-04-12
1
-0
/
+5
|
\
|
*
zebra: Install directly connected route after interface flap
Pooja Jagadeesh Doijode
2023-04-11
1
-0
/
+5
*
|
zebra: fix race during shutdown
Mark Stapp
2023-04-04
1
-4
/
+0
|
/
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-22
/
+18
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-9
/
+9
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-14
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
|
zebra: add VNI info to flood entry
Stephen Worley
2023-02-14
1
-12
/
+14
*
|
zebra: single vxlan device dataplace vni update changes
Sharath Ramamurthy
2023-02-14
1
-44
/
+46
|
/
*
zebra: fix SA warning, don't lock plugin list
Mark Stapp
2023-01-25
1
-8
/
+0
*
zebra: use typesafe lib lists in zebra dplane
Mark Stapp
2023-01-23
1
-120
/
+109
*
zebra: cosmetic changes for debug
anlan_cs
2023-01-11
1
-2
/
+2
*
zebra: Read from the dplane_fpm_nl a route update
Donald Sharp
2022-12-13
1
-3
/
+7
*
zebra: Add ctx to netlink message parsing
Donald Sharp
2022-12-12
1
-0
/
+11
*
zebra: Rearrange dplane_ctx_route_init
Donald Sharp
2022-12-12
1
-20
/
+42
*
zebra: Add dplane_ctx_get|set_flags
Donald Sharp
2022-12-12
1
-0
/
+17
*
zebra: Remove goto's that do not do anything special
Donald Sharp
2022-12-12
1
-62
/
+32
*
zebra: Actually free all memory associated ctx->u.iptable.interface_name_list
Donald Sharp
2022-12-09
1
-14
/
+8
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-45
/
+405
*
Merge pull request #11832 from sigeryang/master
Quentin Young
2022-08-19
1
-1
/
+1
|
\
|
*
zebra: trim unused tc dplane result values
Siger Yang
2022-08-18
1
-1
/
+1
[next]