1. 6954214 zebra: add missing includes by Denis Ovsienko · 13 years ago
  2. cf8a831 Zebra zserv: bogus conditional by Stephen Hemminger · 14 years ago
  3. e26873f zebra: fix infinite loop when deleting an interface by Roman Hoog Antink · 15 years ago
  4. b651682 zebra: change router-id selection algo by Stephen Hemminger · 15 years ago
  5. ab0f615 zebra: deal with irdp compile warnings by Stephen Hemminger · 15 years ago
  6. cc2dd92 zebra: cleanup RIB meta queue code by Stephen Hemminger · 15 years ago
  7. b0b709a zebra: fix more warnings in rtadv by Stephen Hemminger · 15 years ago
  8. 0342b76 Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quagga by Denis Ovsienko · 15 years ago
  9. d02c56c zebra: fix more compiler warnings by Stephen Hemminger · 15 years ago
  10. ffac19c zebra: remove unused function to fix warning by Stephen Hemminger · 15 years ago
  11. e6f148e zebra: handle RTF_CLONING removal from FreeBSD 8.0 by David Ward · 15 years ago
  12. a0f63a4 zebra: fix argument reference in strncpy() call for BSD by heasley · 15 years ago
  13. a50c107 zebra: fix RIB debug message for IPv6 by David Ward · 15 years ago
  14. 80b2a94 zebra: make declaration const in rtm_flag_dump() by Tom Goff · 15 years ago
  15. 50adf78 zebra: Fix router advertisements for non-Ethernet link layer addresses by David Ward · 15 years ago
  16. fab7f89 zebra: Add an example config file for testzebra by Paul Jakma · 15 years ago
  17. 302d53f zebra: test_main.c should be a bit more helpful about its usage by Paul Jakma · 15 years ago
  18. 065de90 all: check return value from daemon() call by Stephen Hemminger · 15 years ago
  19. cb9e0ce [zebra] Fix crash in test_zebra by Paul Jakma · 17 years ago
  20. 97be79f [zebra] do not touch socket before pidfile locking by Denis Ovsienko · 15 years ago
  21. 67b9467 [zebra] Silence noisy process_subq by Chris Caputo · 15 years ago
  22. c3a5606 zebra: Static route does not reach kernel. by Joakim Tjernlund · 15 years ago
  23. d13c3b4 [zebra] linux policy routing support with ipv6 by Mathieu Goessens · 15 years ago
  24. b60668d RFC 4191 Default Router Preference support for router advertisements by Chris Caputo · 16 years ago
  25. ec5e42b [cleanup] convert bzero() deprecated by POSIX to memset() by Jeremy Jackson · 16 years ago
  26. c77cffd [daemons/cleanup] Remove disabled log_mode argument support. by Jeremy Jackson · 16 years ago
  27. ce0db9c [zebra/cleanup] make message table read only by Stephen Hemminger · 16 years ago
  28. 9607d98 [zebra] Remove unused structure element by Stephen Hemminger · 16 years ago
  29. 90d2ab0 [zebra] Force rib_update when connected route deleted by Stephen Hemminger · 16 years ago
  30. 81cce01 [cleanup] Use correct buffer size for inet_ntop() by Stephen Hemminger · 16 years ago
  31. fd21325 [zebra] Only announce connected routes if link is detected by Stephen Hemminger · 16 years ago
  32. 4308abb [zebra] MTU is unsigned by Stephen Hemminger · 16 years ago
  33. 6c68465 [zebra] remove incorrect debug message by Stephen Hemminger · 16 years ago
  34. 5110a0c [zebra] Cleanup meta-queue code by Stephen Hemminger · 16 years ago
  35. c841549 [zebra] netlink interface minor cleanup by Stephen Hemminger · 17 years ago
  36. 61691c9 [zebra] Fix vyatta bug 2814: Add "show ip route summary" command. by Stig Thormodsrud · 16 years ago
  37. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  38. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  39. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  40. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  41. 5d7bdd0 Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile' by Paul Jakma · 16 years ago
  42. 19a9372 test by Paul Jakma · 16 years ago
  43. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  44. 5515de3 [administrivia] Update gitignore files by Paul Jakma · 18 years ago
  45. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  46. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  47. e524843 [zebra] trivial: fix spelling mistake by Stephen Hemminger · 16 years ago
  48. ef9b113 [zebra] trivia: static qualifiers for metaq by Stephen Hemminger · 16 years ago
  49. d145bc0 [zebra] make some data local by Stephen Hemminger · 16 years ago
  50. 16814f9 [zebra] ignore dead routes in RIB update by Stephen Hemminger · 16 years ago
  51. 4c69947 [zebra:linux] netlink: no need to change privs for receive by Stephen Hemminger · 16 years ago
  52. 898987e [zebra:linux] netlink: quiet harmless errors by Stephen Hemminger · 16 years ago
  53. 30afea3 [zebra:linux] netlink buffer size tweaking only needed on receive socket by Stephen Hemminger · 16 years ago
  54. 4cde931 [zebra:linux] clean up blocking setting of netlink sockets by Stephen Hemminger · 16 years ago
  55. 3d265b4 [zebra:linux] Filter out unwanted netlink messages by PID by Stephen Hemminger · 16 years ago
  56. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  57. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  58. 6072b24 [zebra] mark some rt_netlink functions static by Stephen Hemminger · 16 years ago
  59. 40da221 [zebra:netlink] Set proto/scope on all route update messages by Timo Teräs · 16 years ago
  60. 46bc0e4 [build] Test for GNU-style PIE support in toolchain and enable by Paul P Komkoff Jr · 16 years ago
  61. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  62. 0b3f3d4 [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error by Paul Jakma · 16 years ago
  63. e96f920 + initial edition of meta-queue for RIB updates processing (bug #431) by Denis Ovsienko · 16 years ago
  64. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  65. 768a27e [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns by Paul Jakma · 17 years ago
  66. 20e5ff0 + fix bug#326 by rib_lookup_and_pushup() by Denis Ovsienko · 17 years ago
  67. 55edb0d [link-detect] Improve BSD support. by Andrew J. Schorr · 17 years ago
  68. c543a17 [link-detect] Try to get BSD link-detect to work properly. by Andrew J. Schorr · 17 years ago
  69. 3f08767 [link-detect] Static interface routes should behave properly with link-detect. by Andrew J. Schorr · 17 years ago
  70. 6ce80bd + fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated) by Denis Ovsienko · 17 years ago
  71. 5619f56 + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset). by Denis Ovsienko · 17 years ago
  72. a3aaf5b + rib_process() speedup for multi-nexthop route nodes by Denis Ovsienko · 17 years ago
  73. f304cb4 + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed. by Denis Ovsienko · 17 years ago
  74. 96934e6 + sayonara old_pid! by Denis Ovsienko · 17 years ago
  75. 91b7351 + fixed bug #402: now the second zebra process doesn't destroy routes by Denis Ovsienko · 17 years ago
  76. 2d84452 Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details). by Denis Ovsienko · 17 years ago
  77. bd6c86d * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed by Denis Ovsienko · 17 years ago
  78. 882968e + fixed bug #400: adjusted rtread_sysctl.c:route_read() by Denis Ovsienko · 17 years ago
  79. 1ba2756 Looks like bug #320 is finally fixed now. by Denis Ovsienko · 17 years ago
  80. a13663a Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation by Denis Ovsienko · 17 years ago
  81. 6da5980 Fixed bug #394 "RTF_DONE is ignored in rtm_read()" by Denis Ovsienko · 17 years ago
  82. 03e232a Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_update()) by Denis Ovsienko · 17 years ago
  83. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  84. 068fd77 Use the proper field length for the peer's address (netlink_interface_addr) by vize · 17 years ago
  85. 93bdada [zebra] Add extra debug logging for RIB and RIB queueing by Paul Jakma · 17 years ago
  86. dfdb8f1 Add comment questioning part of previous change (Denis?). by Greg Troxel · 17 years ago
  87. f76594a Bugzilla #384. by Greg Troxel · 17 years ago
  88. 0b8c4f1 [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var by Paul Jakma · 17 years ago
  89. 0930331 [zebra] Trivial patches so we can compile when IPv6 is not enabled by Andrew J. Schorr · 18 years ago
  90. 7ab62c5 [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address by Andrew J. Schorr · 18 years ago
  91. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  92. 5921ef9 [zebra] Add zebra_routemap.c by Paul Jakma · 18 years ago
  93. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  94. e8eb834 [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_name by Paul Jakma · 18 years ago
  95. bd9da7f [zebra] Fix merge error in previous solaris changeset by Paul Jakma · 18 years ago
  96. 33b931e Only suppress adding a connected route to the kernel if it is by David Young · 18 years ago
  97. f5e004f [zebra] MTU change should propogate to zserv client on BSD/Solaris by Paul Jakma · 18 years ago
  98. d9a18f1 [zebra] Retain configured IPv4 address upon removal by kernel by Paul Jakma · 18 years ago
  99. d9d00a6 [testzebra] stubs should call kernel_address_add on IP address install by Paul Jakma · 18 years ago
  100. 6dc686a [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes by Paul Jakma · 18 years ago