1. b4b359a ospfd: For an ABR, ensure the right LSID is MaxAge'd by Pradosh Mohapatra · 11 years ago
  2. 4becea7 lib: use heap to manage timers by Christian Franke · 11 years ago
  3. 514991c lib: remove unused thread_master_debug function by Christian Franke · 11 years ago
  4. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  5. f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
  6. af51477 lib: fix possible off-by-one in stream_put_prefix() by Jorge Boncompte [DTI2] · 11 years ago
  7. 6d729ee lib: fix for dynamically grown hashes by Jorge Boncompte [DTI2] · 11 years ago
  8. 4d474fa lib: fix backtraces broken by 837d16c... by David Lamparter · 11 years ago
  9. e708ed6 Merge volatile/cumulus_ospf6d by David Lamparter · 11 years ago
  10. a11e012 security: Fix some typos and potential NULL-deref by Remi Gacogne · 11 years ago
  11. 6ee06fa bgpd: bgpd-set-v4-nexthop-for-v6-peering.patch by Pradosh Mohapatra · 11 years ago
  12. b81e97a ospf6d: correct nexthop through directly connected networks by Dinesh Dutt · 11 years ago
  13. c5926a9 ospf6d: add p2p interface support by Dinesh Dutt · 11 years ago
  14. 2449fcd ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed. by Dinesh Dutt · 11 years ago
  15. 8551e6d ospf6d/ospfd: refactor some common defines by Dinesh Dutt · 11 years ago
  16. f7f740f zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state by Christian Franke · 12 years ago
  17. c423d41 lib: unconditionally include stddef.h by David Lamparter · 11 years ago
  18. 677bcbb lib/vty: register vtysh socket in server socket vector (BZ#754) by Christian Franke · 12 years ago
  19. 8df5597 build: reference libcap from libzebra (BZ#393,626) by David Lamparter · 12 years ago
  20. 4a01458 build: fix minimal mixup in gitinfo suffix by David Lamparter · 12 years ago
  21. 97c84db hash: dynamically grow hash table by Stephen Hemminger · 12 years ago
  22. 90645f5 hash: force size to be a power of 2 by Stephen Hemminger · 12 years ago
  23. ca3ccd8 zebra: fix sockaddr_dl length assumptions (BZ#737) by David Lamparter · 12 years ago
  24. ea05767 build: Fix build on MacOSX 10.8 (Mountain Lion) by Hasso Tepper · 12 years ago
  25. 1e0ce7c bgpd: improve logging of invalid BGP Notifications by Leonid Rosenboim · 12 years ago
  26. a5c851c lib: remove ALL_LIST_ELEMENTS dead code branch by David Lamparter · 12 years ago
  27. 61be0ee build: Fix build for systems with no /bin/true by Hasso Tepper · 12 years ago
  28. b2e5bdb Merge remote-tracking branch 'savannah/sf/ospfd' by David Lamparter · 12 years ago
  29. 7798b63 lib: Changes to VTY string-parsing macros to remove warnings by Andrew Certain · 12 years ago
  30. 4209a88 build: fix dist tarball by David Lamparter · 12 years ago
  31. 0be793e build: include git info by David Lamparter · 12 years ago
  32. 04f7dd6 lib: bring in sys/queue.h from FreeBSD tree by Avneesh Sachdev · 12 years ago
  33. 0915bb0 zebra: add iterator for walking all tables in RIB by Avneesh Sachdev · 12 years ago
  34. 1b5ed1b zebra: add way to determine VRF/AFI/SAFI of table by Avneesh Sachdev · 12 years ago
  35. 9fd92e3 zebra: add structure to hold per-prefix state in RIB by Avneesh Sachdev · 12 years ago
  36. 3b96b78 lib: Implement monotonically increasing clock for Darwin. by Hasso Tepper · 12 years ago
  37. 3f0bfc9 lib: treat OSX as BSD for IP_HDRINCL (BZ#739) by Doug VanLeuven · 12 years ago
  38. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  39. 80a21dc lib: add array_size() helper by David Lamparter · 13 years ago
  40. 4effc29 lib: improve sanity checks in stream_set_endp() by Avneesh Sachdev · 13 years ago
  41. d8a4e42 lib: improve fletcher checksum validation by JR Rivers · 12 years ago
  42. 28971c8 lib/table: add route_table_get_next() and iterator by Avneesh Sachdev · 12 years ago
  43. f9c1b7b lib: prepare table code for reuse by bgp_table by Avneesh Sachdev · 12 years ago
  44. 3eb8ef3 lib: bring some changes over from bgp_table to table by Avneesh Sachdev · 12 years ago
  45. aa5cf24 lib: make IPv6 prefix parser slightly more strict by David Lamparter · 12 years ago
  46. 8046ba6 snmp: let handlers accept OID from a lesser prefix by Vincent Bernat · 12 years ago
  47. b7c0d06 agentx: handle SNMP traps by Vincent Bernat · 13 years ago
  48. b8cf46b smux: drop findVar element from trap object struct by Vincent Bernat · 13 years ago
  49. 4b89e45 smux: remove `tick` argument from smux_trap() by Vincent Bernat · 13 years ago
  50. d6be5fb agentx: add AgentX support to Quagga. by Vincent Bernat · 13 years ago
  51. 3a4c968 smux: isolate SMUX implementation from SNMP implementation by Vincent Bernat · 13 years ago
  52. 08d7f65 build: use net-snmp-config to configure NetSNMP by Vincent Bernat · 13 years ago
  53. 6b1e37f build: only define HAVE_SNMP by Vincent Bernat · 13 years ago
  54. 9e7a548 build: allow configure and build in a separate directory by Vincent Bernat · 13 years ago
  55. 2fb2a45 lib: Add back sockunion_str2su by Paul Jakma · 12 years ago
  56. 22714f9 lib: do not allocate/free thread funcnames by Jorge Boncompte [DTI2] · 13 years ago
  57. 6401832 lib: micro-op for thread_get() by Jorge Boncompte [DTI2] · 13 years ago
  58. 41af338 lib: remove RUSAGE_T from struct thread by Jorge Boncompte [DTI2] · 13 years ago
  59. 47d3b60 micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() by Jorge Boncompte [DTI2] · 13 years ago
  60. 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
  61. 1b79fcb lib: fix thread_cancel_event() by Jorge Boncompte [DTI2] · 13 years ago
  62. 7c9c6ae lib: drop heuristic IPv6 address recognition by Roman Hoog Antink · 13 years ago
  63. 37beff6 lib: remove sockunion related unused definitions by Jorge Boncompte [DTI2] · 13 years ago
  64. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  65. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  66. d227617 lib: remove last uses of sockunion_su2str() by Jorge Boncompte [DTI2] · 13 years ago
  67. 0c5ed3e bgpd: Fix memory leak with 'set ip next-hop peer-address' by Jorge Boncompte [DTI2] · 13 years ago
  68. 8d79efd lib: bump ZSERV_VERSION to 2 by David Lamparter · 13 years ago
  69. d75318c isisd: merge osr/google-is-is by David Lamparter · 13 years ago
  70. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  71. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  72. 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
  73. 2dd04c5 lib: Tweak to if_delete_retain() by Josh Bailey · 13 years ago
  74. 3f045a0 isisd: add Google's changes to IS-IS by Josh Bailey · 13 years ago
  75. d531050 lib: add stream_set_endp() by Subbaiah Venkata · 13 years ago
  76. bed930f lib: add support for keyed-hashing with MD5 by Josh Bailey · 13 years ago
  77. 54dd612 lib: Tweaks to linked list macros by Josh Bailey · 13 years ago
  78. e96b312 lib: pretty ip_masklen and masklen2ip by David Lamparter · 13 years ago
  79. a353786 Revert "lib: optimize ip_masklen()" (BZ#720) by David Lamparter · 13 years ago
  80. 2236df0 memory: install babel memory informations. by Matthieu Boutier · 13 years ago
  81. f8a246d lib: update proto_redistnum() for Babel by Denis Ovsienko · 13 years ago
  82. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  83. fe67e66 lib: fix endianness bug in prefix.c by Renato Westphal · 13 years ago
  84. b5043aa lib: fix incorrect thread list processing loops by Paul Jakma · 13 years ago
  85. 4c78376 lib: fix logging of ZEBRA_HELLO message by Denis Ovsienko · 13 years ago
  86. e854095 lib: add THREAD_TIMER_MSEC_ON() by Everton Marques · 13 years ago
  87. e6b03b7 isisd: implement MD5 circuit authentication by Fritz Reichmann · 13 years ago
  88. c7ec179 bgpd: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  89. 5a616c0 bgpd: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  90. 9ed79b5 lib: use prefix bit length macros by Denis Ovsienko · 13 years ago
  91. 23be94e lib/if: trivial, fix rarely used if debug function to print everything by Paul Jakma · 13 years ago
  92. f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
  93. 664711c lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  94. fe40bfa lib: address type-punned pointers in prefix_same() by Denis Ovsienko · 13 years ago
  95. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  96. 2ea1ab1 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
  97. 2654e43 lib: fix type-punning in ip_masklen() by Denis Ovsienko · 13 years ago
  98. d171bf5 lib: optimize ip_masklen() by Denis Ovsienko · 13 years ago
  99. 8c7f49d Revert "lib: optimize apply_mask_ipv6()" by Denis Ovsienko · 13 years ago
  100. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago