summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-271-17/+13
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-4/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-141-1/+3
* *: ALLOC calls cannot failDonald Sharp2018-08-111-6/+0
* bgpd ospf6d: null check (Coverity 1221453 1461297)paco2018-06-201-4/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-29/+30
* ospf6d: Fix a possible deref by null found in SADonald Sharp2018-02-141-12/+15
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-142/+213
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-0/+1
* ospf6d: SPF consider all Router LSAsChirag Shah2017-11-171-69/+175
* ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2017-10-171-1/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* ospf6d: Note when we calculated spfDonald Sharp2017-09-141-0/+4
* ospf6d: Fix memory leaksChirag Shah2017-07-271-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-724/+683
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-6/+6
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-1/+1
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-4/+4
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-5/+5
| * *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-2/+1
|/
* *: use vty_outlnQuentin Young2017-06-291-2/+2
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-3/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+2
* *: use monotime()David Lamparter2017-01-231-2/+2
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-6/+1
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-1/+1
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-1/+1
|\
| * ospf6d: fix off-by-one on display of spf reasonsChristian Franke2016-10-211-1/+1
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-21/+5
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+1
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-3/+6
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-1/+1
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-11/+12
* | ospf6d: argv updateDaniel Walton2016-09-231-3/+3
|/
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-0/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-1/+1
* *: use long long to print time_tDavid Lamparter2016-05-301-4/+5
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-0/+1
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+12
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-6/+5