summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* ospfd: stop checking for ancient OpenBSDRuben Kerkhof2020-03-191-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-3/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+5
* *: Remove break after returnDonatas Abraitis2020-02-131-1/+0
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-11/+12
* ospfd: tiny style fixQuentin Young2019-12-121-2/+1
* ospfd: sizeof(pointer) -> sizeof(pointed-at)Quentin Young2019-12-121-1/+1
* ospfd: fix misplaced trust in ip header lengthQuentin Young2019-12-121-5/+17
* ospfd: nbr->oi is never nullDonald Sharp2019-11-221-3/+1
* ospfd: Rework ospf_read_packet into 2 functionsDonald Sharp2019-11-191-213/+228
* ospfd: Allow packet reads based upon read/write packet countsDonald Sharp2019-11-191-191/+213
* ospfd: The ip header dump is crazy long and uselessDonald Sharp2019-11-191-12/+0
* ospfd: Add/fix some debugs to handle vrfDonald Sharp2019-11-191-1/+12
* ospfd: Remove ORIGINAL_CODING checkDonald Sharp2019-11-191-4/+0
* ospfd: Adding Debugs to dump OSPF DD SeqnumberSatheesh Kumar K2019-11-141-0/+20
* ospfd: Remove flog_warn for a situation user can never do anything withDonald Sharp2019-09-051-5/+6
* ospfd: Cleanup oi->obuf to always be createdDonald Sharp2019-08-301-28/+0
* ospfd: tighten up what functions can be used outside of ospf_packet.cDonald Sharp2019-08-301-4/+4
* ospfd: Do not turn on write thread unless we have something in itDonald Sharp2019-08-301-5/+17
* ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+30
* ospfd: no router ospf crash fixChirag Shah2019-07-151-0/+8
* ospfd: continue statement is redundantDonald Sharp2019-05-031-1/+0
* ospfd: Remaining packet calculation while fragmenting lsu, ls-ack and ls-reqSaravanan K2019-03-251-6/+22
* ospfd: fix link MTU warning styleQuentin Young2019-02-251-2/+1
* ospfd: address CVE-2017-3224Chirag Shah2019-02-031-5/+17
* Merge pull request #3657 from nitinsoniism/ospf_mtu_crashRuss White2019-01-291-0/+15
|\
| * ospfd: ospfd core if hello packet exceeds link MTUNitin Soni2019-01-281-0/+15
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
|/
* Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-1/+1
* isisd lib ospfd pbrd python: fix empty initF. Aragon2018-11-211-1/+1
* *: spelchekDavid Lamparter2018-10-251-1/+1
* ospfd: Do not allow thread dropDonald Sharp2018-10-201-3/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-9/+9
* *: style for EC replacementsQuentin Young2018-09-131-14/+12
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-60/+60
* Merge pull request #3006 from pacovn/static_analysis__shadow_variables1Donald Sharp2018-09-131-1/+1
|\
| * bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-1/+1
* | ospfd: Modify ospf_packet.c to use new error-cards subsystemDonald Sharp2018-09-061-75/+129
|/
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-2/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* ospfd: zlog_ferr facilityChirag Shah2018-08-141-13/+17
* eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-2/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-55/+55
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-48/+46
* ospfd: Fix ospfd crashOlivier Dugeon2018-02-091-0/+4
* ospfd: Set filter to unbound debug logsChirag Shah2017-12-271-7/+11
* *: don't use deprecated stream.h macrosQuentin Young2017-12-011-9/+9
* ospfd: flush self-originated lsa upon restart frrChirag Shah2017-11-081-13/+50