1. c3a5606 zebra: Static route does not reach kernel. by Joakim Tjernlund · 15 years ago
  2. d13c3b4 [zebra] linux policy routing support with ipv6 by Mathieu Goessens · 15 years ago
  3. b60668d RFC 4191 Default Router Preference support for router advertisements by Chris Caputo · 16 years ago
  4. ec5e42b [cleanup] convert bzero() deprecated by POSIX to memset() by Jeremy Jackson · 16 years ago
  5. c77cffd [daemons/cleanup] Remove disabled log_mode argument support. by Jeremy Jackson · 16 years ago
  6. ce0db9c [zebra/cleanup] make message table read only by Stephen Hemminger · 16 years ago
  7. 9607d98 [zebra] Remove unused structure element by Stephen Hemminger · 16 years ago
  8. 90d2ab0 [zebra] Force rib_update when connected route deleted by Stephen Hemminger · 16 years ago
  9. 81cce01 [cleanup] Use correct buffer size for inet_ntop() by Stephen Hemminger · 16 years ago
  10. fd21325 [zebra] Only announce connected routes if link is detected by Stephen Hemminger · 16 years ago
  11. 4308abb [zebra] MTU is unsigned by Stephen Hemminger · 16 years ago
  12. 6c68465 [zebra] remove incorrect debug message by Stephen Hemminger · 16 years ago
  13. 5110a0c [zebra] Cleanup meta-queue code by Stephen Hemminger · 16 years ago
  14. c841549 [zebra] netlink interface minor cleanup by Stephen Hemminger · 17 years ago
  15. 61691c9 [zebra] Fix vyatta bug 2814: Add "show ip route summary" command. by Stig Thormodsrud · 16 years ago
  16. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  17. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  18. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  19. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  20. 5d7bdd0 Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile' by Paul Jakma · 16 years ago
  21. 19a9372 test by Paul Jakma · 16 years ago
  22. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  23. 5515de3 [administrivia] Update gitignore files by Paul Jakma · 18 years ago
  24. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  25. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  26. e524843 [zebra] trivial: fix spelling mistake by Stephen Hemminger · 16 years ago
  27. ef9b113 [zebra] trivia: static qualifiers for metaq by Stephen Hemminger · 16 years ago
  28. d145bc0 [zebra] make some data local by Stephen Hemminger · 16 years ago
  29. 16814f9 [zebra] ignore dead routes in RIB update by Stephen Hemminger · 16 years ago
  30. 4c69947 [zebra:linux] netlink: no need to change privs for receive by Stephen Hemminger · 16 years ago
  31. 898987e [zebra:linux] netlink: quiet harmless errors by Stephen Hemminger · 16 years ago
  32. 30afea3 [zebra:linux] netlink buffer size tweaking only needed on receive socket by Stephen Hemminger · 16 years ago
  33. 4cde931 [zebra:linux] clean up blocking setting of netlink sockets by Stephen Hemminger · 16 years ago
  34. 3d265b4 [zebra:linux] Filter out unwanted netlink messages by PID by Stephen Hemminger · 16 years ago
  35. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  36. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  37. 6072b24 [zebra] mark some rt_netlink functions static by Stephen Hemminger · 16 years ago
  38. 40da221 [zebra:netlink] Set proto/scope on all route update messages by Timo Teräs · 16 years ago
  39. 46bc0e4 [build] Test for GNU-style PIE support in toolchain and enable by Paul P Komkoff Jr · 16 years ago
  40. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  41. 0b3f3d4 [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error by Paul Jakma · 16 years ago
  42. e96f920 + initial edition of meta-queue for RIB updates processing (bug #431) by Denis Ovsienko · 16 years ago
  43. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  44. 768a27e [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns by Paul Jakma · 17 years ago
  45. 20e5ff0 + fix bug#326 by rib_lookup_and_pushup() by Denis Ovsienko · 17 years ago
  46. 55edb0d [link-detect] Improve BSD support. by Andrew J. Schorr · 17 years ago
  47. c543a17 [link-detect] Try to get BSD link-detect to work properly. by Andrew J. Schorr · 17 years ago
  48. 3f08767 [link-detect] Static interface routes should behave properly with link-detect. by Andrew J. Schorr · 17 years ago
  49. 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
  50. 5619f56 + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset). by Denis Ovsienko · 17 years ago
  51. a3aaf5b + rib_process() speedup for multi-nexthop route nodes by Denis Ovsienko · 17 years ago
  52. f304cb4 + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed. by Denis Ovsienko · 17 years ago
  53. 96934e6 + sayonara old_pid! by Denis Ovsienko · 17 years ago
  54. 91b7351 + fixed bug #402: now the second zebra process doesn't destroy routes by Denis Ovsienko · 17 years ago
  55. 2d84452 Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details). by Denis Ovsienko · 17 years ago
  56. bd6c86d * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed by Denis Ovsienko · 17 years ago
  57. 882968e + fixed bug #400: adjusted rtread_sysctl.c:route_read() by Denis Ovsienko · 17 years ago
  58. 1ba2756 Looks like bug #320 is finally fixed now. by Denis Ovsienko · 17 years ago
  59. a13663a Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation by Denis Ovsienko · 17 years ago
  60. 6da5980 Fixed bug #394 "RTF_DONE is ignored in rtm_read()" by Denis Ovsienko · 17 years ago
  61. 03e232a Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_update()) by Denis Ovsienko · 17 years ago
  62. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  63. 068fd77 Use the proper field length for the peer's address (netlink_interface_addr) by vize · 17 years ago
  64. 93bdada [zebra] Add extra debug logging for RIB and RIB queueing by Paul Jakma · 17 years ago
  65. dfdb8f1 Add comment questioning part of previous change (Denis?). by Greg Troxel · 17 years ago
  66. f76594a Bugzilla #384. by Greg Troxel · 17 years ago
  67. 0b8c4f1 [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var by Paul Jakma · 17 years ago
  68. 0930331 [zebra] Trivial patches so we can compile when IPv6 is not enabled by Andrew J. Schorr · 18 years ago
  69. 7ab62c5 [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address by Andrew J. Schorr · 18 years ago
  70. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  71. 5921ef9 [zebra] Add zebra_routemap.c by Paul Jakma · 18 years ago
  72. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  73. e8eb834 [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_name by Paul Jakma · 18 years ago
  74. bd9da7f [zebra] Fix merge error in previous solaris changeset by Paul Jakma · 18 years ago
  75. 33b931e Only suppress adding a connected route to the kernel if it is by David Young · 18 years ago
  76. f5e004f [zebra] MTU change should propogate to zserv client on BSD/Solaris by Paul Jakma · 18 years ago
  77. d9a18f1 [zebra] Retain configured IPv4 address upon removal by kernel by Paul Jakma · 18 years ago
  78. d9d00a6 [testzebra] stubs should call kernel_address_add on IP address install by Paul Jakma · 18 years ago
  79. 6dc686a [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes by Paul Jakma · 18 years ago
  80. 6502208 [zebra] Fix interface metric bug on BSD by Paul Jakma · 18 years ago
  81. ff1dd55 [zebra] IRDP should ignore non-IPv4 addresses by Paul Jakma · 18 years ago
  82. fb6724a [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128 by Andrew J. Schorr · 18 years ago
  83. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  84. 3c0755d [zebra] Changes of nexthops of static routes didnt take effect by Paul Jakma · 18 years ago
  85. 876b8be [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax by Paul Jakma · 18 years ago
  86. 9458b81 2006-09-13 Tom Everett <tom@khubla.com> by Greg Troxel · 18 years ago
  87. 66c454f [zebra] trivial: rtadv.h depends on interface.h by Paul Jakma · 18 years ago
  88. f28b0e5 [zebra] fix inconsistencies in ifstat_update_* declarations and definitions by Paul Jakma · 18 years ago
  89. 3694374 [zebra] IRDP: Move stream_free to where its created, probably fixing a leak by Paul Jakma · 18 years ago
  90. 7e4bcdc [zebra] add more stuff to misc_null to avoid compile breakages by Paul Jakma · 18 years ago
  91. a6974fe [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks by Andrew J. Schorr · 18 years ago
  92. 6d69112 [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing by Paul Jakma · 18 years ago
  93. b0498dc [zebra] Add 'debug zebra rib' commands by Paul Jakma · 18 years ago
  94. 457eb9a [zebra] Add test rig code, for testing the zebra RIB by Paul Jakma · 18 years ago
  95. 171eee3 [zebra] Connected routes must always be added to main table by Paul Jakma · 18 years ago
  96. 27b4725 [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args by Paul Jakma · 18 years ago
  97. 74ecdc9 [zebra] Fix forgetfulness wrt configured address on FreeBSD by Paul Jakma · 18 years ago
  98. 630c97c [zebra] remove internal if_flag_dump, use libzebras version. by Paul Jakma · 18 years ago
  99. 9c37851 [interface configuration] Try to avoid losing address info after shutdown. by Andrew J. Schorr · 19 years ago
  100. 0f38dc4 [interface configuration] Preserve flag indicating address was set by quagga. by Andrew J. Schorr · 19 years ago