summaryrefslogtreecommitdiff
path: root/ospfd/ospf_spf.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-17ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31ospfd: Add missing enum's to switch statementDonald Sharp
2023-01-17Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis
2023-01-17Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis
2023-01-17Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"Donatas Abraitis
2022-12-20ospfd: fix SPF table memory leakRafael Zalamena
2022-12-12ospfd: fix memory leak on SPF calculationRafael Zalamena
2022-10-13ospfd: pass the length of string to functionanlan_cs
2022-10-12bgpd, ospfd: update BGP when routes are removed from OSPF routing tableMadhuri Kuruganti
2022-10-12ospfd: few fixes in rSPF calc when LSA received from non root nodeMadhuri Kuruganti
2022-10-12ospfd: rSPF calc and messaging for optimal route reflectionMadhuri Kuruganti
2022-09-06ospfd: Adding SUPPORT_OSPF_API define in ospf_spf.cMichal Ruprich
2022-08-28ospfd: changes for code maintainabilitysri-mohan1
2022-07-16ospfd: free unreachable router LSA node so that it is not left unreachableLou Berger
2022-06-02ospfd: api: add reachable router notificationsChristian Hopps
2022-06-02ospfd: add all_rtrs route table when opaque enabledChristian Hopps
2022-04-19*: Fix spelling of neccessaryDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-08-31ospfd: correctly cleanup spf dataIgor Ryzhov
2021-07-05ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-06-08ospfd: fix logging of what triggered the SPF runRenato Westphal
2021-05-12ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp
2021-04-06ospfd: changes for PMP network /32 prefix lengthAmol Lad
2021-03-29ospfd: Max multipath config supportrgirada
2021-03-17*: require semicolon after DEFINE_<typesafe...>David Lamparter
2021-03-09ospfd: Convert to using proper string formattingDonald Sharp
2021-01-28ospfd: Remove #if 0 codeDonald Sharp
2021-01-19ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla
2021-01-19ospfd: Minor memory fixesGalaxyGorilla
2021-01-19ospfd: Add support for TI-LFA node protectionGalaxyGorilla
2021-01-19ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla
2021-01-19ospfd: Add support for reverse SPF (P2P only)GalaxyGorilla
2021-01-19ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis
2020-11-28ospfd: Restore POINTOMULTIPOINT to working orderDonald Sharp
2020-11-18ospfd: fix NSSA translatorckishimo
2020-10-22ospfd: replace inet_ntoaMark Stapp
2020-08-27ospfd: use a new vertex list for every SPF runGalaxyGorilla
2020-08-18ospfd: bring back some P2P SPF interface codeGalaxyGorilla
2020-08-18ospfd: add print helper for SPF trees and route tablesGalaxyGorilla
2020-08-18ospfd: introduce a 'dry run' into SPF codeGalaxyGorilla
2020-08-14ospfd: clean some bitrot in SPF codeGalaxyGorilla
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-03ospfd: Add ECMP support to OSPF Segment RoutingOlivier Dugeon