summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-22ospfd: Compile fix for opaque supportPaul Jakma
2011-03-22build: change sense of opaque-{lsa,te} enable args to enable by defaultPaul Jakma
2011-03-21bgpd: enable TCP corkingStephen Hemminger
2011-03-21lib: add TCP_CORK wrapperStephen Hemminger
2011-03-21bgpd: leave peer socket in non-blocking mode (mostly)Stephen Hemminger
2011-03-21bgpd: "Intern" communities in route mapsMichael Lambert
2011-03-21bgpd: New show commands for improved view and address family supportMichael Lambert
2011-03-21release: 0.99.18Paul Jakma
2011-03-21bgpd: Remove AS Path limit/TTL functionalityPaul Jakma
2011-03-21bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma
2011-03-21ospf6d: Extend the "[no] debug ospf6 route" vty commandsTom Goff
2011-03-21ospf6d: Route locking (memory) cleanupTom Goff
2011-03-21ospf6d: Have ospf6d cleanup when it terminates normallyTom Goff
2011-03-21ospf6d: Remove obsolete codeTom Goff
2011-03-21ospf6d: Fix memory allocation issues in SPFTom Goff
2011-03-21lib: zlog should clean up its memoryTom Goff
2011-03-21lib: Add a function to delete all interfacesTom Goff
2011-03-21bgpd: use Jenkins hash for BGP transit, cluster and attr hashesStephen Hemminger
2011-03-21lib: Better hashing of string values using Bernstein hashStephen Hemminger
2011-03-21bgpd: Remove extra lock on interior table nodeBarry Friedman
2011-03-21bgpd: Fix display of unsigned attributesWataru Tanitsu
2011-03-21bgpd: fix use of free memory by update_rsclientStephen Hemminger
2011-03-21bgpd: unlock node on aggregate errorRobert Bays
2011-03-21bgpd: fix errors in aggregate address commandRobert Bays
2011-03-21bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger
2011-03-21bgpd: fix bgp_node locking issuesChris Caputo
2011-03-21lib: Fix accounting of memoryChris Hall
2011-03-20Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma
2011-03-18doc: fix "ipv6 address" interface command syntax (#608)Denis Ovsienko
2011-03-18bgpd: improve "monotonic" uptime correctionJohn Kemp
2011-03-13ripngd: copy debug statements fix from ripdStephen Hemminger
2011-02-24ripd: resolve debug statements issue (bug 442)Andrew J. Schorr
2011-01-17bgpd: VTY string fixes for debug commandsDavid Ward
2011-01-14bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum
2011-01-13ospf6d: fix crash in SPF calculationDmitrij Tejblum
2010-12-08ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma
2010-12-08ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma
2010-12-08ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma
2010-12-08ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma
2010-12-08ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma
2010-12-08ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma
2010-12-08ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma
2010-12-08ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma
2010-12-08ospfd: Fix various route_unlock discrepenciesPaul Jakma
2010-12-08ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma
2010-12-08ospfd: interface code should leave network_lsa_self alonePaul Jakma
2010-12-08ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_floodPaul Jakma
2010-12-08ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma
2010-12-08ospfd: Lower level of some common messages from info to debugPaul Jakma
2010-12-08lib: Fix bug in prefix trie lookupPaul Jakma