summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd: optimize holdtime timer cancellingJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: Remove useless initializationJorge Boncompte [DTI2]2012-05-221-1/+1
* bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]2012-05-222-55/+52
* bgpd: use on stack struct attr_extra in bgp_update_receive()Jorge Boncompte [DTI2]2012-05-221-7/+4
* bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]2012-05-221-6/+2
* bgpd: use on stack struct attr_extra in bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: cleanup bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-11/+12
* bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()Jorge Boncompte [DTI2]2012-05-221-10/+10
* bgpd: reduce attrhash_make_key() indirectionsJorge Boncompte [DTI2]2012-05-221-16/+17
* bgpd: remove some useless initializationsJorge Boncompte [DTI2]2012-05-222-9/+6
* bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]2012-05-221-74/+77
* bgpd: optimize loops on [e]community_hash_make()Jorge Boncompte [DTI2]2012-05-222-15/+25
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-229-96/+104
* bgpd: debug buffers cleanup and optimizationJorge Boncompte [DTI2]2012-05-221-28/+44
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-225-20/+97
* bgpd: optimize aspath string representation and assegments handlingJorge Boncompte [DTI2]2012-05-222-66/+76
* bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]2012-05-211-8/+28
* lib: fix thread_cancel_event()Jorge Boncompte [DTI2]2012-05-211-0/+18
* lib: drop heuristic IPv6 address recognitionRoman Hoog Antink2012-05-211-80/+1
* zebra: fix up compilation without rtadv/IPv6Joachim Nilsson2012-05-093-39/+41
* zebra: feed Connected routes into MRIBG.Balaji2012-05-021-0/+5
* zebra: no need to clear memory of the netlink buffersJorge Boncompte [DTI2]2012-05-021-3/+3
* bgpd: cleanup, use correct buffer sizes for sockunion2str()Jorge Boncompte [DTI2]2012-05-022-3/+3
* lib: remove sockunion related unused definitionsJorge Boncompte [DTI2]2012-05-021-7/+0
* lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]2012-05-022-6/+6
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-026-85/+59
* lib: remove last uses of sockunion_su2str()Jorge Boncompte [DTI2]2012-05-024-36/+12
* bgpd: Fix memory leak with 'set ip next-hop peer-address'Jorge Boncompte [DTI2]2012-05-022-5/+4
* bgpd: fix for route-maps with "match peer local" statementsJorge Boncompte [DTI2]2012-05-021-2/+2
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-024-6/+6
* bgpd: Fix regression in args consolidation, total should be inited from argsPaul Jakma2012-05-021-1/+1
* bgpd: Make socket init separate, so unit tests work again.Paul Jakma2012-05-023-7/+16
* tests: Fix some compile errors and warningsPaul Jakma2012-05-025-30/+38
* Revert "tests: disable broken tests/bgp_mp_attr_test.c"Paul Jakma2012-05-021-7/+0
* release: 0.99.21quagga_0_99_21_releaseDavid Lamparter2012-05-012-1/+15
* tests: disable broken tests/bgp_mp_attr_test.cDavid Lamparter2012-05-011-0/+7
* redhat: add systemd service filesDavid Ward2012-05-0110-4/+123
* redhat: update initscriptsDavid Ward2012-05-0111-266/+407
* redhat: add logrotate configuration for babeld and isisdDavid Ward2012-05-011-0/+16
* doc: add ospfclient(8) and watchquagga(8) man pagesDavid Ward2012-05-013-2/+283
* doc: only package man pages for daemons that are builtDavid Ward2012-05-012-2/+47
* tools: use standard interpreter path in all Perl scriptsDavid Ward2012-04-303-3/+3
* bgpd: fix up multipath merge breakageDavid Lamparter2012-04-281-6/+6
* babeld: merge kernel_zebra.c into kernel.c.Juliusz Chroboczek2012-04-282-276/+239
* babeld: Include babel_main.h in noinst_HEADERS.Denis Ovsienko2012-04-281-1/+1
* lib: bump ZSERV_VERSION to 2David Lamparter2012-04-201-1/+1
* Revert "zebra: clean up client routes when client goes away"David Lamparter2012-04-203-83/+0
* bgpd: Fix crash when disabling dampening (BZ#687)freeze_0.99.21Jorge Boncompte [DTI2]2012-04-161-0/+4
* ospfd: Fixes a crash of the daemon with a snmp walkJorge Boncompte [DTI2]2012-04-161-4/+4
* zebra: use larger buffer (4096) for netlink messagesJR Rivers2012-04-161-10/+12