summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'quagga_0_99_20_1_release' into euro_ix_bex22bChris Hall2012-03-221-118/+434
|\
| * 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
* | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-22/+45
|\ \
| * | 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 with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-0/+16
|\|
| * 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
* | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-51/+65
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-171-2/+3
* | Removing compiler warnings.Chris Hall2010-04-161-2/+1
|/
* 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
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-3/+1
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-3/+1
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-10/+16