summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ospfd: avoid exhausting memory with OSPF vertices (BZ#476)David Lamparter2012-07-251-2/+15
* ospfd: remove unused codeStephen Hemminger2011-12-061-0/+2
* ospfd: sizing macros cleanupDenis Ovsienko2011-09-271-10/+7
* ospfd: update some commentsPaul Jakma2009-08-031-6/+13
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-031-2/+3
* ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund2009-07-301-7/+5
* [ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma2008-09-041-19/+15
* Ignore host routes to self.Joakim Tjernlund2008-08-251-1/+15
* [ospfd] Finish explanatory comment started in previous commit..Paul Jakma2007-08-071-1/+1
* [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingPaul Jakma2007-08-061-3/+6
* [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assertPaul Jakma2007-05-071-6/+16
* [ospfd] Bug #330 regression: failure to calculate routes through networksPaul Jakma2007-03-231-1/+2
* [ospfd] Instrument ospf_spf with more debug log messagesPaul Jakma2007-03-231-3/+39
* [ospfd] Fix regression in SPF introduced by bug#330 fixesPaul Jakma2007-02-261-21/+25
* [ospfd] Bug #330: SPF must consider that nexthop-calc may failPaul Jakma2007-01-241-56/+65
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-2/+2
* [ospfd] Fix SPF of virtual-linksPaul Jakma2006-05-041-51/+114
* [ospfd] SPF ospf_canonical_nexthops_free bugfix.paul2005-11-111-1/+10