summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Improve OSPF neighbor retransmission list granularity and precisionAcee Lindem2024-06-201-0/+53
* Merge pull request #12366 from manojvn/ospfv2-flood-reductionRuss White2023-02-211-0/+21
|\
| * ospfd: Core logic implementation.Manoj Naragund2023-01-201-0/+21
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis2023-01-171-9/+0
* ospfd: rSPF calc and messaging for optimal route reflectionMadhuri Kuruganti2022-10-121-0/+9
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* ospfd: Use AF_UNSPEC instead of setting to 0Donald Sharp2022-02-071-3/+3
* ospfd: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-271-15/+0
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-12/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-236/+211
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: use void * for printing pointersDavid Lamparter2016-05-301-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* ospf: Convert MAX_AGE LSA list to treeDinesh Dutt2013-01-071-9/+12
* ospfd: Fix various route_unlock discrepenciesPaul Jakma2010-12-081-5/+10
* ospfd: remove unneeded memset from a very hot functionPaul Jakma2010-01-141-1/+0
* [cleanup] Add log.h includesTomasz Pala2009-06-241-0/+1
* [ospfd] trivial: consolidate LSDB delete code into single functionPaul Jakma2006-08-271-53/+45
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-3/+3
* [ospfd] lsdb_delete/discard_from_db should be more robust to bad argsPaul Jakma2006-06-151-0/+16
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-1/+1
* * ospf_lsa.h: New flag to the LSA structure for the SPF calculation.hasso2005-02-231-0/+17
* * ospf_lsdb.c: Fix sum of checksums calculation.hasso2005-02-111-1/+5
* Show sums of checksums in "show ip ospf" output. Okayed by Paul and Jameshasso2004-12-221-15/+9
* Initial revisionpaul2002-12-131-0/+299