summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-02-261-24/+0
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-1/+1
* ospfd: fix unused warning in ospf_writeDavid Lamparter2015-10-161-2/+2
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-241-3/+3
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2015-07-291-0/+2
* ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2015-05-141-15/+0
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2015-05-051-8/+1
* *: use void * for printing pointersDavid Lamparter2015-04-211-3/+4
* ospfd: set O-bit in the option of all DD packetsLu Feng2015-02-061-16/+1
* ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant logPaul Jakma2014-11-111-10/+2
* Avoid timing out of adjacencies by serving all interfaces in round-robin.Dinesh G Dutt2014-11-111-3/+15
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2014-10-271-2/+2
* *: 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
* | ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_floodPaul Jakma2010-12-081-1/+1
|/
* ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma2010-01-141-3/+4
* ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma2009-08-111-2/+3
* ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund2009-07-281-2/+2
* [ospfd] discount IP header size from a new LSA pktDmitry Tejblum2009-06-241-3/+12
* [ospfd] Move passive interface checkJoakim Tjernlund2008-09-241-18/+26
* Set destination for PtP links to OSPF_ALLSPFROUTERS.Joakim Tjernlund2008-08-251-6/+14
* Bug #362 is fixed now.Denis Ovsienko2007-08-211-2/+6
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-2/+2
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-221-3/+3