summaryrefslogtreecommitdiff
path: root/ospfd/ospf_packet.c
AgeCommit message (Expand)Author
2024-09-09ospfd: logging behavior for area id mismatchesLoïc Sang
2024-08-16 ospfd: Fix SA warnings in ospf_packet.c and ospf_vty.cAcee
2024-07-06ospfd: Fix several problems with direct acknowledgments and improved delay acks.Acee Lindem
2024-06-20ospfd: Improve OSPF neighbor retransmission list granularity and precisionAcee Lindem
2024-04-18ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interfaceAcee Lindem
2024-04-02ospfd: Implement non-broadcast support for point-to-multipoint networksAcee Lindem
2024-03-18ospfd: Send LS Updates in response to LS Request as unicast.Acee Lindem
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-16[ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh
2023-07-11Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...Russ White
2023-06-28 ospfd: Configurable interface-level 'capability opaque' supportAcee
2023-06-23ospfd: Add config callbacks and suppress hello during config load.Acee
2023-05-16Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White
2023-05-09 ospfd: OSPF opaque LSA stale processing fix and topotests.Acee
2023-05-08ospfd: add support for unplanned graceful restartRenato Westphal
2023-04-11ospfd: support write socket per interfaceMark Stapp
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 `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-03-02ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal
2023-02-21Merge pull request #12366 from manojvn/ospfv2-flood-reductionRuss White
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-19ospfd: ospf hello changes.Manoj Naragund
2023-01-06ospfd: report the router IP with Opaque capability mismatchJafar Al-Gharaibeh
2022-12-24ospfd: add advertising router IP to Opaque capability mismatch error messageJafar Al-Gharaibeh
2022-10-29ospfd: catch and report runt LSAsLou Berger
2022-10-25ospf: optimization for FRR's P2MP modeLou Berger
2022-08-25ospfd: changes for code maintainabilitysri-mohan1
2022-08-11ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp
2022-08-11ospfd: Increase packets sent at one time in ospf_writeDonald Sharp
2022-07-21ospfd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-19*: Fix spelling of accomodateDonald Sharp
2022-04-19*: Fix spelling of atleastDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-11*: Cleanup some documentation from quagga->frrDonald Sharp
2021-10-29Merge pull request #9368 from donaldsharp/ospf_ensure_lsa_lengthIgor Ryzhov
2021-10-15Merge pull request #9813 from opensourcerouting/ospf-gr-fixesDonald Sharp
2021-10-14Merge pull request #9795 from opensourcerouting/ospf_get_nameIgor Ryzhov
2021-10-12ospfd: fix another DR election issue during graceful restartRenato Westphal
2021-10-12Merge pull request #9781 from opensourcerouting/ospfd-gr-dr-fixRuss White
2021-10-09ospfd: use ospf_get_name() wherever possibleRenato Westphal
2021-10-08ospfd: preserve DR status across graceful restartsRenato Westphal
2021-10-06ospfd: ospf nbr in full although mismatch in hello packet contentsMobashshera Rasool
2021-09-14ospfd: Add some small doc to what each one is for future peopleDonald Sharp