summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: use a new vertex list for every SPF runGalaxyGorilla2020-08-271-25/+27
* ospfd: bring back some P2P SPF interface codeGalaxyGorilla2020-08-181-18/+51
* ospfd: add print helper for SPF trees and route tablesGalaxyGorilla2020-08-181-0/+27
* ospfd: introduce a 'dry run' into SPF codeGalaxyGorilla2020-08-181-105/+101
* ospfd: clean some bitrot in SPF codeGalaxyGorilla2020-08-141-289/+304
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* ospfd: Add ECMP support to OSPF Segment RoutingOlivier Dugeon2020-06-031-1/+1
* *: remove tabs from log messagesDavid Lamparter2020-03-241-6/+6
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-2/+2
* ospfd: fix clang-SA warningDavid Lamparter2019-06-131-5/+7
* ospfd: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-271-56/+51
* ospfd: make ECMP nexthop order deterministicDavid Lamparter2019-04-171-1/+8
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-1/+1
* ospfd: Modify ospf_spf.c to use error-card subsystemDonald Sharp2018-09-061-1/+3
* *: ALLOC calls cannot failDonald Sharp2018-08-111-3/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-14/+14
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+5
* OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-1/+4
* ospfd: Set filter to unbound debug logsChirag Shah2017-12-271-3/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-5/+3
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-6/+14
* ospfd: Fix ospfd crash in free_nexthopChirag Shah2017-08-151-3/+3
* ospfd: Fix conflict router-id, memory leaksChirag Shah2017-08-111-0/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1186/+1185
* Merge branch 'stable/3.0'David Lamparter2017-06-131-28/+24
|\
| * ospfd: fix stack underflowQuentin Young2017-06-061-28/+24
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* | *: update thread_add_* callsQuentin Young2017-05-091-2/+3
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+1
|/
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-2/+2
* ospfd: simplify SPF time consumption calculationsDavid Lamparter2017-01-231-21/+9
* *: use monotime()David Lamparter2017-01-231-11/+11
* ospfd: time: replace local helpers with monotimeDavid Lamparter2017-01-231-6/+4
* ospfd: Fix arm compile issueDonald Sharp2016-10-111-1/+1
* *: add/cleanup initialisersDavid Lamparter2016-06-071-2/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-2/+2
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-261-33/+40
* Quagga: Fixup some compile warningsDonald Sharp2015-11-231-1/+1
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-0/+1
* Section 16.0 of rfc2328 (OSPF) specifies that the short-pathDonald Sharp2015-05-201-7/+0
* ospfd-spf-stats.patchDonald Sharp2015-05-201-13/+102
* *: nuke ^L (page feed)David Lamparter2014-06-041-6/+6
* ospfd: restore nexthop IP for p2p interfacesChristian Franke2013-04-091-2/+16
* Revert "ospfd: Do not fall back to intervening router."Paul Jakma2012-10-191-4/+30
* ospfd: Do not fall back to intervening router.Joakim Tjernlund2012-07-251-15/+3
* ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund2012-07-251-1/+3
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-251-83/+74