1. 872b0dc zebra: remove unused netlink_route()/kernel_rtm_ipv6() by David Lamparter · 10 years ago
  2. 51bdeba zebra: remove kernel_delete_ipv6_old() by David Lamparter · 10 years ago
  3. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  4. 621e2aa zebra: fix rtnh_len in the rt_netlink messages for multipath case by Lu Feng · 10 years ago
  5. c299ed7 zebra: fix struct msghdr initializers by Timo Teräs · 10 years ago
  6. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  7. 8e998b1 zebra: raise the privileges before calling socket() by Michal Sekletar · 11 years ago
  8. db19c85 zebra: set metric for directly connected routes via netlink to 0 by Brett Ciphery · 11 years ago
  9. e8d3d29 zebra: implement NEXTHOP_FLAG_ONLINK by Christian Franke · 11 years ago
  10. fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
  11. 599da95 zebra: process information about new addresses (BZ#486) by Christian Franke · 12 years ago
  12. f1ef81b zebra: use SO_RCVBUFFORCE for netlink socket by Ulrich Weber · 12 years ago
  13. 78deec4 zebra: extern/extract some functions from rt_netlink.c by Avneesh Sachdev · 12 years ago
  14. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  15. a4c06de zebra: no need to clear memory of the netlink buffers by Jorge Boncompte [DTI2] · 13 years ago
  16. 3cadc0c zebra: use larger buffer (4096) for netlink messages by JR Rivers · 13 years ago
  17. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  18. 26e2ae3 zebra: read multipath routes and hw addr from netlink by Josh Bailey · 13 years ago
  19. f768f36 zebra: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  20. cddf391 zebra: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  21. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  22. 83d1614 zebra: fix loss of metric for Linux routes by Dmitry Popov · 13 years ago
  23. d13c3b4 [zebra] linux policy routing support with ipv6 by Mathieu Goessens · 15 years ago
  24. 4308abb [zebra] MTU is unsigned by Stephen Hemminger · 16 years ago
  25. 4c69947 [zebra:linux] netlink: no need to change privs for receive by Stephen Hemminger · 16 years ago
  26. 898987e [zebra:linux] netlink: quiet harmless errors by Stephen Hemminger · 16 years ago
  27. 30afea3 [zebra:linux] netlink buffer size tweaking only needed on receive socket by Stephen Hemminger · 16 years ago
  28. 4cde931 [zebra:linux] clean up blocking setting of netlink sockets by Stephen Hemminger · 16 years ago
  29. 3d265b4 [zebra:linux] Filter out unwanted netlink messages by PID by Stephen Hemminger · 16 years ago
  30. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  31. 6072b24 [zebra] mark some rt_netlink functions static by Stephen Hemminger · 16 years ago
  32. 40da221 [zebra:netlink] Set proto/scope on all route update messages by Timo Teräs · 16 years ago
  33. 768a27e [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns by Paul Jakma · 17 years ago
  34. 068fd77 Use the proper field length for the peer's address (netlink_interface_addr) by vize · 17 years ago
  35. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  36. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  37. 27b4725 [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args by Paul Jakma · 18 years ago
  38. d34b899 [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink by paul · 19 years ago
  39. 6621ca8 [zebra] fix some small compile errors, mark several functions static by paul · 19 years ago
  40. 0752ef0 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  41. c05612b 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
  42. be61c4e * zebra_rib.c, rib.h: Add distance and metric arguments to the by hasso · 19 years ago
  43. 1ada819 * rt_netlink.c: Remove unused netlink-addr socket declaration. by hasso · 19 years ago
  44. fa59980 * rt_netlink.c: One tiny missing comma caused pointless debug messages by hasso · 20 years ago
  45. 206d805 * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast by hasso · 20 years ago
  46. d2fc889 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  47. b7ed1ec * rt_netlink.c (netlink_talk_filter): Show always warning message, by hasso · 20 years ago
  48. a608bbf 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  49. c1f01f3 2005-03-12 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  50. e8274dc * rt_netlink.c: Don't show messages "ignoring message type 0x001[89]" by hasso · 20 years ago
  51. 1e19315 2005-02-14 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  52. 4be019d 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  53. c15cb24 2005-01-24 Martin Pot <mpot at martybugs.net> by paul · 20 years ago
  54. b617800 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  55. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  56. 3fb9cd6 OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, by hasso · 20 years ago
  57. fce954f Fix warnings. Didn't even look at files not compiled in Linux though. by hasso · 20 years ago
  58. c9e52be Compiler warnings fixes. by hasso · 20 years ago
  59. c34b6b5 Commit my hack (yes, I still call it hack) - command line switch for zebra by hasso · 20 years ago
  60. 55e7ecd Remove pointless privilege lower call. Thanks to Cougar for noticing. by hasso · 20 years ago
  61. 44145db 2004-05-09 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  62. 34195bf [quagga-dev 1002]. Also fix date of previous commit in Chanelog. by hasso · 21 years ago
  63. 5707cce Fix warning. Approved by Amir. by hasso · 21 years ago
  64. b84d3a1 2003-11-17 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  65. 31a476c 2003-09-29 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  66. 7021c42 2003-07-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  67. 5ec90d2 2003-06-19 Vladimir Ivaschenko <hazard@francoudi.com> by paul · 21 years ago
  68. b21b19c 2003-06-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  69. edd7c24 2003-06-04 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  70. 595db7f Add back support for null0 interface blackhole routes. by paul · 22 years ago
  71. 81dfcaa Route (reject|blackhole) support from 6Wind patch. by hasso · 22 years ago
  72. 5f37d86 From: Israel Keys <ikeys@agile.tv> by paul · 22 years ago
  73. 13766da Sync to latest Zebra CVS by paul · 22 years ago
  74. d753e9e Matthew Grant <grantma@anathoth.gen.nz> by paul · 22 years ago
  75. 8fdcfde Add work around for RFC3021 patch and its problem with certain IPv6 interfaces by paul · 22 years ago
  76. e04ab74 From havanna_moon@gmx.net Fri Jan 17 23:37:49 2003 by paul · 22 years ago
  77. 00df0c1 [zebra 14631] Generic PtP and RFC3021 interface addressing support by paul · 22 years ago
  78. 2e3b2e4 zebra link state detection support by paul · 22 years ago
  79. 718e374 Initial revision by paul · 22 years ago