1. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  2. fe67e66 lib: fix endianness bug in prefix.c by Renato Westphal · 13 years ago
  3. aee5674 ospfd: reduce ospf_verify_header() by Denis Ovsienko · 13 years ago
  4. bd5651f ospfd: bring ospf_check_auth() into focus by Denis Ovsienko · 13 years ago
  5. ef1b78c ospfd: introduce ospf_auth_type_str[] by Denis Ovsienko · 13 years ago
  6. b29adf9 ospfd: fix packet length check for auth/LLS cases by Denis Ovsienko · 13 years ago
  7. 4e31de7 ospfd: introduce ospf_lsa_minlen[] (BZ#705) by Denis Ovsienko · 13 years ago
  8. 2d8223c ospfd: review ospf_check_md5_digest() by Denis Ovsienko · 13 years ago
  9. e525914 ospfd: review ospf_check_auth() by Denis Ovsienko · 13 years ago
  10. 75c8eab ospfd: introduce ospf_packet_minlen[] (BZ#705) by Denis Ovsienko · 13 years ago
  11. 7e0e2cb ospfd: fix ospf_packet_add_top() to use LOOKUP() by Denis Ovsienko · 13 years ago
  12. 272ca1e ospfd: use LOOKUP() for ospf_packet_type_str by Denis Ovsienko · 13 years ago
  13. a20a406 doc: Fix an apparently no longer legal @itemize @asis by Paul Jakma · 13 years ago
  14. fa48283 HACKING.tex: Change to a LaTeX version of HACKING by Paul Jakma · 13 years ago
  15. 096259d HACKING: Typo fix by Paul Jakma · 13 years ago
  16. 724b3ae HACKING: Updates that have some initial consensus, for further iteration. by Paul Jakma · 13 years ago
  17. 9fc7574 Merge remote-tracking branch 'quagga-gnu.org/master' by Paul Jakma · 13 years ago
  18. 5861739 bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoS by Paul Jakma · 13 years ago
  19. 50e7a38 tools/multiple-bgpd: Fix the PREV calculation so it works for <4 bgpd by Paul Jakma · 13 years ago
  20. 543fb49 HACKING.pending: Add Quagga-RE details by Paul Jakma · 13 years ago
  21. b5043aa lib: fix incorrect thread list processing loops by Paul Jakma · 13 years ago
  22. 835315b bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups by Paul Jakma · 13 years ago
  23. 3ecab4c bgpd: consolidate attribute flag checks by Paul Jakma · 13 years ago
  24. b51a3a3 ospf6d: remove defaults from iface config (BZ#550) by Vyacheslav Trushkin · 13 years ago
  25. ef2d5d1 ospf6d: remove own routes on SIGTERM (BZ#448) by Phil Laverdiere · 13 years ago
  26. 4c78376 lib: fix logging of ZEBRA_HELLO message by Denis Ovsienko · 13 years ago
  27. e854095 lib: add THREAD_TIMER_MSEC_ON() by Everton Marques · 13 years ago
  28. e6b03b7 isisd: implement MD5 circuit authentication by Fritz Reichmann · 13 years ago
  29. c25eaff isisd: unexpected kernel routing table (BZ#544) by Fritz Reichmann · 13 years ago
  30. d034aa0 isisd: fix wrong next-hops from SPF by Peter Szilagyi · 13 years ago
  31. 907fd95 isisd: send proper LSP after DIS election by Peter Szilagyi · 13 years ago
  32. 7fd6cd8 isisd: fix circuit state machine by Peter Szilagyi · 13 years ago
  33. 4c0cf00 ospf6d: fix out of bounds write in ospf6_prefix_apply_mask by David Lamparter · 14 years ago
  34. 4afa50b zebra: justify rtadv VTY commands with arguments by Denis Ovsienko · 13 years ago
  35. 6eb0c5a zebra: freshen RFC references in rtadv by Denis Ovsienko · 13 years ago
  36. aca43b6 zebra: use prefix_ipv6 in rtadv_prefix by Denis Ovsienko · 13 years ago
  37. 6bb1273 zebra: clear host bits of ND RA prefix option by Denis Ovsienko · 13 years ago
  38. d660f69 zebra: justify some IPv6 ND RA timers wrt RFC by Denis Ovsienko · 13 years ago
  39. 6134b87 zebra: fix output of IPv6 ND RA options by Denis Ovsienko · 13 years ago
  40. b4e45f6 fix zebra protocol after MP-BGP changes by Denis Ovsienko · 13 years ago
  41. 6eac79a zebra: fix recent MP-BGP commits for FreeBSD by Denis Ovsienko · 13 years ago
  42. cb32fd6 zebra: Removal of the following warning messages by G.Balaji · 13 years ago
  43. 73bfe0b bgpd: Addition of ipv6 network command in Multicast address family mode. by G.Balaji · 13 years ago
  44. f768f36 zebra: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  45. c7ec179 bgpd: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  46. cddf391 zebra: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  47. 5a616c0 bgpd: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  48. 6ae93c0 zebra: include MTU option in RA on request (BZ#665) by Denis Ovsienko · 13 years ago
  49. fc98d16 bgpd: reinstate zlookup checks, required for BGP without zebra by Paul Jakma · 13 years ago
  50. dc00d2b Marker merge for 'RE-0.99.17.6' by Paul Jakma · 13 years ago
  51. f31d692 bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed by Paul Jakma · 13 years ago
  52. 83a9a22 bgpd: Improve flag error messages in bgp_attr_aspath by Paul Jakma · 13 years ago
  53. 9ed79b5 lib: use prefix bit length macros by Denis Ovsienko · 13 years ago
  54. ce3cdcf ospfd: use IS_LSA_SELF() where appropriate by Denis Ovsienko · 13 years ago
  55. afcb767 bgpd: rewrite attr flag error logging by Denis Ovsienko · 13 years ago
  56. d8bcd9e doc: "[no] router zebra" does not belong to ospfd by Denis Ovsienko · 13 years ago
  57. 8216f53 ospfd: justify ospf_default_originate_timer() by Denis Ovsienko · 13 years ago
  58. 72f062b ospfd: address more trivial compiler warnings by Denis Ovsienko · 13 years ago
  59. 5e1731a ospf6d: ospf6_lsa_cmd_init() does not exist by Denis Ovsienko · 13 years ago
  60. 0e8032d bgpd: improve "show ip bgp scan detail" by Denis Ovsienko · 13 years ago
  61. b64bfc1 bgpd: dismiss some zlookup checks by Denis Ovsienko · 13 years ago
  62. 318f0d8 bgpd: add "show ip bgp scan detail" command by Denis Ovsienko · 13 years ago
  63. 8e80bdf bgpd: touch nexthop handling code by Denis Ovsienko · 13 years ago
  64. 23be94e lib/if: trivial, fix rarely used if debug function to print everything by Paul Jakma · 13 years ago
  65. f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
  66. 708a758 version RE-0.99.17.6 by Denis Ovsienko · 13 years ago
  67. f382ad5 doc: update BGP RFC references by Denis Ovsienko · 13 years ago
  68. 2894cdc zebra: fix IPv6 RA wrt interface removal (BZ#480) by Denis Ovsienko · 13 years ago
  69. 6dd6c30 zebra: fix ifindex test condition (BZ#487) by Matthias Ferdinand · 13 years ago
  70. b4b3159 ospf6d: fix compiler warning messages by Vyacheslav Trushkin · 13 years ago
  71. 830526a lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  72. 65cd7a4 ospf6d: Route locking (memory) cleanup by Tom Goff · 14 years ago
  73. 36d3e8d ospf6d: Have ospf6d cleanup when it terminates normally by Tom Goff · 14 years ago
  74. a809d1c lib: Add a function to delete all interfaces by Tom Goff · 14 years ago
  75. 651e70d doc: update BGP RFC references by Denis Ovsienko · 13 years ago
  76. fb5174a zebra: fix IPv6 RA wrt interface removal (BZ#480) by Denis Ovsienko · 13 years ago
  77. 4f1735f zebra: fix ifindex test condition (BZ#487) by Matthias Ferdinand · 13 years ago
  78. cba1fab ospf6d: fix compiler warning messages by Vyacheslav Trushkin · 13 years ago
  79. 664711c lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  80. 6fd1620 ospf6d: add verifying user's privileges by Vyacheslav Trushkin · 13 years ago
  81. 4e677f5 ospfd: fix bug in NSSA ABR status check by Denis Ovsienko · 13 years ago
  82. fe40bfa lib: address type-punned pointers in prefix_same() by Denis Ovsienko · 13 years ago
  83. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  84. de5ccb9 ospfd: fix packet reception for FreeBSD 10. by Dmitrij Tejblum · 13 years ago
  85. 2ea1ab1 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
  86. 2654e43 lib: fix type-punning in ip_masklen() by Denis Ovsienko · 13 years ago
  87. d171bf5 lib: optimize ip_masklen() by Denis Ovsienko · 13 years ago
  88. 1335103 ospf6d: add verifying user's privileges by Vyacheslav Trushkin · 13 years ago
  89. 85136e9 ospfd: fix bug in NSSA ABR status check by Denis Ovsienko · 13 years ago
  90. 7eed92b lib: address type-punned pointers in prefix_same() by Denis Ovsienko · 13 years ago
  91. 45b341f bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  92. b31d8fc ospfd: fix packet reception for FreeBSD 10. by Dmitrij Tejblum · 13 years ago
  93. 89e9f82 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
  94. 07bb964 lib: fix compile warnings from set-never-used by Stephen Hemminger · 13 years ago
  95. 94e7cd9 Revert "lib: address -Wunused-but-set-variable" by Denis Ovsienko · 13 years ago
  96. 4f5e717 lib: fix SMUX compiler warnings by Stephen Hemminger · 13 years ago
  97. 7e7a2d3 zebra: fix warnings in forward proc by Stephen Hemminger · 13 years ago
  98. 8502229 bgpd: cleanup privs on termination by Stephen Hemminger · 13 years ago
  99. a80e20d ospfd: remove unused code by Stephen Hemminger · 13 years ago
  100. 840faae bgpd: store nexthop info for redistributed IPV6 routes by Stephen Hemminger · 13 years ago