1. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  2. 8ff5631 bgpd: optimize bgp_info_cmp() by Jorge Boncompte [DTI2] · 13 years ago
  3. c76275e bgpd: optimize loops on [e]community_hash_make() by Jorge Boncompte [DTI2] · 13 years ago
  4. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  5. 14542f3 bgpd: debug buffers cleanup and optimization by Jorge Boncompte [DTI2] · 13 years ago
  6. 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
  7. f669f7d bgpd: optimize aspath string representation and assegments handling by Jorge Boncompte [DTI2] · 13 years ago
  8. 8692c50 bgpd: fix crash with vpnv4 soft-reconfiguration by Jorge Boncompte [DTI2] · 13 years ago
  9. 1b79fcb lib: fix thread_cancel_event() by Jorge Boncompte [DTI2] · 13 years ago
  10. 7c9c6ae lib: drop heuristic IPv6 address recognition by Roman Hoog Antink · 13 years ago
  11. 36735ed zebra: fix up compilation without rtadv/IPv6 by Joachim Nilsson · 13 years ago
  12. 42cb6b6 zebra: feed Connected routes into MRIB by G.Balaji · 13 years ago
  13. a4c06de zebra: no need to clear memory of the netlink buffers by Jorge Boncompte [DTI2] · 13 years ago
  14. 682ca04 bgpd: cleanup, use correct buffer sizes for sockunion2str() by Jorge Boncompte [DTI2] · 13 years ago
  15. 37beff6 lib: remove sockunion related unused definitions by Jorge Boncompte [DTI2] · 13 years ago
  16. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  17. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  18. d227617 lib: remove last uses of sockunion_su2str() by Jorge Boncompte [DTI2] · 13 years ago
  19. 0c5ed3e bgpd: Fix memory leak with 'set ip next-hop peer-address' by Jorge Boncompte [DTI2] · 13 years ago
  20. 4fe080d bgpd: fix for route-maps with "match peer local" statements by Jorge Boncompte [DTI2] · 13 years ago
  21. ddc943d bgpd, zebra: Fix format for some metric outputs by Jorge Boncompte [DTI2] · 13 years ago
  22. 8794e8d bgpd: Fix regression in args consolidation, total should be inited from args by Paul Jakma · 13 years ago
  23. 7621f33 bgpd: Make socket init separate, so unit tests work again. by Paul Jakma · 13 years ago
  24. 1dba254 tests: Fix some compile errors and warnings by Paul Jakma · 13 years ago
  25. 6ebeebb Revert "tests: disable broken tests/bgp_mp_attr_test.c" by Paul Jakma · 13 years ago
  26. 828f235 release: 0.99.21 by David Lamparter · 13 years ago
  27. d78e2b8 tests: disable broken tests/bgp_mp_attr_test.c by David Lamparter · 13 years ago
  28. 4b5a210 redhat: add systemd service files by David Ward · 13 years ago
  29. a41242b redhat: update initscripts by David Ward · 13 years ago
  30. 0bd268a redhat: add logrotate configuration for babeld and isisd by David Ward · 13 years ago
  31. 7b0df9c doc: add ospfclient(8) and watchquagga(8) man pages by David Ward · 13 years ago
  32. f027d33 doc: only package man pages for daemons that are built by David Ward · 13 years ago
  33. 2e14a74 tools: use standard interpreter path in all Perl scripts by David Ward · 13 years ago
  34. fac3c24 bgpd: fix up multipath merge breakage by David Lamparter · 13 years ago
  35. 27f6897 babeld: merge kernel_zebra.c into kernel.c. by Juliusz Chroboczek · 13 years ago
  36. 61a81be babeld: Include babel_main.h in noinst_HEADERS. by Denis Ovsienko · 13 years ago
  37. 8d79efd lib: bump ZSERV_VERSION to 2 by David Lamparter · 13 years ago
  38. 9665856 Revert "zebra: clean up client routes when client goes away" by David Lamparter · 13 years ago
  39. fa4094a bgpd: Fix crash when disabling dampening (BZ#687) by Jorge Boncompte [DTI2] · 13 years ago
  40. 7939e01 ospfd: Fixes a crash of the daemon with a snmp walk by Jorge Boncompte [DTI2] · 13 years ago
  41. 3cadc0c zebra: use larger buffer (4096) for netlink messages by JR Rivers · 13 years ago
  42. d75318c isisd: merge osr/google-is-is by David Lamparter · 13 years ago
  43. 48d8bea quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
  44. 1627b20 isisd: indent longopts array by Vyacheslav Trushkin · 13 years ago
  45. 086695c isisd: reapply removal of CVS cruft by David Lamparter · 13 years ago
  46. 6e493a4 bgpd: merge osr/quagga-osr-patches (BZ#700) by David Lamparter · 13 years ago
  47. 9bb5870 bgpd: merge osr/google-bgp-multipath by David Lamparter · 13 years ago
  48. aa3b264 isisd: reapply patch to fix zebra protocol by Avneesh Sachdev · 13 years ago
  49. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  50. a25a44d ospfd: adjust OSPF_ROUTER_LSA_MIN_SIZE for VL case by Denis Ovsienko · 13 years ago
  51. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  52. 3b381c3 bgpd: fix issue in capability negotiation (BZ#700) by Avneesh Sachdev · 13 years ago
  53. 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
  54. 2dd04c5 lib: Tweak to if_delete_retain() by Josh Bailey · 13 years ago
  55. af56d40 zebra: clean up client routes when client goes away by Josh Bailey · 13 years ago
  56. fc328ac zebra: add more logs/asserts to rib work queue code by Subbaiah Venkata · 13 years ago
  57. e38e0df isisd: couple of bug fixes by Subbaiah Venkata · 13 years ago
  58. 3f045a0 isisd: add Google's changes to IS-IS by Josh Bailey · 13 years ago
  59. 6902c69 zebra: tweak deletion of routes without nexthop addr by Subbaiah Venkata · 13 years ago
  60. 26e2ae3 zebra: read multipath routes and hw addr from netlink by Josh Bailey · 13 years ago
  61. d531050 lib: add stream_set_endp() by Subbaiah Venkata · 13 years ago
  62. bed930f lib: add support for keyed-hashing with MD5 by Josh Bailey · 13 years ago
  63. 54dd612 lib: Tweaks to linked list macros by Josh Bailey · 13 years ago
  64. e96b312 lib: pretty ip_masklen and masklen2ip by David Lamparter · 13 years ago
  65. a353786 Revert "lib: optimize ip_masklen()" (BZ#720) by David Lamparter · 13 years ago
  66. fa5831e bgpd: bgp_attr_flags_diagnose shouldn't assert by Paul Jakma · 13 years ago
  67. fa61e16 bgpd: attr_parse call to attr_malformed should deal with PROCEED error case by Paul Jakma · 13 years ago
  68. 683f2b8 bgpd: Fix silly mistake in bgp_attr_flag_invalid by Paul Jakma · 13 years ago
  69. bd471fe bgpd: malformed attribute error that can still proceed should fixup getp by Paul Jakma · 13 years ago
  70. 81c3e50 Merge branch 'babeld-merge' into master-copy by Paul Jakma · 13 years ago
  71. 6881f26 babeld: remove "parasitic" mode. by Juliusz Chroboczek · 13 years ago
  72. cbde155 babeld: 3 more timing statements in config text by Denis Ovsienko · 13 years ago
  73. 5ca7986 babeld: consolidate zebra interface into fewer functions. by Juliusz Chroboczek · 13 years ago
  74. b63b448 babeld: fix typo in kernel_route_add_v6. by Juliusz Chroboczek · 13 years ago
  75. 260948c babeld: set interface flags eagerly, not at interface up. by Juliusz Chroboczek · 13 years ago
  76. 46b92c0 babeld: more helpful sample conf file. by Juliusz Chroboczek · 13 years ago
  77. 4d176dc babeld: fix documentation. by Juliusz Chroboczek · 13 years ago
  78. 36329c0 babeld: remove remains of standalone babeld's configuration code. by Juliusz Chroboczek · 13 years ago
  79. cb4b13d babeld: drive interface_config_write() forward by Denis Ovsienko · 13 years ago
  80. a14ef5e babeld: justify "running-config" meaning in CLI by Denis Ovsienko · 13 years ago
  81. ce590ec Remove dead variable reboot_time. by Juliusz Chroboczek · 13 years ago
  82. 8a46e12 doc: fix typo. by Matthieu Boutier · 13 years ago
  83. 68c65a5 doc: update babeld documentation. by Juliusz Chroboczek · 13 years ago
  84. 1739823 doc: fix Makefile dependencies for babeld. by Juliusz Chroboczek · 13 years ago
  85. 9c298c7 babeld: display update-interval and resend-delay in show commands" by Juliusz Chroboczek · 13 years ago
  86. c428edb babeld: vty commands (hello-interval, update-interval, resend-delay). by Juliusz Chroboczek · 13 years ago
  87. b58871e babeld: remove port and group setting commands. by Juliusz Chroboczek · 13 years ago
  88. 52d5442 Resynchronise with babeld-1.3.1. by Juliusz Chroboczek · 13 years ago
  89. 359be3d babeld: dismiss babel_redistribute_unset() by Denis Ovsienko · 13 years ago
  90. 3c442e8 babeld: fix wire{d,less} commands name. by Matthieu Boutier · 13 years ago
  91. 9c58fbd ripd: add babel for redistribution. by Matthieu Boutier · 13 years ago
  92. 93079db ripngd: Replace redistribution strings with route_types.h defines. by Matthieu Boutier · 13 years ago
  93. d70ab9d babeld: Add support for blackhole routes. by Juliusz Chroboczek · 13 years ago
  94. 31e2a19 babeld: refactor filtering stubs. by Juliusz Chroboczek · 13 years ago
  95. 578ce37 zebra: Display uptime of Babel routes in show ip[v6] route. by Juliusz Chroboczek · 13 years ago
  96. 82509bf babeld: Use quagga_gettime. by Juliusz Chroboczek · 13 years ago
  97. b6475ec babeld: Don't use an ifindex when installing IPv4 routes. by Juliusz Chroboczek · 13 years ago
  98. 53b2195 babeld: remove some unused functions' arguments. by Matthieu Boutier · 13 years ago
  99. 73c74d4 doc: fix typo in babeld. by Matthieu Boutier · 13 years ago
  100. f92a55f doc: Document babeld. by Juliusz Chroboczek · 13 years ago