| Commit message (Expand) | Author | Age | Files | Lines |
* | ospfd: Remove HAVE_OPAQUE_LSA | Donald Sharp | 2016-02-26 | 1 | -30/+0 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-02-26 | 1 | -1/+1 |
* | ospfd: Fast OSPF convergence | Michael Rossberg | 2015-09-24 | 1 | -2/+13 |
* | *: use void * for printing pointers | David Lamparter | 2015-04-21 | 1 | -20/+22 |
* | ospfd: Some small tweaks to the SPF execution reason patch | Paul Jakma | 2014-11-11 | 1 | -14/+5 |
* | Compute and display SPF execution statistics | Dinesh G Dutt | 2014-11-11 | 1 | -5/+11 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -17/+17 |
* | ospfd: add debug messages for router lsa-generation | Christian Franke | 2014-05-14 | 1 | -0/+9 |
* | ospfd: For an ABR, ensure the right LSID is MaxAge'd | Pradosh Mohapatra | 2014-05-14 | 1 | -4/+12 |
* | ospfd: clarify indentation and comments in ospf_lsa_maxage_delete | Christian Franke | 2014-05-14 | 1 | -2/+2 |
* | ospfd: fix a reference counting issue introduced by commit 4de8bf0011 | Christian Franke | 2014-05-14 | 1 | -0/+1 |
* | ospfd: fix flooding procedure | Christian Franke | 2013-04-20 | 1 | -1/+1 |
* | ospfd: make ospf_maxage_lsa_remover actually yield | Christian Franke | 2013-04-20 | 1 | -1/+7 |
* | ospfd: Remove dup MaxAge LSA flood | Dinesh G Dutt | 2013-01-07 | 1 | -3/+2 |
* | ospfd: compile warning cleanups | Andrew Certain | 2013-01-07 | 1 | -1/+3 |
* | ospf: Fix type-4 network mask to 0 per RFC | Leonard Tracy | 2013-01-07 | 1 | -5/+1 |
* | ospf: Convert MAX_AGE LSA list to tree | Dinesh Dutt | 2013-01-07 | 1 | -9/+43 |
* | ospfd: remove some buggy extra ';' symbols. | Hasso Tepper | 2012-11-05 | 1 | -1/+1 |
* | lib: improve fletcher checksum validation | JR Rivers | 2012-10-25 | 1 | -0/+12 |
* | ospfd: Optimize and improve SPF nexthop calculation | Joakim Tjernlund | 2012-07-25 | 1 | -0/+2 |
* | ospfd: use IS_LSA_SELF() where appropriate | Denis Ovsienko | 2012-01-08 | 1 | -6/+7 |
* | general: remove inline qualifiers and move in-header functions to objects | Paul Jakma | 2012-01-06 | 1 | -1/+1 |
* | ospfd: spelling | Denis Ovsienko | 2011-12-13 | 1 | -2/+2 |
* | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed | Paul Jakma | 2010-12-08 | 1 | -3/+15 |
* | ospfd: potential fix for router-id change assert on refresh cleanup patch | Paul Jakma | 2010-12-08 | 1 | -4/+11 |
* | ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer | Paul Jakma | 2010-12-08 | 1 | -41/+13 |
* | ospfd: Unify router and network LSA refresh logic with general refresher | Paul Jakma | 2010-12-08 | 1 | -151/+73 |
* | ospfd: Remember network LSA sequence numbers across up/downs of an interface | Paul Jakma | 2010-12-08 | 1 | -2/+23 |
* | ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu | Paul Jakma | 2010-12-08 | 1 | -1/+5 |
* | ospfd: fix lsa_refresh_walker unlock before use bug | Paul Jakma | 2010-12-08 | 1 | -2/+11 |
* | ospfd: fix performance problem with redistribute delete | Stephen Hemminger | 2009-08-13 | 1 | -14/+3 |
* | ospfd: Make sure route table is recalculated. | Joakim Tjernlund | 2009-08-11 | 1 | -18/+23 |
* | ospfd: neuter some compiler warnings | Paul Jakma | 2009-08-03 | 1 | -38/+1 |
* | ospfd: update some comments | Paul Jakma | 2009-08-03 | 1 | -1/+4 |
* | [ospfd] Do not use stale Network/Router LSAs | Joakim Tjernlund | 2009-06-26 | 1 | -1/+4 |
* | [ospfd] Fix a few LSA performance "bugs" | Joakim Tjernlund | 2009-06-25 | 1 | -18/+5 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 1 | -12/+3 |
* | [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd | Jingjing Duan | 2008-08-22 | 1 | -33/+11 |
* | Fix last commit - add back in closing paren which was apparently | Greg Troxel | 2007-08-06 | 1 | -1/+1 |
* | [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas | Paul Jakma | 2007-08-06 | 1 | -1/+0 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr | 2006-12-12 | 1 | -23/+8 |
* | [ospfd] Bug #134, ospfd should be more robust to backward time change | Paul Jakma | 2006-08-27 | 1 | -11/+7 |
* | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | Paul Jakma | 2006-07-26 | 1 | -21/+23 |
* | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | Paul Jakma | 2006-07-04 | 1 | -1/+1 |
* | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | Paul Jakma | 2006-06-26 | 1 | -1/+2 |
* | [ospfd] lsdb_delete/discard_from_db should be more robust to bad args | Paul Jakma | 2006-06-15 | 1 | -2/+19 |
* | [ospfd] Fix small error in CID #13 commit | Paul Jakma | 2006-05-12 | 1 | -1/+1 |
* | [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it | Paul Jakma | 2006-05-12 | 1 | -1/+3 |
* | [ospfd] CID #29, fix missing NULL check by removing unused code. | Paul Jakma | 2006-05-12 | 1 | -22/+2 |
* | [ospfd] Squash another ospf_lookup call | Paul Jakma | 2006-05-12 | 1 | -6/+2 |