summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | bgpd: Fix merge error in jhash commitPaul Jakma2011-03-291-2/+2
* | | | | bgpd: refine the setting up of GTSMStephen Hemminger2011-03-283-8/+33
|/ / / /
* | | | lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19
* | | | bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-243-51/+41
* | | | bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-236-11/+256
* | | | Merge branch 'master' of ssh://code.quagga.net/var/git/quaggaPaul Jakma2011-03-232-2/+2
|\ \ \ \
| * | | | lib: fix more format warnings (#637)Christian Hammers2011-03-232-2/+2
* | | | | bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-03-231-1/+5
|/ / / /
* | | | bgpd: attribute jhash call should use a standard interface to in6_addr dataStephen Hemminger2011-03-221-2/+2
* | | | ospfd: Compile fix for opaque supportPaul Jakma2011-03-224-9/+13
* | | | build: change sense of opaque-{lsa,te} enable args to enable by defaultPaul Jakma2011-03-221-6/+5
* | | | bgpd: enable TCP corkingStephen Hemminger2011-03-211-14/+18
* | | | lib: add TCP_CORK wrapperStephen Hemminger2011-03-212-0/+11
* | | | bgpd: leave peer socket in non-blocking mode (mostly)Stephen Hemminger2011-03-212-23/+15
* | | | bgpd: "Intern" communities in route mapsMichael Lambert2011-03-213-3/+13
* | | | bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-212-15/+991
* | | | release: 0.99.18quagga_0_99_18_releasePaul Jakma2011-03-211-1/+1
|/ / /
* | | bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-217-600/+199
* | | bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-03-211-12/+20
* | | ospf6d: Extend the "[no] debug ospf6 route" vty commandsTom Goff2011-03-211-3/+9
* | | ospf6d: Route locking (memory) cleanupTom Goff2011-03-212-1/+4
* | | ospf6d: Have ospf6d cleanup when it terminates normallyTom Goff2011-03-219-6/+70
* | | ospf6d: Remove obsolete codeTom Goff2011-03-211-5/+0
* | | ospf6d: Fix memory allocation issues in SPFTom Goff2011-03-212-6/+8
* | | lib: zlog should clean up its memoryTom Goff2011-03-211-0/+3
* | | lib: Add a function to delete all interfacesTom Goff2011-03-212-0/+19
* | | bgpd: use Jenkins hash for BGP transit, cluster and attr hashesStephen Hemminger2011-03-211-48/+27
* | | lib: Better hashing of string values using Bernstein hashStephen Hemminger2011-03-214-16/+19
* | | bgpd: Remove extra lock on interior table nodeBarry Friedman2011-03-211-1/+0
* | | bgpd: Fix display of unsigned attributesWataru Tanitsu2011-03-211-9/+9
* | | bgpd: fix use of free memory by update_rsclientStephen Hemminger2011-03-211-1/+2
* | | bgpd: unlock node on aggregate errorRobert Bays2011-03-211-2/+3
* | | bgpd: fix errors in aggregate address commandRobert Bays2011-03-211-36/+41
* | | bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger2011-03-211-5/+1
* | | bgpd: fix bgp_node locking issuesChris Caputo2011-03-214-36/+74
* | | lib: Fix accounting of memoryChris Hall2011-03-211-2/+8
* | | Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma2011-03-2011-66/+45
|\ \ \
| * | | doc: fix "ipv6 address" interface command syntax (#608)Denis Ovsienko2011-03-181-2/+2
| * | | bgpd: improve "monotonic" uptime correctionJohn Kemp2011-03-182-1/+12
| * | | ripngd: copy debug statements fix from ripdStephen Hemminger2011-03-132-17/+11
| * | | ripd: resolve debug statements issue (bug 442)Andrew J. Schorr2011-02-242-16/+9
| * | | bgpd: VTY string fixes for debug commandsDavid Ward2011-01-171-4/+3
| * | | bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-01-141-6/+0
| * | | ospf6d: fix crash in SPF calculationDmitrij Tejblum2011-01-131-17/+5
| * | | bgpd: fix community-list error message spellingDenis Ovsienko2010-12-081-3/+3
| | |/ | |/|
* | | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-082-6/+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-086-44/+53
* | | ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-0812-201/+107
* | | ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-084-4/+38