summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* ospfd: interface speed change during intf addChirag Shah2018-08-251-5/+11
* ospfd pimd: null check (PVS-Studio)F. Aragon2018-07-061-1/+6
* lib ospfd: dead code (Coverity 1302503 1302502)paco2018-06-261-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-12/+13
* ospfd: LSDB_LOOP treat it as a loop.Donald Sharp2018-01-171-3/+4
* ospfd: Set filter to unbound debug logsChirag Shah2017-12-271-2/+3
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-5/+8
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-661/+643
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+2
* *: use monotime()David Lamparter2017-01-231-2/+2
* ospfd: Update route in zebra when tag changesChristian Franke2016-10-081-0/+4
* *: use long long to print time_tDavid Lamparter2016-05-301-2/+2
* ospfd: ospf_ase.c, external_lsa locking fixes.Joakim Tjernlund2016-05-261-4/+6
* ospfd: Move route_unlock_node() in ospf_ase_incremental_update()Joakim Tjernlund2016-05-261-1/+1
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-1/+1
* ospfd-spf-stats.patchDonald Sharp2015-05-201-0/+9
* ospfd: address more trivial compiler warningsDenis Ovsienko2012-01-081-1/+0
* ospfd: Fix various route_unlock discrepenciesPaul Jakma2010-12-081-6/+6
* ospfd: comment out unused functionStephen Hemminger2009-12-031-0/+2
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-031-1/+2
* [ospfd] compare ifIndex too when matching pathsJoakim Tjernlund2009-06-251-0/+2
* [ospfd] external LSA route_unlock_node() fixesJoakim Tjernlund2009-06-251-10/+15
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-261-9/+3
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-011-2/+0
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-7/+7
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-46/+38
* * ospf_ase.c: Don't show messages related to the ase calculations ifhasso2005-02-211-29/+52
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-3/+3
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-16/+16
* Remove ifdef's HAVE_NSSA. NSSA support is stable enough.hasso2004-06-201-7/+0
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-5/+4
* Compile fix - convert foreach_lsa to LSDB_LOOPpaul2003-04-071-2/+2
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-51/+53
* Kevin C Miller <kevinm@andrew.cmu.edu>paul2002-12-131-0/+4
* zebra link state detection supportpaul2002-12-131-1/+1
* Initial revisionpaul2002-12-131-0/+838