summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_flood.c
AgeCommit message (Expand)Author
2023-08-23ospf6d: Free Newly Created LSA when Non-Self-Originated Grace LSA is DiscardedKeelan10
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2023-03-02ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-04-17ospf6d: Check for MinLSInterval timer when adding to LSUpdate listYash Ranjan
2022-03-17ospf6d: crash in ospf6_decrement_retrans_count.Manoj Naragund
2021-11-23ospf6d: Remove ospf6->external_id_tableDonald Sharp
2021-10-19Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White
2021-10-06Merge pull request #9699 from manojvn/379032-devRuss White
2021-10-06Merge pull request #9738 from rgirada/ospfv3_crashRuss White
2021-10-06ospf6d: code cleanup.Manoj Naragund
2021-10-05ospf6d: be careful to not refresh translated Type-5 LSAs twiceRenato Westphal
2021-10-05ospf6d: ospf6d is crashing upon receiving duplicated Grace LSA.rgirada
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-08-19Merge pull request #8935 from rgirada/ospfv3_gr_helperRenato Westphal
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: GR helper exit scenariosrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-08-09ospf6d: Remove Type-7 LSA when Type-5 LSA is removedMobashshera Rasool
2021-07-30Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White
2021-07-21ospf6d: ASBR Summarisation feature implementationMobashshera Rasool
2021-07-20ospf6d: don't create Adv-ID:0.0.0.0 LSAs at startDavid Lamparter
2021-06-24ospf6d: Max aged LSAs are not getting deleted from DBMobashshera Rasool
2021-06-19Merge pull request #8841 from volta-networks/fix_ospf6_bad_seqnumDonald Sharp
2021-06-18ospf6: Drop LSA with bad seqnumberlynne
2021-06-14ospf6d: move error logs out from behind debug flagslynne
2021-06-04ospf6d: Support for nssa in ospfv3Kaushik
2021-05-13Merge pull request #8658 from gromit1811/bugfix_8567Martin Winter
2021-05-11ospf6d: Send MAXAGE LS update for received old self-originated LSAsMartin Buck
2021-05-04ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne
2021-03-24ospf6d: Do not flood unknown LSAs if U-bit is clearKaren Schoener
2021-01-28ospf6d: Remove #if 0 code that has not been used in a long timeDonald Sharp
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-09-29ospf6d: Fix flooding of old copies of self-originated LSAsMartin Buck
2020-04-18ospf6d: Prevent use after freeDonald Sharp
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-12-04ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara
2018-08-20Merge pull request #2814 from qlyoung/fix-ospf6d-lsa-uaf-testDavid Lamparter
2018-08-14ospf6d: sanity check refcount correctnessQuentin Young
2018-08-13ospf6d: revert fix for Coverity 1221459F. Aragon
2018-06-21spf6d: fix use after free (2) (Coverity 1221459)paco
2018-06-08spf6d: fix use after free (Coverity 1221459)paco
2018-03-08ospf6d: Intra-prefix LSA update after frr restartChirag Shah