index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_rib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Send nht resolved entry up to concerned protocols in all cases
Donald Sharp
2023-01-31
1
-3
/
+6
*
zebra: Remove impossible to use function
Donald Sharp
2023-01-25
1
-25
/
+1
*
zebra: use typesafe lib lists in zebra dplane
Mark Stapp
2023-01-23
1
-5
/
+5
*
Merge pull request #12604 from donaldsharp/distance_metric_offload_fixes
Russ White
2023-01-18
1
-4
/
+16
|
\
|
*
zebra: Set metric appropriately on route offload to asic
Donald Sharp
2023-01-05
1
-0
/
+8
|
*
zebra: Fix distance being set incorrectly on kernel offload update
Donald Sharp
2023-01-05
1
-4
/
+8
*
|
zebra: fix use after free on RIB processing
Rafael Zalamena
2023-01-16
1
-0
/
+1
|
/
*
zebra: When freeing the early route queue, actually free it right
Donald Sharp
2022-12-15
1
-4
/
+4
*
lib, tests, zebra: Remove unused workqueue error function
Donald Sharp
2022-12-15
1
-1
/
+0
*
zebra: Read from the dplane_fpm_nl a route update
Donald Sharp
2022-12-13
1
-4
/
+15
*
zebra: Add `zrouter.asic_notification_nexthop_control`
Donald Sharp
2022-12-12
1
-40
/
+55
*
zebra: Return statements do not use paranthesis
Donald Sharp
2022-12-12
1
-2
/
+1
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-3
/
+8
*
zebra: Fix handling of recursive routes when processing closely in time
Donald Sharp
2022-10-26
1
-3
/
+14
*
zebra: fix fpm crash
anlan_cs
2022-09-25
1
-0
/
+5
*
zebra: Create a zebra_rib_route_entry_new function and use it
Donald Sharp
2022-08-17
1
-22
/
+28
*
zebra: Introduce early route processing on the MetaQ
Donald Sharp
2022-08-17
1
-378
/
+551
*
zebra: Convert label processing to Meta-Q
Donald Sharp
2022-08-17
1
-0
/
+124
*
zebra: add tc netlink and dplane ops
Siger Yang
2022-08-10
1
-0
/
+5
*
zebra: Combine meta_queue_free and meta_queue_vrf_free functions
Donald Sharp
2022-08-10
1
-90
/
+68
*
zebra: System routes should be processed the same time as kernel
Donald Sharp
2022-08-10
1
-1
/
+1
*
zebra: Let's use enum for META Queue indexes
Donald Sharp
2022-08-10
1
-55
/
+101
*
zebra: Explicitly call out the correct queue name
Donald Sharp
2022-08-10
1
-10
/
+10
*
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-2
/
+2
*
Merge pull request #11502 from donaldsharp/zebra_dplane_fini
Russ White
2022-07-05
1
-28
/
+5
|
\
|
*
zebra: make rib_process_dplane_results own ctx freeing
Donald Sharp
2022-06-29
1
-28
/
+5
*
|
Merge pull request #11514 from donaldsharp/zebra_odds_and_ends
Donatas Abraitis
2022-07-04
1
-7
/
+4
|
\
\
|
*
|
zebra: move allow_delete to zrouter.allow_delete
Donald Sharp
2022-07-01
1
-7
/
+4
|
|
/
*
/
zebra: Add a subqueue2str function to give more useful data in debugs
Donald Sharp
2022-07-03
1
-14
/
+38
|
/
*
Merge pull request #10629 from leonshaw/fix/mp-evpn-nh
Russ White
2022-06-23
1
-7
/
+9
|
\
|
*
lib, zebra, bgpd: Move route EVPN flag to nexthop
Xiao Liang
2022-06-10
1
-7
/
+9
*
|
zebra: remove redundant calling hook for fpm
anlan_cs
2022-06-17
1
-6
/
+0
|
/
*
zebra: Remove unused function `route_entry_copy_nexthops`
Donald Sharp
2022-05-13
1
-9
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
zebra: add rib_match_ipv6_multicast variant
David Lamparter
2022-04-26
1
-0
/
+56
*
zebra: add support for protodown reason code
Stephen Worley
2022-03-09
1
-4
/
+4
*
zebra: Prevent crash if ZEBRA_ROUTE_ALL is used for a route type
Donald Sharp
2022-02-28
1
-3
/
+3
*
zebra: use dataplane to read interface NETCONF info
Mark Stapp
2022-02-25
1
-1
/
+4
*
zebra: add dplane type for NETCONF data
Mark Stapp
2022-02-25
1
-0
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-9
/
+3
*
zebra: Abstract nhg deletion to reduce code duplication
Donald Sharp
2022-02-07
1
-15
/
+13
*
zebra: Fix ships in the night issue
Donald Sharp
2022-02-07
1
-5
/
+31
*
Merge pull request #10409 from idryzhov/zebra-mq-clean-crash
Mark Stapp
2022-02-02
1
-0
/
+53
|
\
|
*
zebra: fix cleanup of meta queues on vrf disable
Igor Ryzhov
2022-02-01
1
-0
/
+53
*
|
zebra: name the route_entry opaque struct more specifically
Mark Stapp
2022-01-31
1
-1
/
+1
|
/
*
zebra: Use %pRN instead of %pFX whenver possible
Donald Sharp
2022-01-18
1
-5
/
+5
*
zebra: Modify route_notify_internal to use a route_node
Donald Sharp
2022-01-18
1
-11
/
+8
*
zebra: Cleanup %pFX to %pRN in rib_process_result
Donald Sharp
2022-01-18
1
-19
/
+17
*
zebra: Reduce unneeded lookup in rib_process
Donald Sharp
2022-01-18
1
-2
/
+0
*
zebra: Reduce lookups in rib_process_dplane_notify
Donald Sharp
2022-01-18
1
-21
/
+19
[next]