1. b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
  2. da1b7ea solaris: more warnings fixed by David Lamparter · 9 years ago
  3. a2b5031 solaris: no ROUNDUP by David Lamparter · 9 years ago
  4. 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
  5. d6cf513 zebra: fix VRF code for *BSD by David Lamparter · 9 years ago
  6. 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
  7. be6335d zebra: use prefix2str for logging where possible by Timo Teräs · 10 years ago
  8. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  9. 3e9e2c9 zebra: static int inline -> static inline int by David Lamparter · 10 years ago
  10. 7e92322 zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD by David Lamparter · 10 years ago
  11. 941789e Fix alignment assumptions on non-RT_ROUNDUP platforms. by Greg Troxel · 10 years ago
  12. 273b1bd zebra/kernel_socket.c: Use platform alignment by Greg Troxel · 10 years ago
  13. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  14. 1db65fa ospf6d: solve segfaults with ospf6d on FreeBSD by Ingo Flaschberger · 14 years ago
  15. ca3ccd8 zebra: fix sockaddr_dl length assumptions (BZ#737) by David Lamparter · 12 years ago
  16. 9234b38 build: check actually-used BSD link state fields by Doug VanLeuven · 12 years ago
  17. a05df8f zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR by Doug VanLeuven · 12 years ago
  18. 3b33de6 zebra: kernel_socket: fix 64bit MacOS X alignment by Doug VanLeuven · 12 years ago
  19. 6eac79a zebra: fix recent MP-BGP commits for FreeBSD by Denis Ovsienko · 13 years ago
  20. cddf391 zebra: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  21. a34eb36 zebra: set the interface link-layer socket address by Tom Goff · 15 years ago
  22. 85a2ebf zebra: spelling by Denis Ovsienko · 13 years ago
  23. e6f148e zebra: handle RTF_CLONING removal from FreeBSD 8.0 by David Ward · 15 years ago
  24. 80b2a94 zebra: make declaration const in rtm_flag_dump() by Tom Goff · 15 years ago
  25. ce0db9c [zebra/cleanup] make message table read only by Stephen Hemminger · 16 years ago
  26. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  27. 55edb0d [link-detect] Improve BSD support. by Andrew J. Schorr · 17 years ago
  28. c543a17 [link-detect] Try to get BSD link-detect to work properly. by Andrew J. Schorr · 17 years ago
  29. 5619f56 + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset). by Denis Ovsienko · 17 years ago
  30. 96934e6 + sayonara old_pid! by Denis Ovsienko · 17 years ago
  31. 2d84452 Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details). by Denis Ovsienko · 17 years ago
  32. 1ba2756 Looks like bug #320 is finally fixed now. by Denis Ovsienko · 17 years ago
  33. 6da5980 Fixed bug #394 "RTF_DONE is ignored in rtm_read()" by Denis Ovsienko · 17 years ago
  34. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  35. 7ab62c5 [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address by Andrew J. Schorr · 18 years ago
  36. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  37. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  38. 6502208 [zebra] Fix interface metric bug on BSD by Paul Jakma · 18 years ago
  39. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  40. 9458b81 2006-09-13 Tom Everett <tom@khubla.com> by Greg Troxel · 18 years ago
  41. 5519604 [debug] Improve zebra kernel socket debug message to include IP addresses. by Andrew J. Schorr · 19 years ago
  42. 5c78b3d [zebra/solaris] Interface state fixups for Solaris. by paul · 19 years ago
  43. d34b899 [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink by paul · 19 years ago
  44. e14b7fc remove dead code (from David Young) by gdt · 19 years ago
  45. ec1a428 [zebra] Fix mistake in previous commit and further compile warnings/errors. by paul · 19 years ago
  46. 6621ca8 [zebra] fix some small compile errors, mark several functions static by paul · 19 years ago
  47. 6fe70d1 [solaris] Extra debug and cross-checks for kernel_socket, two Sol9 fixes. by paul · 19 years ago
  48. 0994c3a [zebra] Fix warning and small connected-label changes merge error. by paul · 19 years ago
  49. 0752ef0 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  50. ca16218 2005-09-12 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  51. be61c4e * zebra_rib.c, rib.h: Add distance and metric arguments to the by hasso · 19 years ago
  52. 6eb8827 2005-07-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  53. ea6f82b 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  54. 62debbb 2005-06-14 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  55. 08dbfb6 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  56. a349198 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  57. d2fc889 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  58. 865b852 2005-01-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  59. 6a250b0 Add const to char * to quiet warnings. by gdt · 20 years ago
  60. b617800 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  61. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  62. cced60d 004-07-13 David Wiggins <dwiggins@bbn.com by gdt · 20 years ago
  63. c50ae8b 2004-05-11 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  64. b27900b 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 21 years ago
  65. 4bfbea8 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 21 years ago
  66. dbee01f increase buffer size for kernel reads by gdt · 21 years ago
  67. cb42c03 Fix incorrect test in previous commit; thanks to Sowmini Varadhan for by gdt · 21 years ago
  68. da26e3b 2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com> by gdt · 21 years ago
  69. 30be802 2003-10-22 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  70. 3e95a07 2003-09-24 sowmini.varadhan@sun.com by paul · 21 years ago
  71. 106d2fd 2003-08-01 Cougar <cougar@random.ee> by paul · 21 years ago
  72. 9bcdb63 2003-07-8 Chris Andrews <chris@nodnol.org> by paul · 21 years ago
  73. 592c814 2003-06-07 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  74. a939514 Patch from Cougar - sort iflist by name. by hasso · 21 years ago
  75. edd7c24 2003-06-04 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  76. 726f9b2 Last fixes from 6Wind patch. by hasso · 22 years ago
  77. 81dfcaa Route (reject|blackhole) support from 6Wind patch. by hasso · 22 years ago
  78. 718e374 Initial revision by paul · 22 years ago