1. 3b4fb57 ripd, ripngd: add support for route tags by Piotr Chytła · 9 years ago
  2. fb21447 zebra: add support for route tags by Piotr Chytła · 9 years ago
  3. 605aa33 bgpd, vtysh: Add support for route tags by Piotr Chytła · 9 years ago
  4. 2b2e38c ospfd, vtysh: Add support for Route tags by Piotr Chytła · 9 years ago
  5. eefddcc bgpd, lib, ospfd, zebra: Add ability to read/write tag value by Piotr Chytła · 9 years ago
  6. de24f82 zebra: Add internal support for route tags by Piotr Chytła · 17 years ago
  7. 147a812 vtysh: service integrated-vtysh-config not being written to file by Donald Sharp · 10 years ago
  8. 768d909 zebra: Suppress displaying default config as part of running config by Dinesh Dutt · 10 years ago
  9. d8c5f27 bgpd: flag paths for multipath if we RX link-local and global nexthops by Donald Sharp · 9 years ago
  10. 743219e ospfd: "show ip ospf neighbor" header spacing by Daniel Walton · 10 years ago
  11. fa2e786 bgpd: Make source interface selection in BGP for nexthop determination more robust by Vivek Venkatraman · 10 years ago
  12. 7d39125 ospf6d: Adding the initialization check in ospfv3_clean() by Vipin Kumar · 10 years ago
  13. 8c075ef ospf6d: Fixing a couple of issues with ospf6_route_remove () routine. by Vipin Kumar · 10 years ago
  14. f1b9611 ospf6d: LA (local-address) bit related inter-op fix. by Vipin Kumar · 10 years ago
  15. f687b62 ospfd: Don't wait for state change to Exchange to start LSReq by Dinesh Dutt · 10 years ago
  16. 24521e2 ospfd: Fix no ip ospf hello-interval by Daniel Walton · 10 years ago
  17. 45af55a ospfd: Make destination of p2p to multicast for LS-ACKS by Vipin Kumar · 10 years ago
  18. e2a0ebf bgpd: Display BGP paths with unreachable nexthops as invalid by Daniel Walton · 10 years ago
  19. 69424be ospf6d: We should accept long form of "no redistribute" by Daniel Walton · 10 years ago
  20. f972dec ospf6d: Add the missing ospf6 running check in show cmds by Vipin Kumar · 10 years ago
  21. e87f808 ospf6d: Support for 'clear ipv6 ospf6 interface [ifname] by Vipin Kumar · 10 years ago
  22. e509af8 opsf6d: Update router-LSA when nbr's interface-ID changes by Vipin Kumar · 10 years ago
  23. a90dc87 ospfd: Support for 'clear ip ospf interface [IFNAME]' by Vipin Kumar · 10 years ago
  24. 59fe0ee bgpd: Add [bestpath|multipath] option to 'show ip bgp x.x.x.x' by Daniel Walton · 10 years ago
  25. 325fcfb bgpd: Add clear command to force a bestpath recalculation and re-advertisement of a prefix by Daniel Walton · 10 years ago
  26. 76a7280 bgpd: Fix aggregation issues found via ANVL by Daniel Walton · 10 years ago
  27. 7824304 bgpd: iBGP multipath is broken if 'bgp deterministic-med' is enabled. by Daniel Walton · 10 years ago
  28. d0aa6e8 bgpd: Make aspath_highest 4-byte compatible for private AS by Daniel Walton · 8 years ago
  29. 5552da8 bgpd: Fix use after free in aspath_prepend with confeds by Paul Jakma · 8 years ago
  30. dcc2185 bgpd: Make the private AS number check 4 byte compatible. by Vipin Kumar · 10 years ago
  31. c0a4cc7 bgpd: Make "no redistribute" always remove the redistribute statement by Daniel Walton · 9 years ago
  32. 62f936e ospf6d, ripd, vtysh: Fix "no set metric" for ospf6 and RIP by Daniel Walton · 9 years ago
  33. 92992c6 zebra: Dissallow outside programs to delete Quagga routes by James Li · 9 years ago
  34. 083e5e2 bgpd, doc: Allow route-map policy modifications to also affect route reflectors. by Dinesh Dutt · 9 years ago
  35. 5cf768a bgpd: Support matching on local preference in route-map by Dinesh Dutt · 9 years ago
  36. af309fa bgpd: Show more meaningful outq value in 'show ip bgp summary' output. by Pradosh Mohapatra · 9 years ago
  37. a4f4029 vtysh: Make ipv6 unicast/multicast address-family work by vivek · 9 years ago
  38. 0f2f7a3 *: Fix duplicate commands from view/enable node consolidation by Paul Jakma · 8 years ago
  39. 94627e6 bgpd: Add a null check in bgp_address_del() function when connected addresses are removed. by Pradosh Mohapatra · 9 years ago
  40. 60cc959 bgpd, doc, lib, zebra: nexthop-tracking in zebra by Pradosh Mohapatra · 9 years ago
  41. 4feb0d0 bgpd: IPv6 Multipath broken with nexthop global address by Dinesh Dutt · 9 years ago
  42. b8d1f71 bgpd: Enable support for BGP IPV6 multipath. by Ayan Banerjee · 9 years ago
  43. 34c5d89 zebra: ipv6 multipath support by Ayan Banerjee · 9 years ago
  44. 6f23541 zebra: *addattr should use size_t len args, quell signed v unsigned warning by Paul Jakma · 9 years ago
  45. c7c5b02 vtysh: auto-generated vtysh_cmd.c file should depend on its creator by Paul Jakma · 9 years ago
  46. 3b847ef bgpd: Squash spurious "unknown afi" log messages by Paul Jakma · 9 years ago
  47. 7f39242 *: Remove C99ism, CI system runs builds with CFLAGS and compilers that barf by Paul Jakma · 8 years ago
  48. 23cd586 zebra: Update news with the status of link-detect and the global default by Paul Jakma · 9 years ago
  49. 8f4269d zebra: Add command to configure default for link-state, and make it sticky by Paul Jakma · 9 years ago
  50. a6d400c zebra: Set link-detect on by default by Dinesh G Dutt · 9 years ago
  51. 3bccb4f zebra: add developer test functions for FPM code by Avneesh Sachdev · 9 years ago
  52. 7e4025c build: support for "development build" by Avneesh Sachdev · 9 years ago
  53. 6112d11 doc: add blurb on use of protobuf with FPM by Avneesh Sachdev · 9 years ago
  54. 5779fda zebra: optionally use protobuf with FPM by Avneesh Sachdev · 9 years ago
  55. b8ae330 Use only the ISC license for .proto files. by Avneesh Sachdev · 8 years ago
  56. ef20ef7 fpm: Add protobuf support for FPM. by Avneesh Sachdev · 9 years ago
  57. b262448 build: turn off automake portability warnings by Avneesh Sachdev · 9 years ago
  58. 07e5b64 qpb: Add support for protobuf. by Avneesh Sachdev · 9 years ago
  59. cbd976b HACKING: Document how to add standard copyright claims to files by Paul Jakma · 9 years ago
  60. 57439bf HACKING: New code _MUST_ use a bounded-buffer in handling untrusted data. by Paul Jakma · 9 years ago
  61. d1aa80f HACKING: Note that "Signed-off-by" not used for authorship/rights info by Paul Jakma · 9 years ago
  62. d3cf6c6 HACKING: Add required reading section & commit should give full rights details by Paul Jakma · 9 years ago
  63. 2f6aa36 HACKING: Fix internal section links by Paul Jakma · 9 years ago
  64. 3affb6c HACKING: Update HACKING with anything relevant from pending and prune by Paul Jakma · 9 years ago
  65. f458d88 bgpd: ditch unused bgp_node_*() functions by David Lamparter · 9 years ago
  66. 584083d bgpd: divorce router-id logic from CLI & zebra by David Lamparter · 9 years ago
  67. dfb9bd7 bgpd: minor header/API clean up by David Lamparter · 9 years ago
  68. 4afa3dd bgpd: Add new configuration cli for graceful restart. by Philippe Guibert · 9 years ago
  69. d83b8d6 lib: add AF_ETHERNET/AFI_ETHER by Lou Berger · 9 years ago
  70. ee5fbe2 lib: dump memory stats on core by Lou Berger · 9 years ago
  71. b8cb7c3 lib: fix memory leak in zprivs_caps_init by Lou Berger · 9 years ago
  72. 93b493a bgpd: fix wrong help strings of "match peer" and "no match peer" commands by Igor Ryzhov · 9 years ago
  73. 49c370b bgpd: fix MRT table dumps for locally-originated routes by Colin Petrie · 9 years ago
  74. 06de82e pimd: send pim prune via correct interface when rpf upstream interface for a source changes by Jafar Al-Gharaibeh · 9 years ago
  75. 220355d bgpd: fix BGP IPv6 route map error by Andrej Ota · 9 years ago
  76. 0ffd69a doc: Add isisd.texi to quagga_TEXINFOS so it gets in dist tarball by Paul Jakma · 8 years ago
  77. 3676cb0 *: Remove some for statement declarations by Paul Jakma · 8 years ago
  78. 4819869 ospfd: Add support Router Capabilities support to OSPF by Olivier Dugeon · 9 years ago
  79. ec04b9f doc: Update documentation for Traffic Engineering by Olivier Dugeon · 9 years ago
  80. 4f59357 isisd: Add support of Traffic Engineering by Olivier Dugeon · 9 years ago
  81. 29a1401 ospfd: Update Traffic Engineering support by Olivier Dugeon · 9 years ago
  82. ac10d30 vtysh: Add support of new link-params CLI by Olivier Dugeon · 9 years ago
  83. 15773a8 zebra: Add link parameters support to Zebra by Olivier Dugeon · 9 years ago
  84. ae51c9d lib: Add new if_link_params structure by Olivier Dugeon · 9 years ago
  85. 7e49a4f build: Test for features.h and move include to lib/zebra.h by Paul Jakma · 8 years ago
  86. a3b161b lib: IEC559 tests are fragile, reduce to warning rather than error. by Paul Jakma · 8 years ago
  87. 4359501 lib: consolidate ntohf/htonf from ospfd/isisd TE to lib/network by Paul Jakma · 10 years ago
  88. d41e7b9 lib/stream: add float/double <-> IEEE-754 single/double mux/demuxers by Paul Jakma · 10 years ago
  89. 581ecbf zebra: count iface up/down events and keep last time of their occurrence by Christian Franke · 9 years ago
  90. 00667ce lib: add event_counter by Christian Franke · 9 years ago
  91. 880e31c lib: use constant to replace magic value for length of quagga_timestamp by Christian Franke · 9 years ago
  92. 2ab67a7 build: detect and create AM_SILENT_RULES macro if needed by Pawel Wieczorkiewicz · 9 years ago
  93. 811577e lib: Remove unnecessary parentheses by Donald Sharp · 9 years ago
  94. 985c355 bgpd: Fix code path that leads to uninitialized variables by Donald Sharp · 9 years ago
  95. 54406ac lib: Refactor thread_process_fd by Donald Sharp · 9 years ago
  96. 1ad00b0 lib: Fix regression in thread.c by Donald Sharp · 8 years ago
  97. e0b8324 lib: Refactor read/write functionality by Donald Sharp · 9 years ago
  98. 19be18a lib: Abstract fd set operations by Donald Sharp · 9 years ago
  99. 6bcee41 lib: fix MIN/MAX macros to not double-eval by David Lamparter · 9 years ago
  100. 9219366 lib: keep hash of node's commands to detect duplicate installs by Paul Jakma · 8 years ago