summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: fix unused warning in ospf_writeDavid Lamparter2016-06-091-2/+3
* ospfd: Fast OSPF convergenceMichael Rossberg2016-06-091-1/+1
* ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2016-06-081-15/+0
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2016-06-081-8/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-3/+4
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2016-05-261-0/+2
* ospfd: set O-bit in the option of all DD packetsLu Feng2016-05-261-16/+1
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2016-05-261-2/+2
* ospfd: Fix compiler warningsDonald Sharp2016-05-201-1/+1
* OSPF: Fix zlog_warn to zlog_debug in some unlikely scenariosDonald Sharp2015-11-091-8/+10
* Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routesDinesh G Dutt2015-09-161-1/+1
* configuration options for faster OSPF convergenceMichael Rossberg2015-07-311-3/+3
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-7/+0
* Command to adjust min-arrival value in Milliseconds.Donald Sharp2015-05-201-1/+1
* Make OSPF compliant to the last sentence of this section in RFC 2328Donald Sharp2015-05-201-1/+2
* ospfd: ospf-start-lsreq-b4-exchange.patchDonald Sharp2015-05-201-0/+3
* ISSUE:Donald Sharp2015-05-201-3/+6
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-1/+1
* Modified the number of writes to service at mostDonald Sharp2015-05-201-20/+37
* In the "write" direction added a command to ensure that QuaggaDonald Sharp2015-05-201-103/+115
* Ensuring that all interfaces are served in a round robin fashion duringDonald Sharp2015-05-201-3/+15
* Send ARP requests proactively during OSPF Adjacency formation.Donald Sharp2015-05-201-0/+32
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* ospfd: check the LS-Ack's recentness instead of only comparing the #seqLu Feng2014-05-141-1/+1
* ospfd: protect vs. VU#229804 (malformed Router-LSA)David Lamparter2013-08-061-0/+21
* ospfd: fix flooding procedureChristian Franke2013-04-201-2/+1
* ospfd: fix LSA initialization for build without opaque LSAChristian Franke2013-04-091-0/+2
* ospfd: compile warning cleanupsAndrew Certain2013-01-071-1/+1
* ospfd: Update comments to be more clear in packet processingAndrew Certain2013-01-071-10/+16
* ospf: Reduce MaxAge log levelAyan Banerjee2013-01-071-2/+5
* lib: improve fletcher checksum validationJR Rivers2012-10-251-1/+1
* ospfd: reduce ospf_verify_header()Denis Ovsienko2012-03-121-15/+6
* ospfd: bring ospf_check_auth() into focusDenis Ovsienko2012-03-121-70/+100
* ospfd: fix packet length check for auth/LLS casesDenis Ovsienko2012-03-121-5/+5
* ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko2012-03-121-1/+259
* ospfd: review ospf_check_md5_digest()Denis Ovsienko2012-03-121-15/+5
* ospfd: review ospf_check_auth()Denis Ovsienko2012-03-121-4/+3
* ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko2012-03-121-9/+56
* ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko2012-03-121-1/+1
* ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko2012-03-121-12/+13
* general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-2/+2
* ospfd: fix packet reception for FreeBSD 10.Dmitrij Tejblum2012-01-021-1/+1
* ospfd: more info in LSA checksum warning (BZ#685)Jaroslav Fojtik2011-12-211-2/+7
* ospfd: fix regression in recent commitYAMAMOTO Shigeru2011-09-291-10/+15
* ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv)Denis Ovsienko2011-09-261-14/+18
* ospfd: CVE-2011-3325 part 1 (OSPF header underrun)Denis Ovsienko2011-09-261-3/+12
* Merge remote-tracking branch 'polymorf/master'Greg Troxel2011-07-131-0/+16
|\
| * Fix ip_len byte order in DragonFly's raw socketDavid BÉRARD2010-05-111-0/+16
* | ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma2010-12-081-46/+48
* | ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma2010-12-081-4/+16