1. dafa05e nhrpd: implement next hop resolution protocol by Timo Teräs · 8 years ago
  2. 68cfaab zebra: fix a crash in static_add_ipv6 caused by a NULL dereference by Christian Franke · 8 years ago
  3. 9ae8552 zebra: Gather and display detailed info about clients of Zebra by Dinesh Dutt · 10 years ago
  4. 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
  5. de24f82 zebra: Add internal support for route tags by Piotr Chytła · 17 years ago
  6. 92992c6 zebra: Dissallow outside programs to delete Quagga routes by James Li · 9 years ago
  7. 60cc959 bgpd, doc, lib, zebra: nexthop-tracking in zebra by Pradosh Mohapatra · 9 years ago
  8. 34c5d89 zebra: ipv6 multipath support by Ayan Banerjee · 9 years ago
  9. 23757db *: get rid of "MTYPE 0" by David Lamparter · 9 years ago
  10. 7e73eb7 zebra: handle multihop nexthop changes properly by Timo Teräs · 9 years ago
  11. 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
  12. 325823a zebra: support FIB override routes by Timo Teräs · 9 years ago
  13. 82a6635 zebra: use link scope for interface routes by Timo Teräs · 9 years ago
  14. 0abf679 zebra: atomic FIB updates by Timo Teräs · 9 years ago
  15. 0d27129 zebra: Fix non usage of VRF_DEFAULT by Donald Sharp · 9 years ago
  16. c1900e0 zebra: Fix change of distance on ipv6 route creating duplicate routes by Donald Sharp · 9 years ago
  17. 949b719 zebra: Combine static_uninstall_ipv[4|6] into one function by Donald Sharp · 9 years ago
  18. a979ab7 zebra: combine static_ipv[4|6]_nexthop_same into one function by Donald Sharp · 9 years ago
  19. 9bcdd1a zebra: Combine static_install_ipv[4|6] by Donald Sharp · 9 years ago
  20. 0d955af zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c by Donald Sharp · 9 years ago
  21. d4c27d6 zebra: Collapse struct static_ipv[4|6] into struct static_route by Donald Sharp · 9 years ago
  22. b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
  23. 7eb6136 zebra: make ZEBRA_FLAG_CHANGED internal status by Timo Teräs · 9 years ago
  24. 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
  25. 267ceb2 zebra: add hooks upon enabling / disabling a VRF by Feng Lu · 10 years ago
  26. 7aaf4ea zebra: configure static routes in any VRF by Feng Lu · 10 years ago
  27. 1885d0a zebra: let the route-map rule "match interface" work for VRFs by Feng Lu · 10 years ago
  28. 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
  29. 41f44a2 lib, zebra: move "struct vrf" to be a lib module by Feng Lu · 10 years ago
  30. be6335d zebra: use prefix2str for logging where possible by Timo Teräs · 10 years ago
  31. eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
  32. 86a82e9 zebra, ripngd: remove ::/64 special-casing by David Lamparter · 10 years ago
  33. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  34. bd07812 zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago
  35. 24480d4 zebra: return route_node from rib_match_ipv4_safi by David Lamparter · 10 years ago
  36. 7ce9e6a zebra: dummy kernel "install" multicast routes by David Lamparter · 10 years ago
  37. 33d86db zebra: mrib: static route support by Everton Marques · 10 years ago
  38. f598cf7 zebra: kill rib_match_ipv4() by David Lamparter · 10 years ago
  39. 83d7112 zebra: mrib: Include BGP routes in RPF lookups by Everton Marques · 10 years ago
  40. f9b9234 zebra: point rib_match_ipv4() to ._safi() by Everton Marques · 10 years ago
  41. 3dea178 zebra: add rib_match_ipv4_safi() by Everton Marques · 10 years ago
  42. ab2ba61 zebra: identify MRIB on debug messages by David Lamparter · 10 years ago
  43. 9481374 zebra: factor out rib debug logs by David Lamparter · 11 years ago
  44. d1b0991 Make static IPv6 routes respect non-default routing tables. by Dinesh G Dutt · 10 years ago
  45. 9511633 zebra: MBGP routes should not be installed in the kernel by Balaji · 10 years ago
  46. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  47. f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
  48. b52aef1 zebra: log routes w/o gateway in rib_delete_ipv4 by Christian Franke · 11 years ago
  49. fed643f zebra: make rib_dump() compatible with IPv6 RIB by Vincent Bernat · 12 years ago
  50. f3a1732 zebra: apply route-maps for interface routes by Christian Franke · 11 years ago
  51. c3e6b59 zebra: fix recursive-routes via ifindex routes by Christian Franke · 11 years ago
  52. 48a53dc zebra: handle blackholes encountered in recursive resolution by Christian Franke · 11 years ago
  53. fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
  54. 9499bf2 zebra: don't overrun afi/safi array boundaries by Leonid Rosenboim · 12 years ago
  55. 5adc252 zebra: add module to communicate routes to FPM by Avneesh Sachdev · 12 years ago
  56. 78deec4 zebra: extern/extract some functions from rt_netlink.c by Avneesh Sachdev · 12 years ago
  57. 0915bb0 zebra: add iterator for walking all tables in RIB by Avneesh Sachdev · 12 years ago
  58. 1b5ed1b zebra: add way to determine VRF/AFI/SAFI of table by Avneesh Sachdev · 12 years ago
  59. 9fd92e3 zebra: add structure to hold per-prefix state in RIB by Avneesh Sachdev · 12 years ago
  60. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  61. b0145dd zebra: make static routes respect table setting by Nolan Leake · 12 years ago
  62. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  63. 9665856 Revert "zebra: clean up client routes when client goes away" by David Lamparter · 13 years ago
  64. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  65. af56d40 zebra: clean up client routes when client goes away by Josh Bailey · 13 years ago
  66. fc328ac zebra: add more logs/asserts to rib work queue code by Subbaiah Venkata · 13 years ago
  67. 26e2ae3 zebra: read multipath routes and hw addr from netlink by Josh Bailey · 13 years ago
  68. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  69. f768f36 zebra: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  70. cddf391 zebra: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  71. 4f1735f zebra: fix ifindex test condition (BZ#487) by Matthias Ferdinand · 13 years ago
  72. 2ea1ab1 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
  73. 7052f22 rib: default distance value for new protocols (v2) by David Lamparter · 15 years ago
  74. cc2dd92 zebra: cleanup RIB meta queue code by Stephen Hemminger · 15 years ago
  75. d02c56c zebra: fix more compiler warnings by Stephen Hemminger · 15 years ago
  76. a50c107 zebra: fix RIB debug message for IPv6 by David Ward · 15 years ago
  77. 67b9467 [zebra] Silence noisy process_subq by Chris Caputo · 15 years ago
  78. c3a5606 zebra: Static route does not reach kernel. by Joakim Tjernlund · 15 years ago
  79. 81cce01 [cleanup] Use correct buffer size for inet_ntop() by Stephen Hemminger · 16 years ago
  80. 6c68465 [zebra] remove incorrect debug message by Stephen Hemminger · 16 years ago
  81. 5110a0c [zebra] Cleanup meta-queue code by Stephen Hemminger · 16 years ago
  82. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  83. ef9b113 [zebra] trivia: static qualifiers for metaq by Stephen Hemminger · 16 years ago
  84. d145bc0 [zebra] make some data local by Stephen Hemminger · 16 years ago
  85. 16814f9 [zebra] ignore dead routes in RIB update by Stephen Hemminger · 16 years ago
  86. e96f920 + initial edition of meta-queue for RIB updates processing (bug #431) by Denis Ovsienko · 16 years ago
  87. 20e5ff0 + fix bug#326 by rib_lookup_and_pushup() by Denis Ovsienko · 17 years ago
  88. 3f08767 [link-detect] Static interface routes should behave properly with link-detect. by Andrew J. Schorr · 17 years ago
  89. a3aaf5b + rib_process() speedup for multi-nexthop route nodes by Denis Ovsienko · 17 years ago
  90. f304cb4 + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed. by Denis Ovsienko · 17 years ago
  91. 03e232a Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_update()) by Denis Ovsienko · 17 years ago
  92. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  93. 93bdada [zebra] Add extra debug logging for RIB and RIB queueing by Paul Jakma · 17 years ago
  94. 0b8c4f1 [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var by Paul Jakma · 17 years ago
  95. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  96. 3c0755d [zebra] Changes of nexthops of static routes didnt take effect by Paul Jakma · 18 years ago
  97. 6d69112 [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing by Paul Jakma · 18 years ago
  98. 457eb9a [zebra] Add test rig code, for testing the zebra RIB by Paul Jakma · 18 years ago
  99. 171eee3 [zebra] Connected routes must always be added to main table by Paul Jakma · 18 years ago
  100. 27b4725 [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args by Paul Jakma · 18 years ago