1. 514991c lib: remove unused thread_master_debug function by Christian Franke · 11 years ago
  2. ba32db1 tests: Add tests for timers by Christian Franke · 11 years ago
  3. 6f2a670 ospfd/ospf_vty.c: use keyword cmd style by Christian Franke · 11 years ago
  4. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  5. e712d0e tests: fix build & disable testcommands by David Lamparter · 11 years ago
  6. 8f399b0 tests: add a test program for lib/command.c by Christian Franke · 11 years ago
  7. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  8. f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
  9. db19c85 zebra: set metric for directly connected routes via netlink to 0 by Brett Ciphery · 11 years ago
  10. 98a5949 build: remove now-useless --{en, dis}able-tests by David Lamparter · 11 years ago
  11. 8c99b4c build: improve backtrace support/detection by David Lamparter · 11 years ago
  12. af51477 lib: fix possible off-by-one in stream_put_prefix() by Jorge Boncompte [DTI2] · 11 years ago
  13. 6d729ee lib: fix for dynamically grown hashes by Jorge Boncompte [DTI2] · 11 years ago
  14. 4d474fa lib: fix backtraces broken by 837d16c... by David Lamparter · 11 years ago
  15. c78a46c ospf6d: fix refcounting in ospf6_asbr_lsa_remove by Christian Franke · 12 years ago
  16. fd50068 ospf6d: add "auto-cost reference-bandwidth" command by Vincent Bernat · 12 years ago
  17. c19543b ospf6d: compute interface cost from its bandwidth by Vincent Bernat · 12 years ago
  18. 1db65fa ospf6d: solve segfaults with ospf6d on FreeBSD by Ingo Flaschberger · 14 years ago
  19. e708ed6 Merge volatile/cumulus_ospf6d by David Lamparter · 11 years ago
  20. 424cc3b ospf6d: fix interface_down() stopping hellos by David Lamparter · 11 years ago
  21. 11b4f01 ospf6d: clear lsa->refresh before clearing LSAs by David Lamparter · 11 years ago
  22. b13c1d9 ospf6d: handle missing link local address more gracefully by Christian Franke · 12 years ago
  23. d962872 ospf6d: improve ordered shutdown by Christian Franke · 12 years ago
  24. a11e012 security: Fix some typos and potential NULL-deref by Remi Gacogne · 11 years ago
  25. b52aef1 zebra: log routes w/o gateway in rib_delete_ipv4 by Christian Franke · 11 years ago
  26. 23f5f7c zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes by Christian Franke · 11 years ago
  27. a25a126 ospfd: fixup log message in ospf_zebra_delete by Christian Franke · 11 years ago
  28. 6ee06fa bgpd: bgpd-set-v4-nexthop-for-v6-peering.patch by Pradosh Mohapatra · 11 years ago
  29. 37531a7 ospf6d: clear DR info on interface_down by Christian Franke · 12 years ago
  30. 1579a67 ospf6d: set cmsg size correctly by Christian Franke · 12 years ago
  31. 7d4aa1d ospf6d: don't run DR election early on "ipv6 ospf6 priority" by Christian Franke · 12 years ago
  32. ba960d5 ospf6d: fix integrated config by Dinesh Dutt · 11 years ago
  33. a0edf67 ospf6d: add SPF logs, statistics, and display of SPF parameters by Dinesh Dutt · 11 years ago
  34. 3d35ca4 ospf6d: add 'log-adjacency-changes [detail]' by Dinesh Dutt · 11 years ago
  35. 7cf9972 ospf6d: don't send LSAck on an interface if we've flooded the LSU out that i/f by Dinesh Dutt · 11 years ago
  36. 0187911 ospf6d: handle Prefix and Router Options bits correctly by Dinesh Dutt · 11 years ago
  37. e68a676 ospf6d: add LSA payload to show summary output by Dinesh Dutt · 11 years ago
  38. 931b1b8 ospf6d: increment dbdesc seqnum on SeqNumberMismatch/BadLsReq event by Dinesh Dutt · 11 years ago
  39. 7a10a35 ospf6d: don't change SeqNum on initial DbDesc message by Dinesh Dutt · 11 years ago
  40. 3b22028 ospf6d: handle seqnum wrapping by Dinesh Dutt · 11 years ago
  41. f41b4a0 ospf6d: add overload support by Dinesh Dutt · 11 years ago
  42. e7ad6b2 ospf6d: fix linkdown handling by Dinesh Dutt · 11 years ago
  43. b81e97a ospf6d: correct nexthop through directly connected networks by Dinesh Dutt · 11 years ago
  44. 17d003d ospf6d: don't suppress empty router LSA by Dinesh Dutt · 11 years ago
  45. e39d053 ospf6d: turn off expensive debugging by Dinesh Dutt · 11 years ago
  46. a765eb9 ospf6d: convert LSDB to use route_node, improve performance by Dinesh Dutt · 11 years ago
  47. eb82e9e ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance) by Dinesh Dutt · 11 years ago
  48. c5926a9 ospf6d: add p2p interface support by Dinesh Dutt · 11 years ago
  49. bf986da ospf6d: fix various bugs in installing and flooding LSAs by Dinesh Dutt · 11 years ago
  50. 8ae454e ospf6d: add more details to show ipv6 ospf6 data by Dinesh Dutt · 11 years ago
  51. 09df457 ospf6d: enable the commands to support detailed debugging of LSAs. by Dinesh Dutt · 11 years ago
  52. ac58e14 ospf6d: remove older version of LSA from neigbor retx list before prematurely aging it. by Dinesh Dutt · 11 years ago
  53. 2449fcd ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed. by Dinesh Dutt · 11 years ago
  54. 3810e06 ospf6d: schedule SPF to run on events rather than directly on each event. by Dinesh Dutt · 11 years ago
  55. 8551e6d ospf6d/ospfd: refactor some common defines by Dinesh Dutt · 11 years ago
  56. a83a1e9 build: fix tests/prng.h missing from dist by David Lamparter · 11 years ago
  57. fed643f zebra: make rib_dump() compatible with IPv6 RIB by Vincent Bernat · 12 years ago
  58. f3a1732 zebra: apply route-maps for interface routes by Christian Franke · 11 years ago
  59. c3e6b59 zebra: fix recursive-routes via ifindex routes by Christian Franke · 11 years ago
  60. e8d3d29 zebra: implement NEXTHOP_FLAG_ONLINK by Christian Franke · 11 years ago
  61. 48a53dc zebra: handle blackholes encountered in recursive resolution by Christian Franke · 11 years ago
  62. fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
  63. bfac8dc zebra: improve interface shutdown behaviour by Christian Franke · 12 years ago
  64. 02b4805 zebra: don't change connected state from zebra/interface.c by Christian Franke · 12 years ago
  65. f7f740f zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state by Christian Franke · 12 years ago
  66. c7df92d zebra: warn if advertising connected with _REAL unset by Christian Franke · 12 years ago
  67. d7f5dad zebra: consolidate connected_implicit_withdraw by Christian Franke · 12 years ago
  68. 676e1a0 zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr" by Christian Franke · 12 years ago
  69. 9db047f zebra: make if_subnet_delete a bit more strict by Christian Franke · 12 years ago
  70. 599da95 zebra: process information about new addresses (BZ#486) by Christian Franke · 12 years ago
  71. 23cd8fb ospfd: protect vs. VU#229804 (malformed Router-LSA) by David Lamparter · 11 years ago
  72. a12afd5 bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check by Christian Franke · 12 years ago
  73. bb97e46 bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api by Christian Franke · 12 years ago
  74. 5b9f518 zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip route by Christian Franke · 12 years ago
  75. a0f6ce5 bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan by Christian Franke · 12 years ago
  76. 4ff3bca isisd, ospf6d: use bug-report information from autoconf by Christian Franke · 12 years ago
  77. a520708 zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP by Christian Franke · 12 years ago
  78. 67e7a21 vtysh: don't append superflous spaces (BZ#750) by Christian Franke · 12 years ago
  79. 8ff202e bgpd: write NOTIFY non-blockingly by David Lamparter · 11 years ago
  80. 9e47abd bgpd: prevent double address delete on shutdown by Rakesh Garimella · 12 years ago
  81. 397b5bd bgpd: stricter packet handling in OpenSent by Leonid Rosenboim · 11 years ago
  82. c423d41 lib: unconditionally include stddef.h by David Lamparter · 11 years ago
  83. c51443f ospfd: CVE-2013-2236, stack overrun in apiserver by David Lamparter · 11 years ago
  84. 78116ab doc: Modernize INSTALL.quagga.txt. by Greg Troxel · 11 years ago
  85. d771020 tests: don't build tests unless make check is run by Christian Franke · 11 years ago
  86. 1bf0ca9 tests: fix Makefile.am so it works with BSD make by Christian Franke · 11 years ago
  87. 4c14b7f ospfd: fix flooding procedure by Christian Franke · 12 years ago
  88. 4de8bf0 ospfd: make ospf_maxage_lsa_remover actually yield by Christian Franke · 12 years ago
  89. 77ef013 doc: update TODO for ospf6d work & bgp multipath by Dinesh G Dutt · 12 years ago
  90. c69905b tests: DejaGNU libzebra by David Lamparter · 12 years ago
  91. 5bb7e4d tests: DejaGNU bgpd by David Lamparter · 12 years ago
  92. f281ab9 tests: add DejaGNU framework by David Lamparter · 12 years ago
  93. f2b53da ospfd: restore nexthop IP for p2p interfaces by Christian Franke · 12 years ago
  94. 677bcbb lib/vty: register vtysh socket in server socket vector (BZ#754) by Christian Franke · 12 years ago
  95. b68da44 ripd: correctly redistribute ifindex routes (BZ#664) by David Lamparter · 12 years ago
  96. 8df5597 build: reference libcap from libzebra (BZ#393,626) by David Lamparter · 12 years ago
  97. 5895249 ospfd: fix LSA initialization for build without opaque LSA by Christian Franke · 12 years ago
  98. c095185 tests: make --disable-bgpd kill bgpd tests too by David Lamparter · 12 years ago
  99. 4a01458 build: fix minimal mixup in gitinfo suffix by David Lamparter · 12 years ago
  100. b58c908 doc: fix makeinfo errors and one warning by Timo Teräs · 12 years ago