summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-9/+10
|\
| * ospfd: use IS_LSA_SELF() where appropriateDenis Ovsienko2012-01-081-6/+7
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-1/+1
| * ospfd: spellingDenis Ovsienko2011-12-131-2/+2
| * ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-081-3/+15
| * ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma2010-12-081-4/+11
| * ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-081-41/+13
| * ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-151/+73
| * ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-081-2/+23
| * ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma2010-12-081-1/+5
| * ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma2010-12-081-2/+11
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-171/+175
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-202/+149
|/
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-131-14/+3
* ospfd: Make sure route table is recalculated.Joakim Tjernlund2009-08-111-18/+23
* ospfd: neuter some compiler warningsPaul Jakma2009-08-031-38/+1
* ospfd: update some commentsPaul Jakma2009-08-031-1/+4
* [ospfd] Do not use stale Network/Router LSAsJoakim Tjernlund2009-06-261-1/+4
* [ospfd] Fix a few LSA performance "bugs"Joakim Tjernlund2009-06-251-18/+5
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-12/+3
* [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-221-33/+11
* Fix last commit - add back in closing paren which was apparentlyGreg Troxel2007-08-061-1/+1
* [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areasPaul Jakma2007-08-061-1/+0
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-23/+8
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-11/+7
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-21/+23
* [ospfd] CID #13, dont try print out fields of LSA we know to be NULL.Paul Jakma2006-07-041-1/+1
* [ospfd] NSSA translate-enabled ABR should declare itself as ASBRPaul Jakma2006-06-261-1/+2
* [ospfd] lsdb_delete/discard_from_db should be more robust to bad argsPaul Jakma2006-06-151-2/+19
* [ospfd] Fix small error in CID #13 commitPaul Jakma2006-05-121-1/+1
* [ospfd] CID #13, debug for NULL type7 LSA should not print out data from itPaul Jakma2006-05-121-1/+3
* [ospfd] CID #29, fix missing NULL check by removing unused code.Paul Jakma2006-05-121-22/+2
* [ospfd] Squash another ospf_lookup callPaul Jakma2006-05-121-6/+2
* [ospfd] Fix failure of Fletcher checksum with certain compilersPaul Jakma2006-03-301-1/+1
* [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBERPaul Jakma2006-03-301-1/+1
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-4/+0
* [ospfd] Add support for oversized LSAs.paul2006-01-181-26/+53
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-201-6/+69
* 2005-10-29 Paul Jakma <paul.jakma@sun.com>paul2005-10-291-8/+87
* 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-191-2/+2
* 2005-05-11 Paul Jakma <paul.jakma@sun.com>paul2005-05-111-2/+4
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-40/+40
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-69/+50
* 2005-03-13 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-131-3/+6
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-2/+2
* Show sums of checksums in "show ip ospf" output. Okayed by Paul and Jameshasso2004-12-221-4/+4
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-84/+84
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-1/+1
* Compiler warnings fixes round 1.hasso2004-10-081-1/+1
* Compiler warnings fixes.hasso2004-09-261-1/+1