summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_message.c
AgeCommit message (Expand)Author
2024-09-16ospf6d: replace ospf6_lsa_header_end()Andrew Cooks
2024-09-16ospf6d: factor out generic TLV handlingAndrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks
2023-10-31Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-10ospf6d: Including checksum in OSPF6 Hello messagesAdriano Marto Reis
2023-10-10ospf6d: add point-to-multipoint interface modeDavid Lamparter
2023-10-10ospf6d: support unicast hellos on PtP/PtMPDavid Lamparter
2023-10-10ospf6d: option to disable multicast hellosDavid Lamparter
2023-10-10ospf6d: option to restrict PtP neighbor listDavid Lamparter
2023-10-10ospf6d: factor out link-local addr changeDavid Lamparter
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
2023-07-03Merge pull request #13900 from donaldsharp/neighbor_structure_crashDonatas Abraitis
2023-07-01ospf6d: Fix crash because neighbor structure was freedDonald Sharp
2023-06-30ospf6d: Stop crash in ospf6_writeDonald Sharp
2023-06-23ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee
2023-05-08ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal
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_execute to event_executeDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-20*: introduce function for sequence numbersRafael Zalamena
2022-12-15ospf6d: Fix auth_key string memory leakDonald Sharp
2022-08-11ospf6d: Remove unused variableDonald Sharp
2022-06-01ospf6d: fix rx/tx buffer sizesDavid Lamparter
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-16ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-14ospf6d: fix coverity issues.Abhinay Ramesh
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2021-11-25ospf6d: check N-bit set in Hello packetckishimo
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-05ospf6d: Prevent use after freeDonald Sharp
2021-10-06Merge pull request #9699 from manojvn/379032-devRuss White
2021-10-06ospf6d: code cleanup.Manoj Naragund
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-21ospf6d: Always pre-init all header values to 0Donald Sharp
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-08-31ospf6d: fix unguarded GR debug messageRenato Westphal
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-07-14ospf6d: remove extra debug messageRafael Zalamena
2021-07-09Merge pull request #8978 from kssoman/ospf_newRafael Zalamena
2021-07-08ospf6d : Send LSA update immediately when ospf instance is deletedSoman K.S
2021-07-06Merge pull request #8930 from pjdruddy/ospf6_packet_debugDonald Sharp