summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: simplify log message lookupQuentin Young2017-06-211-2/+2
* *: 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-4/+5
* *: use monotime()David Lamparter2017-01-231-4/+4
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-1/+1
* ospfd: time: replace local helpers with monotimeDavid Lamparter2017-01-231-75/+12
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-161-30/+0
* ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter2016-07-281-3/+3
* ospfd: Fast OSPF convergenceMichael Rossberg2016-06-091-9/+9
* *: use void * for printing pointersDavid Lamparter2016-05-301-22/+24
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-261-14/+5
* OSPF LSA may not be refreshed within 1800s, ANVL OSPF test 12.4 failsDaniel Walton2016-05-181-19/+18
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-04-181-1/+1
* Revert "Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describi...Donald Sharp2016-03-231-1/+1
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-03-181-1/+1
* configuration options for faster OSPF convergenceMichael Rossberg2015-07-311-2/+2
* Command to adjust min-arrival value in Milliseconds.Donald Sharp2015-05-201-0/+11
* Changing router-id inline isnt handled correctly in the current implementation.Donald Sharp2015-05-201-1/+1
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-31/+64
* Unnumbered interface support.Donald Sharp2015-05-201-12/+27
* Add support for route tagsDonald Sharp2015-05-201-3/+3
* ospfd-spf-stats.patchDonald Sharp2015-05-201-5/+11
* *: nuke ^L (page feed)David Lamparter2014-06-041-17/+17
* ospfd: add debug messages for router lsa-generationChristian Franke2014-05-141-0/+9
* ospfd: For an ABR, ensure the right LSID is MaxAge'dPradosh Mohapatra2014-05-141-4/+12
* ospfd: clarify indentation and comments in ospf_lsa_maxage_deleteChristian Franke2014-05-141-2/+2
* ospfd: fix a reference counting issue introduced by commit 4de8bf0011Christian Franke2014-05-141-0/+1
* ospfd: fix flooding procedureChristian Franke2013-04-201-1/+1
* ospfd: make ospf_maxage_lsa_remover actually yieldChristian Franke2013-04-201-1/+7
* ospfd: Remove dup MaxAge LSA floodDinesh G Dutt2013-01-071-3/+2
* ospfd: compile warning cleanupsAndrew Certain2013-01-071-1/+3
* ospf: Fix type-4 network mask to 0 per RFCLeonard Tracy2013-01-071-5/+1
* ospf: Convert MAX_AGE LSA list to treeDinesh Dutt2013-01-071-9/+43
* ospfd: remove some buggy extra ';' symbols.Hasso Tepper2012-11-051-1/+1
* lib: improve fletcher checksum validationJR Rivers2012-10-251-0/+12
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-251-0/+2
* ospfd: use IS_LSA_SELF() where appropriateDenis Ovsienko2012-01-081-6/+7
* general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-1/+1
* ospfd: spellingDenis Ovsienko2011-12-131-2/+2
* ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-081-3/+15
* ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma2010-12-081-4/+11
* ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-081-41/+13
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-151/+73
* ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-081-2/+23
* ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma2010-12-081-1/+5
* ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma2010-12-081-2/+11
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-131-14/+3