summaryrefslogtreecommitdiff
path: root/ospfd
AgeCommit message (Expand)Author
2024-09-18ospfd: Fix heap corruption vulnerability when parsing SR-Algorithm TLVAcee Lindem
2024-05-24ospfd: protect call to get_edge() in ospf_te.cOlivier Dugeon
2024-05-24ospfd: Correct Opaque LSA Extended parserOlivier Dugeon
2024-05-24ospfd: Solved crash in RI parsing with OSPF TEOlivier Dugeon
2024-05-06ospfd: Solved crash in OSPF TE parsingOlivier Dugeon
2023-08-31ospfd: Prevent use after free( and crash of ospf ) when no router ospfDonald Sharp
2023-07-02ospfd: check for NULLs in vty codeMark Stapp
2023-06-13ospfd: fix interface param type updateChirag Shah
2023-05-10 ospfd: OSPF opaque LSA stale processing fix and topotests.Acee
2023-05-10ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp
2023-05-05ospfd: Fix memory leaks w/ `show ip ospf int X json` commandsDonald Sharp
2023-04-12ospfd: Fix ospf_lsa memory leakKeelan10
2023-03-29ospfd: Fix for vitual-link crash in signal handlerPooja Jagadeesh Doijode
2023-03-23ospfd: Fixing Summary origination after range configurationrgirada
2023-03-20ospfd, ospfclient: Do not just include .c files in another .cDonald Sharp
2023-03-20ospfd: Remove MTYPE_TMPDonald Sharp
2023-03-19Merge pull request #13040 from FRRouting/mergify/bp/stable/8.4/pr-13038Donald Sharp
2023-03-19ospfd: Free up q_space in early return pathDonald Sharp
2023-03-19ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp
2023-03-19ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.cDonald Sharp
2023-03-17ospfd: Log Adjacency Changes with Neighbor IP in addition to Neighbor IDMartin Winter
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2023-02-22ospfd: compare prefix values in host orderChristian Hopps
2023-02-22ospfd: small bugfix for miscounting A[S]BRsChristian Hopps
2023-02-22ospfd: inc. opaque data in `show opaque info detail json` outputChristian Hopps
2023-01-07ospfd: report the router IP with Opaque capability mismatchJafar Al-Gharaibeh
2023-01-02ospfd: add advertising router IP to Opaque capability mismatch error messageJafar Al-Gharaibeh
2022-12-13ospfd: fix typo and report the link name in the warningJafar Al-Gharaibeh
2022-11-29ospfd: Fixing memleak.rgirada
2022-11-24ospfd: Fix RFC conformance test cases 25.19 and 27.6Mobashshera Rasool
2022-11-10ospfd: prevent from crashing when processing external lsaPhilippe Guibert
2022-11-08ospfd: Allow unnumbered and numbered addresses to co-exist betterDonald Sharp
2022-11-08ospfd: Get route-map name for default-information originateDonatas Abraitis
2022-10-30Merge pull request #12228 from FRRouting/mergify/bp/dev/8.4/pr-12215Jafar Al-Gharaibeh
2022-10-30Merge pull request #12227 from FRRouting/mergify/bp/dev/8.4/pr-12222Jafar Al-Gharaibeh
2022-10-29ospfd: catch and report runt LSAsLou Berger
2022-10-29ospfd: remove assert on zero length LSA - which is permitted by specLou Berger
2022-10-29ospfd: fix bug where acks were not be generated to incoming P2P/P2MP neighborsLou Berger
2022-10-29ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger
2022-10-29ospfd: ospf_apiserver.c - fix link local opaque LSA deleteLou Berger
2022-10-27ospf: optimization for FRR's P2MP modeLou Berger
2022-10-21ospfd: allow for zero length opaque LSAs (which is permitted per RFC 5250)Lou Berger
2022-09-23ospfd: Remove deprecated command `graceful-restart helper-only`Donatas Abraitis
2022-09-06Merge pull request #11911 from mruprich/ospf-apiJafar Al-Gharaibeh
2022-09-06Merge pull request #11864 from manojvn/clisDonatas Abraitis
2022-09-06ospfd: Adding SUPPORT_OSPF_API define in ospf_spf.cMichal Ruprich
2022-08-31ospfd: Added clis to change default timers for LSA refresh and maxage remove ...Manoj Naragund
2022-08-30ospfd: crash when router acts as GR helper upon a topo changergirada
2022-08-29Merge pull request #11867 from sri-mohan1/sri-ospf-dbg1mobash-rasool
2022-08-28ospfd: changes for code maintainabilitysri-mohan1