1. b7c0d06 agentx: handle SNMP traps by Vincent Bernat · 13 years ago
  2. b8cf46b smux: drop findVar element from trap object struct by Vincent Bernat · 13 years ago
  3. 4b89e45 smux: remove `tick` argument from smux_trap() by Vincent Bernat · 13 years ago
  4. d6be5fb agentx: add AgentX support to Quagga. by Vincent Bernat · 13 years ago
  5. 3a4c968 smux: isolate SMUX implementation from SNMP implementation by Vincent Bernat · 13 years ago
  6. 08d7f65 build: use net-snmp-config to configure NetSNMP by Vincent Bernat · 13 years ago
  7. 6b1e37f build: only define HAVE_SNMP by Vincent Bernat · 13 years ago
  8. 9e7a548 build: allow configure and build in a separate directory by Vincent Bernat · 13 years ago
  9. a47c583 isisd: fix typo in topology generator (BZ#731) by David Lamparter · 12 years ago
  10. bb782fb bgpd: Partially revert f018db8, fixes BZ#730 by Jorge Boncompte [DTI2] · 12 years ago
  11. e2c38e6 bgpd: Fix for commit 6a4677b7, fixes BZ#729 by Jorge Boncompte [DTI2] · 12 years ago
  12. c9e4f86 tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can run by Paul Jakma · 12 years ago
  13. cccbc01 bgpd: Add "no listen" socket option for the BGP master configuration by Paul Jakma · 12 years ago
  14. 2fb2a45 lib: Add back sockunion_str2su by Paul Jakma · 12 years ago
  15. ad12dde Revert "bgpd: Make socket init separate, so unit tests work again." by Paul Jakma · 12 years ago
  16. 22714f9 lib: do not allocate/free thread funcnames by Jorge Boncompte [DTI2] · 13 years ago
  17. 6401832 lib: micro-op for thread_get() by Jorge Boncompte [DTI2] · 13 years ago
  18. 41af338 lib: remove RUSAGE_T from struct thread by Jorge Boncompte [DTI2] · 13 years ago
  19. 47d3b60 micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() by Jorge Boncompte [DTI2] · 13 years ago
  20. f018db8 bgpd: optimize bgp_aggregate_[increment|decrement]() by Jorge Boncompte [DTI2] · 13 years ago
  21. 343aa82 bgpd: optimize bgp_update_main() in the soft_reconfig case by Jorge Boncompte [DTI2] · 13 years ago
  22. 6a4677b bgpd: optimize holdtime timer cancelling by Jorge Boncompte [DTI2] · 13 years ago
  23. 577ac57 bgpd: Remove useless initialization by Jorge Boncompte [DTI2] · 13 years ago
  24. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  25. 489d005 bgpd: use on stack struct attr_extra in bgp_update_receive() by Jorge Boncompte [DTI2] · 13 years ago
  26. 6182d65 bgpd: fix struct attr_extra leak in bgp_default_originate() by Jorge Boncompte [DTI2] · 13 years ago
  27. b9f1dca bgpd: use on stack struct attr_extra in bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  28. 1a2fd70 bgpd: cleanup bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  29. 938ef3a bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern() by Jorge Boncompte [DTI2] · 13 years ago
  30. 7fb0cd8 bgpd: reduce attrhash_make_key() indirections by Jorge Boncompte [DTI2] · 13 years ago
  31. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  32. 8ff5631 bgpd: optimize bgp_info_cmp() by Jorge Boncompte [DTI2] · 13 years ago
  33. c76275e bgpd: optimize loops on [e]community_hash_make() by Jorge Boncompte [DTI2] · 13 years ago
  34. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  35. 14542f3 bgpd: debug buffers cleanup and optimization by Jorge Boncompte [DTI2] · 13 years ago
  36. 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
  37. f669f7d bgpd: optimize aspath string representation and assegments handling by Jorge Boncompte [DTI2] · 13 years ago
  38. 8692c50 bgpd: fix crash with vpnv4 soft-reconfiguration by Jorge Boncompte [DTI2] · 13 years ago
  39. 1b79fcb lib: fix thread_cancel_event() by Jorge Boncompte [DTI2] · 13 years ago
  40. 7c9c6ae lib: drop heuristic IPv6 address recognition by Roman Hoog Antink · 13 years ago
  41. 36735ed zebra: fix up compilation without rtadv/IPv6 by Joachim Nilsson · 13 years ago
  42. 42cb6b6 zebra: feed Connected routes into MRIB by G.Balaji · 13 years ago
  43. a4c06de zebra: no need to clear memory of the netlink buffers by Jorge Boncompte [DTI2] · 13 years ago
  44. 682ca04 bgpd: cleanup, use correct buffer sizes for sockunion2str() by Jorge Boncompte [DTI2] · 13 years ago
  45. 37beff6 lib: remove sockunion related unused definitions by Jorge Boncompte [DTI2] · 13 years ago
  46. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  47. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  48. d227617 lib: remove last uses of sockunion_su2str() by Jorge Boncompte [DTI2] · 13 years ago
  49. 0c5ed3e bgpd: Fix memory leak with 'set ip next-hop peer-address' by Jorge Boncompte [DTI2] · 13 years ago
  50. 4fe080d bgpd: fix for route-maps with "match peer local" statements by Jorge Boncompte [DTI2] · 13 years ago
  51. ddc943d bgpd, zebra: Fix format for some metric outputs by Jorge Boncompte [DTI2] · 13 years ago
  52. 8794e8d bgpd: Fix regression in args consolidation, total should be inited from args by Paul Jakma · 13 years ago
  53. 7621f33 bgpd: Make socket init separate, so unit tests work again. by Paul Jakma · 13 years ago
  54. 1dba254 tests: Fix some compile errors and warnings by Paul Jakma · 13 years ago
  55. 6ebeebb Revert "tests: disable broken tests/bgp_mp_attr_test.c" by Paul Jakma · 13 years ago
  56. 828f235 release: 0.99.21 by David Lamparter · 13 years ago
  57. d78e2b8 tests: disable broken tests/bgp_mp_attr_test.c by David Lamparter · 13 years ago
  58. 4b5a210 redhat: add systemd service files by David Ward · 13 years ago
  59. a41242b redhat: update initscripts by David Ward · 13 years ago
  60. 0bd268a redhat: add logrotate configuration for babeld and isisd by David Ward · 13 years ago
  61. 7b0df9c doc: add ospfclient(8) and watchquagga(8) man pages by David Ward · 13 years ago
  62. f027d33 doc: only package man pages for daemons that are built by David Ward · 13 years ago
  63. 2e14a74 tools: use standard interpreter path in all Perl scripts by David Ward · 13 years ago
  64. fac3c24 bgpd: fix up multipath merge breakage by David Lamparter · 13 years ago
  65. 27f6897 babeld: merge kernel_zebra.c into kernel.c. by Juliusz Chroboczek · 13 years ago
  66. 61a81be babeld: Include babel_main.h in noinst_HEADERS. by Denis Ovsienko · 13 years ago
  67. 8d79efd lib: bump ZSERV_VERSION to 2 by David Lamparter · 13 years ago
  68. 9665856 Revert "zebra: clean up client routes when client goes away" by David Lamparter · 13 years ago
  69. fa4094a bgpd: Fix crash when disabling dampening (BZ#687) by Jorge Boncompte [DTI2] · 13 years ago
  70. 7939e01 ospfd: Fixes a crash of the daemon with a snmp walk by Jorge Boncompte [DTI2] · 13 years ago
  71. 3cadc0c zebra: use larger buffer (4096) for netlink messages by JR Rivers · 13 years ago
  72. d75318c isisd: merge osr/google-is-is by David Lamparter · 13 years ago
  73. 48d8bea quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
  74. 1627b20 isisd: indent longopts array by Vyacheslav Trushkin · 13 years ago
  75. 086695c isisd: reapply removal of CVS cruft by David Lamparter · 13 years ago
  76. 6e493a4 bgpd: merge osr/quagga-osr-patches (BZ#700) by David Lamparter · 13 years ago
  77. 9bb5870 bgpd: merge osr/google-bgp-multipath by David Lamparter · 13 years ago
  78. aa3b264 isisd: reapply patch to fix zebra protocol by Avneesh Sachdev · 13 years ago
  79. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  80. a25a44d ospfd: adjust OSPF_ROUTER_LSA_MIN_SIZE for VL case by Denis Ovsienko · 13 years ago
  81. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  82. 3b381c3 bgpd: fix issue in capability negotiation (BZ#700) by Avneesh Sachdev · 13 years ago
  83. 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
  84. 2dd04c5 lib: Tweak to if_delete_retain() by Josh Bailey · 13 years ago
  85. af56d40 zebra: clean up client routes when client goes away by Josh Bailey · 13 years ago
  86. fc328ac zebra: add more logs/asserts to rib work queue code by Subbaiah Venkata · 13 years ago
  87. e38e0df isisd: couple of bug fixes by Subbaiah Venkata · 13 years ago
  88. 3f045a0 isisd: add Google's changes to IS-IS by Josh Bailey · 13 years ago
  89. 6902c69 zebra: tweak deletion of routes without nexthop addr by Subbaiah Venkata · 13 years ago
  90. 26e2ae3 zebra: read multipath routes and hw addr from netlink by Josh Bailey · 13 years ago
  91. d531050 lib: add stream_set_endp() by Subbaiah Venkata · 13 years ago
  92. bed930f lib: add support for keyed-hashing with MD5 by Josh Bailey · 13 years ago
  93. 54dd612 lib: Tweaks to linked list macros by Josh Bailey · 13 years ago
  94. e96b312 lib: pretty ip_masklen and masklen2ip by David Lamparter · 13 years ago
  95. a353786 Revert "lib: optimize ip_masklen()" (BZ#720) by David Lamparter · 13 years ago
  96. fa5831e bgpd: bgp_attr_flags_diagnose shouldn't assert by Paul Jakma · 13 years ago
  97. fa61e16 bgpd: attr_parse call to attr_malformed should deal with PROCEED error case by Paul Jakma · 13 years ago
  98. 683f2b8 bgpd: Fix silly mistake in bgp_attr_flag_invalid by Paul Jakma · 13 years ago
  99. bd471fe bgpd: malformed attribute error that can still proceed should fixup getp by Paul Jakma · 13 years ago
  100. 81c3e50 Merge branch 'babeld-merge' into master-copy by Paul Jakma · 13 years ago