summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: guard a couple of debugsJafar Al-Gharaibeh8 days1-2/+5
* ospf6d: replace ospf6_lsa_header_end()Andrew Cooks2024-09-161-2/+1
* ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks2024-05-281-3/+2
* * : include event ptr in event_execute apiMark Stapp2023-07-251-1/+1
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-5/+5
* ospf6d: unlock lsaryndia2023-07-031-1/+3
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* ospf6d: fix duplicate inter-area-prefix-LSAs after exiting from GR modeRenato Westphal2023-03-021-0/+27
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: crash in ospf6_decrement_retrans_count.Manoj Naragund2022-03-171-0/+2
* ospf6d: add LSA statistics to LSA databaseDavid Schweizer2022-01-121-0/+12
* ospf6d: Review comment fixesMobashshera Rasool2021-07-211-1/+1
* ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-0/+23
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-1/+10
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* ospf6d: Structural changes in ospf6d.cYash Ranjan2021-01-131-49/+0
* ospf6d: fix compilation of debug codeIgor Ryzhov2020-11-181-3/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-5/+1
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-4/+4
* ospf6d: Revert "ospf6d: Prevent use after free"Donald Sharp2020-05-141-11/+4
* ospf6d: fix SA warningsMark Stapp2020-04-211-4/+4
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-4/+4
* ospf6d: Prevent use after freeDonald Sharp2019-09-251-4/+11
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-4/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+1
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+1
* ospf6: Fix DEBUG compiling errorßingen2017-08-091-2/+1
* ospf6d: Fix memory leaksChirag Shah2017-07-271-0/+2
* ospf6d: crash in ospf6_lsdb_showDaniel Walton2017-07-181-2/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-369/+325
* ospf6d: rewrite ospf6_lsdb_lookup_next()David Lamparter2017-07-111-30/+4
* ospf6d: rewrite LSDB iterationDavid Lamparter2017-07-111-135/+52
* ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-8/+5
* lib: add some abstraction guards for table codeDavid Lamparter2017-07-111-0/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ospf6d: resolve problem with area range lsid creationDon Slice2017-01-031-18/+0
* ospf6_lsdb: trivial, make it clear that showfunc is set before deref.Paul Jakma2016-05-261-10/+17
* Quagga: prefix2str fixupDonald Sharp2015-11-231-1/+1
* ospf6d: ospfv3-abr-ecmp-support.patchDonald Sharp2015-05-201-6/+29
* ospf6d: clear lsa->refresh before clearing LSAsDavid Lamparter2014-03-181-0/+2
* ospf6d: handle seqnum wrappingDinesh Dutt2013-11-081-1/+12
* ospf6d: turn off expensive debuggingDinesh Dutt2013-11-081-3/+3
* ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-081-99/+66
* ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-081-0/+23
* ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-231-1/+1
* ospf6d: fix warnings from recent prefix bit commitStephen Hemminger2009-12-101-2/+2
* lib: move check_bit into prefix common codeStephen Hemminger2009-12-091-6/+3
* ospf6d: fix LSA locking in ospf6_new_ls_id()Tom Goff2009-12-011-0/+3