summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospfd: report the router IP with Opaque capability mismatchJafar Al-Gharaibeh2023-01-061-3/+4
* ospfd: add advertising router IP to Opaque capability mismatch error messageJafar Al-Gharaibeh2022-12-251-2/+2
* ospfd: catch and report runt LSAsLou Berger2022-10-291-0/+6
* ospf: optimization for FRR's P2MP modeLou Berger2022-10-251-1/+2
* ospfd: changes for code maintainabilitysri-mohan12022-08-251-37/+37
* ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp2022-08-111-99/+88
* ospfd: Increase packets sent at one time in ospf_writeDonald Sharp2022-08-111-11/+2
* ospfd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-1/+1
* ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: Fix spelling of accomodateDonald Sharp2022-04-191-3/+3
* *: Fix spelling of atleastDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-29/+11
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-111-1/+1
* Merge pull request #9368 from donaldsharp/ospf_ensure_lsa_lengthIgor Ryzhov2021-10-291-12/+12
|\
| * ospfd: Add some small doc to what each one is for future peopleDonald Sharp2021-09-141-12/+12
| * ospfd: Ensure we have some non header lsa dataDonald Sharp2021-09-141-3/+3
* | Merge pull request #9813 from opensourcerouting/ospf-gr-fixesDonald Sharp2021-10-151-31/+33
|\ \
| * | ospfd: fix another DR election issue during graceful restartRenato Westphal2021-10-121-31/+33
* | | Merge pull request #9795 from opensourcerouting/ospf_get_nameIgor Ryzhov2021-10-141-8/+5
|\ \ \ | |/ / |/| |
| * | ospfd: use ospf_get_name() wherever possibleRenato Westphal2021-10-101-8/+5
* | | Merge pull request #9781 from opensourcerouting/ospfd-gr-dr-fixRuss White2021-10-121-0/+15
|\ \ \ | |/ / |/| |
| * | ospfd: preserve DR status across graceful restartsRenato Westphal2021-10-081-0/+15
| |/
* / ospfd: ospf nbr in full although mismatch in hello packet contentsMobashshera Rasool2021-10-061-13/+1
|/
* Merge pull request #9551 from mobash-rasool/ospfv2-bug-fixes-04Russ White2021-09-071-0/+19
|\
| * ospfd: GR Conformance fix for Hello packet DR electionMobashshera Rasool2021-09-031-0/+19
* | ospfd: RFC conformance test case 25.23 issue fixMobashshera Rasool2021-09-031-3/+4
* | ospfd: ANVL Test case 25.22, 25.23 and 28.11 fixesMobashshera Rasool2021-09-031-4/+4
|/
* ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-051-3/+8
* ospfd: rename the graceful restart headerRenato Westphal2021-07-051-1/+1
* ospfd: adjust log config for GRGalaxyGorilla2021-07-051-1/+1
* ospfd: print extra LSA information in some log messagesRenato Westphal2021-07-051-5/+4
* ospfd: fix wrong NSSA debug guardsRenato Westphal2021-06-081-1/+1
* zebra, ospfd: fix typos in the graceful restart codeRenato Westphal2021-06-081-3/+3
* ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-1/+1
* ospfd: Suppress spurious write message when using ip nhrp map multicastReuben Dowle2021-04-051-1/+7
* ospfd: changes for PMP network /32 prefix lengthAmol Lad2021-04-051-1/+9
* ospfd: Convert to using proper string formattingDonald Sharp2021-03-101-44/+15
* ospfd: Prevent duplicate packet read in certain vrf situationsDonald Sharp2021-02-111-0/+10
* * : update signature of thread_cancel apiMark Stapp2020-10-231-5/+1
* ospfd: replace inet_ntoaMark Stapp2020-10-221-141/+141
* ospfd: GR Helper functionality changesrgirada2020-09-221-1/+17
* ospfd: make proactive ARP configurableJakub Urbańczyk2020-08-201-1/+1
* ospfd: send ARP requests using zebraJakub Urbańczyk2020-08-121-12/+2
* *: un-split strings across linesDavid Lamparter2020-07-141-45/+21
* Merge pull request #6218 from qlyoung/fix-ospf-router-lsa-missing-length-checkOlivier Dugeon2020-04-141-17/+23
|\
| * ospfd: router LSA link info missing length checkQuentin Young2020-04-141-17/+23
* | ospfd: fix uaf upon rx of self-originated lsaQuentin Young2020-04-141-2/+2
|/