1. 949b719 zebra: Combine static_uninstall_ipv[4|6] into one function by Donald Sharp · 9 years ago
  2. a979ab7 zebra: combine static_ipv[4|6]_nexthop_same into one function by Donald Sharp · 9 years ago
  3. 9bcdd1a zebra: Combine static_install_ipv[4|6] by Donald Sharp · 9 years ago
  4. 0d955af zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c by Donald Sharp · 9 years ago
  5. d4c27d6 zebra: Collapse struct static_ipv[4|6] into struct static_route by Donald Sharp · 9 years ago
  6. b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
  7. 7eb6136 zebra: make ZEBRA_FLAG_CHANGED internal status by Timo Teräs · 9 years ago
  8. 929a26a lib: Memory reporting fails over 2GB by Donald Sharp · 9 years ago
  9. 0d7435f bgpd: Add support for timer commands with peer-group syntax by Daniel Walton · 9 years ago
  10. 5a2a1ec bgpd: update rtt on soft clear by Timo Teräs · 9 years ago
  11. 0edba8b bgpd: check rtt later after the real peer is known by Timo Teräs · 9 years ago
  12. 983525e zebra: fix rtadv detection by Timo Teräs · 9 years ago
  13. 6d853c4 pimd: Limit pim hello log messages by Donald Sharp · 9 years ago
  14. bf99b42 bgpd: Fix bgp_btoa to compile by Donald Sharp · 9 years ago
  15. c8af680 lib: Add zlog_hexdump() for debugging by Daniel Walton · 9 years ago
  16. 363c903 bgpd: crash from not NULLing freed pointers by Daniel Walton · 9 years ago
  17. 92e62e0 ospfd: Lower the default OSPF spf timers to '0 50 5000' by Daniel Walton · 9 years ago
  18. f89b09b bgpd: Lower BGP's default keepalive/holdtime to 3s/9s by Daniel Walton · 9 years ago
  19. 8e64453 bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used by Daniel Walton · 9 years ago
  20. c37b9bc bgpd: Enable "bgp log-neighbor-changes" by default by Daniel Walton · 9 years ago
  21. 57fcfda bgpd: Do not allow a timers connect of 0, this can hammer the CPU by Daniel Walton · 9 years ago
  22. 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
  23. f822ad4 bgpd: Lower the default 'timers connect' in BGP to 10 seconds by Daniel Walton · 9 years ago
  24. e56aab9 doc: Add 'OSPF Fundamentals' section to OSPF docs by Paul Jakma · 9 years ago
  25. ffe7944 pimd: Fix size_t zlog_err format string warning by Paul Jakma · 9 years ago
  26. 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
  27. be62b17 isisd: Fix LSPs not being regenerated after adjacency change by Michael Zingg · 12 years ago
  28. 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
  29. 5c1791f ospfd: PointToPoint neighbors are identified by router ID by Joakim Tjernlund · 11 years ago
  30. 13862bf Revert "Fix to take care of ordering between interface and router ospf command." by Paul Jakma · 9 years ago
  31. 8a667cf ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enable by Paul Jakma · 15 years ago
  32. 738bce7 ospfd: Impl. per interface 'ip ospf area' command by Joakim Tjernlund · 15 years ago
  33. 7bd7f55 ospfd: split up network interface enable a bit, for per-interface area cmd by Joakim Tjernlund · 15 years ago
  34. 774914f bgpd: fix using of two pointers for struct thread_master * by Donald Sharp · 9 years ago
  35. eeef0db lib: Fix duplicate variable name in smux.c and vty.c by Donald Sharp · 9 years ago
  36. ee16261 isisd: Drop packet received on multiple interfaces due to the time gap in binding socket to an interface by Amritha Nambiar · 9 years ago
  37. a6a1176 pimd: Cleanup interface startup by Donald Sharp · 9 years ago
  38. 4edf1c6 pimd: Notice when we receive a packet type we can't handle yet by Donald Sharp · 9 years ago
  39. dea43de pimd: Add knowledge of different packet types by Donald Sharp · 9 years ago
  40. f3734dd pimd: Cleanup zebra debugs to be protected by debug commands by Donald Sharp · 9 years ago
  41. 0cee038 pimd: Do not display some default values as part of a show run by Donald Sharp · 9 years ago
  42. 6169559 tests: Fix warnings from test-stream.c by Donald Sharp · 9 years ago
  43. 26a18eb quagga: Additional centos 6 -enable-werror fixes by Donald Sharp · 9 years ago
  44. d8aa4be vtysh: Fix Quagga.conf file read in. by Donald Sharp · 9 years ago
  45. 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
  46. fd1c1a1 git: add (generated) cscope files to .gitignore by Donald Sharp · 9 years ago
  47. 9fb73e8 vtysh: Allow display of individual daemons configs by Donald Sharp · 9 years ago
  48. fc1c114 pimd: Fix warning by Martin Winter · 9 years ago
  49. 7904509 zebra/if_ioctl_solaris: Make foo static by David Lamparter · 9 years ago
  50. 8fa1d02 zebra/rt_socket: Fix warnings by David Lamparter · 9 years ago
  51. ebd2687 zebra/rtread_getmsg: fix sign warnings by David Lamparter · 9 years ago
  52. f90ce64 isisd/isis_dlpi: Fix warning by David Lamparter · 9 years ago
  53. da1b7ea solaris: more warnings fixed by David Lamparter · 9 years ago
  54. a2b5031 solaris: no ROUNDUP by David Lamparter · 9 years ago
  55. fe56125 zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6 by Martin Winter · 9 years ago
  56. ba6cd58 isisd/solaris: fix size_t confusions by David Lamparter · 9 years ago
  57. 5181a02 *: fix in_addr initialisers by David Lamparter · 9 years ago
  58. 6d93622 zebra/solaris: fix uninitialised vars by David Lamparter · 9 years ago
  59. 285ed0c build/solaris: create ioctl_solaris.h by David Lamparter · 9 years ago
  60. 12bbd62 lib: add getgrouplist() for Solaris by David Lamparter · 9 years ago
  61. d8d5c60 build: make libraries self-reliant by David Lamparter · 9 years ago
  62. cbc3f52 pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFO by David Lamparter · 9 years ago
  63. a406506 ospf6d: fix uninitialized warning in SNMP by David Lamparter · 9 years ago
  64. ce93c34 ospfd: fix unused warning in ospf_write by David Lamparter · 9 years ago
  65. 089e5eb build/solaris: drop duplicate __EXTENSION__ define by David Lamparter · 9 years ago
  66. 821df2c *: make sure zebra.h is always included first by David Lamparter · 9 years ago
  67. 67c3d75 HACKING: Change format to MarkDown by Paul Jakma · 9 years ago
  68. 3e71e36 HACKING: rename to HACKING.md in prep for conversion to MarkDown by Paul Jakma · 9 years ago
  69. ca8ec20 ospf6d: Fix for fast OSPF convergence by Michael Rossberg · 9 years ago
  70. d3ac733 bgpd: 'set comm-list delete' stops as soon as it hits a community-list entry with a deny by Daniel Walton · 9 years ago
  71. 1994dc8 bgpd: If route-map does not exist DENY for redistribute statements by Daniel Walton · 9 years ago
  72. c8394ac Fixed if_add_update possible null dereference by Morgan Stewart · 9 years ago
  73. 75daab1 pimd: Fix compile warning (error with Werror) on BSD by Paul Jakma · 9 years ago
  74. e472b8a pimd: Remove stdout zlog changes by Donald Sharp · 9 years ago
  75. 44d03fd pimd: Fix leaked fd by Donald Sharp · 9 years ago
  76. 26b663d zebra: Fix leaked sockets in rtadv.c by Morgan Stewart · 9 years ago
  77. 782c882 zebra: rib->nexthop_num is double incremented by Donald Sharp · 9 years ago
  78. 8ccd74c zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP by Hiroshi Yokoi · 9 years ago
  79. 8965be4 vtysh: allow --with-libpam to build with --enable-werror by Donald Sharp · 9 years ago
  80. 567a638 vtysh: Add missing show thread/work-queues commands by Donald Sharp · 9 years ago
  81. 04a3aab vrf: add a runtime check before playing with netns by Nicolas Dichtel · 9 years ago
  82. 0bc874b build/arm: Arm compilation warning fix by Donald Sharp · 9 years ago
  83. fbc3e97 lib: Remove unused 'show memory XXX' functionality by Donald Sharp · 9 years ago
  84. 4fdb5f4 lib: Fix Free Pointer dereference in lib/filter.c by Denil Vira · 9 years ago
  85. a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
  86. f733280 lib/command: Fix optional arguments with description interactions by Donald Sharp · 9 years ago
  87. e675678 build: Enable vtysh and pimd as part of default build by Donald Sharp · 9 years ago
  88. b3eeabe bgpd: Fix 'struct peer' memory leaks by Donald Sharp · 9 years ago
  89. 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
  90. 58a83f2 bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUM by Donald Sharp · 9 years ago
  91. 7996996 bgpd: Fix small memory leak in str2prefix_rd by Donald Sharp · 9 years ago
  92. a752c3b bgpd: Remove unnecessary stream_dup calls by Donald Sharp · 9 years ago
  93. e2a9258 bgpd: Fix memory leak in bgpd/bgp_route.c by Denil Vira · 9 years ago
  94. 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
  95. 7053d81 bgpd: Fix useless call in bgpd/bgp_mplsvpn.c by Denil Vira · 9 years ago
  96. 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
  97. 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 9 years ago
  98. 782fb07 bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. by Paul Jakma · 9 years ago
  99. 13c2a3d lib/workqueue: Add trivial work_queue_is_scheduled helper by Paul Jakma · 9 years ago
  100. e8441a8 build/lib: Check for and include stdbool.h by default by Paul Jakma · 9 years ago