summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* [ospfd] Improve some warning messages.Andrew J. Schorr2006-09-251-7/+14
* [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commitPaul Jakma2006-08-301-21/+13
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-5/+7
* [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisationPaul Jakma2006-08-271-14/+34
* [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packetsPaul Jakma2006-08-271-19/+42
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-24/+6
* [ospfd] Improve Hello NetworkMask mismatch warning to give more infoAndrew J. Schorr2006-07-111-2/+3
* [ospfd] Fix multicast membership drop bugPaul Jakma2006-06-151-3/+3
* [ospfd] suppres mostly uninteresting debug message unless debug is setPaul Jakma2006-06-151-3/+4
* [ospfd/zserv] adjust to new formatpaul2006-01-171-2/+2
* [ospfd] fix undefined effect expressionpaul2006-01-101-1/+5
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-14/+18