- 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
- 2b2e38c ospfd, vtysh: Add support for Route tags by Piotr Chytła · 9 years ago
- 7bd3177 ospfd: fix non-zero metric when describing loopback addresses by kitty · 9 years ago
- 36fef57 ospfd: Remove HAVE_OPAQUE_LSA by Donald Sharp · 9 years ago
- 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
- 2ef762e ospfd: Fast OSPF convergence by Michael Rossberg · 9 years ago
- eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
- b6eef00 ospfd: Some small tweaks to the SPF execution reason patch by Paul Jakma · 10 years ago
- 50f38b3 Compute and display SPF execution statistics by Dinesh G Dutt · 10 years ago
- 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
- cbf435c ospfd: add debug messages for router lsa-generation by Christian Franke · 11 years ago
- b4b359a ospfd: For an ABR, ensure the right LSID is MaxAge'd by Pradosh Mohapatra · 11 years ago
- 8afee5c ospfd: clarify indentation and comments in ospf_lsa_maxage_delete by Christian Franke · 11 years ago
- e387dfd ospfd: fix a reference counting issue introduced by commit 4de8bf0011 by Christian Franke · 11 years ago
- 4c14b7f ospfd: fix flooding procedure by Christian Franke · 12 years ago
- 4de8bf0 ospfd: make ospf_maxage_lsa_remover actually yield by Christian Franke · 12 years ago
- e0630cb ospfd: Remove dup MaxAge LSA flood by Dinesh G Dutt · 12 years ago
- 0798cee ospfd: compile warning cleanups by Andrew Certain · 12 years ago
- 2345a22 ospf: Fix type-4 network mask to 0 per RFC by Leonard Tracy · 12 years ago
- 91e6a0e ospf: Convert MAX_AGE LSA list to tree by Dinesh Dutt · 12 years ago
- 8c9ed27 ospfd: remove some buggy extra ';' symbols. by Hasso Tepper · 12 years ago
- d8a4e42 lib: improve fletcher checksum validation by JR Rivers · 12 years ago
- c81ee5c ospfd: Optimize and improve SPF nexthop calculation by Joakim Tjernlund · 12 years ago
- ce3cdcf ospfd: use IS_LSA_SELF() where appropriate by Denis Ovsienko · 13 years ago
- f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
- ad8d480 ospfd: spelling by Denis Ovsienko · 13 years ago
- 4dd87df ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed by Paul Jakma · 15 years ago
- dfbd517 ospfd: potential fix for router-id change assert on refresh cleanup patch by Paul Jakma · 15 years ago
- 02d942c ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer by Paul Jakma · 15 years ago
- c363d38 ospfd: Unify router and network LSA refresh logic with general refresher by Paul Jakma · 15 years ago
- 7eb5b47 ospfd: Remember network LSA sequence numbers across up/downs of an interface by Paul Jakma · 15 years ago
- 94b6bfd ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu by Paul Jakma · 15 years ago
- 6634974 ospfd: fix lsa_refresh_walker unlock before use bug by Paul Jakma · 15 years ago
- 3106a03 ospfd: fix performance problem with redistribute delete by Stephen Hemminger · 15 years ago
- 5996e0d ospfd: Make sure route table is recalculated. by Joakim Tjernlund · 15 years ago
- 5372510 ospfd: neuter some compiler warnings by Paul Jakma · 15 years ago
- 4ca15d4 ospfd: update some comments by Paul Jakma · 15 years ago
- bd24624 [ospfd] Do not use stale Network/Router LSAs by Joakim Tjernlund · 16 years ago
- f654313 [ospfd] Fix a few LSA performance "bugs" by Joakim Tjernlund · 16 years ago
- 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
- 6a270cd [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd by Jingjing Duan · 16 years ago
- fc787e8 Fix last commit - add back in closing paren which was apparently by Greg Troxel · 17 years ago
- 5b02255 [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas by Paul Jakma · 17 years ago
- e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
- 2518efd [ospfd] Bug #134, ospfd should be more robust to backward time change by Paul Jakma · 18 years ago
- 1fe6ed3 [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free by Paul Jakma · 18 years ago
- 5db95bc [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. by Paul Jakma · 18 years ago
- 9560fa8 [ospfd] NSSA translate-enabled ABR should declare itself as ASBR by Paul Jakma · 18 years ago
- ac904de [ospfd] lsdb_delete/discard_from_db should be more robust to bad args by Paul Jakma · 18 years ago
- ae12805 [ospfd] Fix small error in CID #13 commit by Paul Jakma · 19 years ago
- e54e6e5 [ospfd] CID #13, debug for NULL type7 LSA should not print out data from it by Paul Jakma · 19 years ago
- 70461d7 [ospfd] CID #29, fix missing NULL check by removing unused code. by Paul Jakma · 19 years ago
- 4021b60 [ospfd] Squash another ospf_lookup call by Paul Jakma · 19 years ago
- 075c201 [ospfd] Fix failure of Fletcher checksum with certain compilers by Paul Jakma · 19 years ago
- c2b478d [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBER by Paul Jakma · 19 years ago
- e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
- 779adb0 [ospfd] Add support for oversized LSAs. by paul · 19 years ago
- c24d602 2005-11-20 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 88d6cf3 2005-10-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 5339cfd 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 69310a6 2005-05-11 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 4dadc29 2005-05-06 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 9dbc797 2005-03-13 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- fe71a97 Show sums of checksums in "show ip ospf" output. Okayed by Paul and James by hasso · 20 years ago
- e588f21 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 3fb9cd6 OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, by hasso · 20 years ago
- eb1ce60 Compiler warnings fixes round 1. by hasso · 20 years ago
- c9e52be Compiler warnings fixes. by hasso · 20 years ago
- 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
- beebba7 Remove ifdef's HAVE_NSSA. NSSA support is stable enough. by hasso · 20 years ago
- 553ff11 2004-06-06 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 0c2be26 2004-05-31 Sagun Shakya <sagun.shakya@sun.com> by paul · 21 years ago
- 7ddf1d6 2003-10-13 sowmini.varadhan@sun.com by paul · 21 years ago
- 8fc0f64 2003-07-13 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- d4a53d5 2003-07-12 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 0c14ad8 Don't install Type-7 LSA's into nonNSSA area. by hasso · 21 years ago
- 942b6c1 2003-06-19 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- d748032 From: Hasso Tepper <hasso@estpak.ee> by paul · 22 years ago
- 8435219 Fix merge error of Hasso's patch "case case" :) by paul · 22 years ago
- 4fb949e From: Hasso Tepper by paul · 22 years ago
- ccd57af Reverting the NSSA maxage walker loop addition for now, until all the other by paul · 22 years ago
- 5376b5e NSSA /might/ be missing this. I'm not sure. by paul · 22 years ago
- 645878f From: Hasso Tepper <hasso@estpak.ee> by paul · 22 years ago
- e05fba4 Author: amir by paul · 22 years ago
- 1cc8f76 Add tests for debug enabled to PtMP LSA creation functions by paul · 22 years ago
- 020709f 2003-04-04 Paul Jakma <paul@dishone.st> by paul · 22 years ago
- d182583 From: David Watson <dwatson@eecs.umich.edu> by paul · 22 years ago
- 6898008 2003-03-25 Paul Jakma <paul@dishone.st> by paul · 22 years ago
- 17b78d3 Fix debug statement in ospf_packet.c and merge error in ospf_lsa.c by paul · 22 years ago
- 37163d6 Merge to zebra.org CVS 20030203 16:30GMT by paul · 22 years ago
- 09e4efd Date: Fri, 20 Dec 2002 17:28:45 +0900 by paul · 22 years ago
- f2c8065 Kevin C Miller <kevinm@andrew.cmu.edu> [zebra 16681] OSPF NSSA Patches by paul · 22 years ago
- 2e3b2e4 zebra link state detection support by paul · 22 years ago
- 7afa08d ospfd Point-to-Multipoint support by paul · 22 years ago
- 718e374 Initial revision by paul · 22 years ago