1. 0c175f8 ospfd: 'ip ospf network' interface should down iface before changing type by Paul Jakma · 9 years ago
  2. 574e500 bgpd: Add route count from neighbours & established sessions to bgp summary by Paul Jakma · 9 years ago
  3. 670f3db bgpd: fix invalid memory access in peer_free() by Renato Westphal · 8 years ago
  4. 4d48bb3 bgpd: fix "show ip bgp" column alignment by Daniel Walton · 8 years ago
  5. 2c0adbf vtysh, zebra: Fix link-params to use exit-link-params by Donald Sharp · 8 years ago
  6. f2f44ea zebra: fix link-params CLI handling by David Lamparter · 8 years ago
  7. a53d4e5 build: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c99 mode by Martin Winter · 8 years ago
  8. c2c63cb ospfd: Fix arm compile issue by Donald Sharp · 8 years ago
  9. 5bb328e ripngd: add support for route tags by Christian Franke · 8 years ago
  10. 2bbacea ripd: add support for route tags by Christian Franke · 8 years ago
  11. 7ae2b60 ospf6d: add support for route tags by Christian Franke · 8 years ago
  12. ddc160c *: Port Christians tweaks for 32-bit route tags by Christian Franke · 8 years ago
  13. 5958b8f ospfd: Update route in zebra when tag changes by Christian Franke · 8 years ago
  14. dafa05e nhrpd: implement next hop resolution protocol by Timo Teräs · 8 years ago
  15. 56ae5c4 zserv: get rid of code duplication in nexthop_lookup[_mrib] functions by Jafar Al-Gharaibeh · 8 years ago
  16. 54f1476 zebra: Change bitwise operations to purpose-built macros by Quentin Young · 8 years ago
  17. be987c2 lib: Clean command.c by Quentin Young · 8 years ago
  18. 99f5672 vtysh: fix a memory leak in vtysh_client_execute by Christian Franke · 8 years ago
  19. 5d9fae2 vtysh: handle case if there is no match in "write terminal $daemon" by Christian Franke · 8 years ago
  20. 93ad10e ripd: print md5 auth digest correctly by Christian Franke · 8 years ago
  21. d1da1e9 pimd: don't leak original_s_route on error by Christian Franke · 8 years ago
  22. 5bd78b9 ospfd: fix double assignment in ospf_vl_set_timers by Christian Franke · 8 years ago
  23. c8e8097 bgpd: fix memory leaks in show commands by Christian Franke · 8 years ago
  24. 32e41f7 bgpd: don't leak memory in community_regexp_include by Christian Franke · 8 years ago
  25. 708ea62 bgpd: check return value of zebra_interface_state_read by Christian Franke · 8 years ago
  26. 5cb81ce bgpd: setting nexthop doesn't need inet_pton by Christian Franke · 8 years ago
  27. cfb4826 lib: AgentX: use threads instead of eventloop hack by David Lamparter · 8 years ago
  28. 47fb0a8 lib: add thread_add_timer_tv (struct timeval) by David Lamparter · 8 years ago
  29. 449b29e lib: linklist: add listnode_add_before() by David Lamparter · 8 years ago
  30. c96e78d pimd: Fix of using uninitialized Memory by Donald Sharp · 8 years ago
  31. 6ff2acd vtysh: send "no interface" command to all daemons that support it by Igor Ryzhov · 8 years ago
  32. c0a613f bgpd: fix potential crash in community_list_dup_check by Christian Franke · 8 years ago
  33. 51b45a5 zebra: make fpm netlink_route_info_fill more robust by Christian Franke · 8 years ago
  34. 8db3863 ospf6d: remove unused broken function by Christian Franke · 8 years ago
  35. 5a7a23b isisd: exit if daemonizing fails by Christian Franke · 8 years ago
  36. 68cfaab zebra: fix a crash in static_add_ipv6 caused by a NULL dereference by Christian Franke · 8 years ago
  37. 456cb63 pimd: Add ability to safely ignore route-maps by Donald Sharp · 8 years ago
  38. 18343ee pimd: Add support for displaying ip mroute by Donald Sharp · 8 years ago
  39. f8aef5f pimd: Remove igmp_add_group_by_addr unneeded parameter by Donald Sharp · 8 years ago
  40. 3e6a3a6 pimd: Remove source_new unneeded parameter by Donald Sharp · 8 years ago
  41. d395fd1 pimd: Remove dead code. by Donald Sharp · 8 years ago
  42. dc633bd lib/stream: Add stream_discard, to discard read data from a stream by Paul Jakma · 8 years ago
  43. 95509a6 Extend BGP_SEND_ASPATH_CHECK to cover confederations by Thorvald Natvig · 8 years ago
  44. 9ed99f0 lib/memory: fix indirect static link with zlib by Baruch Siach · 8 years ago
  45. 64f8c7d configure: fix static linking with readline by Thomas Petazzoni · 8 years ago
  46. a8f9790 config: Give the option of disabling run as user/group by Jafar Al-Gharaibeh · 8 years ago
  47. e3443a2 bgpd: simplify ebgp-multihop and ttl-security handling by Timo Teräs · 8 years ago
  48. c9cc52a bgpd: honor disable-connected-check option with next hop tracking by Timo Teräs · 8 years ago
  49. b41bb62 zebra: fix nht validity checking to be same as when it's resolved by Timo Teräs · 8 years ago
  50. 631fcd2 zebra: use FIB state for nexthop tracking by Timo Teräs · 8 years ago
  51. 3b0e300 configure: Bump version to 1.1.1 by Paul Jakma · 8 years ago
  52. f0705d5 HACKING: Update useful URLs by Paul Jakma · 8 years ago
  53. a66b462 HACKING: Add 'Objectives', 'Governance', and an initial 'Code of Conduct' by Paul Jakma · 8 years ago
  54. e992eb9 HACKING: set a4paper by default by Paul Jakma · 8 years ago
  55. 126b0e7 vty: Add ctrl-v <literal> to allow, e.g., '?' to be input for regex by Paul Jakma · 8 years ago
  56. f5a4488 vtysh: Fix, guard against NULL pointer dereference by Jafar Al-Gharaibeh · 8 years ago
  57. 71e0ba7 vtysh: make warnings about node installs a non-default compile-time option by Nick Hilliard · 8 years ago
  58. a64c66b zebra: fix build on OpenBSD >= 5.9 by Renato Westphal · 8 years ago
  59. 99e00a1 lib: Bump library version-info by Paul Jakma · 8 years ago
  60. 7d66284 lib: ensure vty buf is nul terminated and wrap puts to it with checks by Paul Jakma · 8 years ago
  61. b7ceefe lib: limit size of vty buffer to 4096 bytes by Quentin Young · 8 years ago
  62. 5477ee7 Revert "opsf6d: Update router-LSA when nbr's interface-ID changes" by Paul Jakma · 8 years ago
  63. 258f3da release: Bump version to 1.1.0 by Paul Jakma · 8 years ago
  64. de58bdb build: remove werror from buildtest.sh for now by Paul Jakma · 8 years ago
  65. cfb1fae zebra: stack overrun in IPv6 RA receive code (CVE-2016-1245) by David Lamparter · 8 years ago
  66. ef9bc88 isisd: Fix size of malloc by Christian Franke · 8 years ago
  67. 985823f isisd: fix an error that was probably a result of copypasting by Christian Franke · 8 years ago
  68. 8548973 ospf6d: fix off-by-one on display of spf reasons by Christian Franke · 8 years ago
  69. 7fca43f ospf6d: don't access nexthops out of bounds by Christian Franke · 8 years ago
  70. 0d8b32a bgpd: fix off-by-one in attribute flags handling by Christian Franke · 8 years ago
  71. bb04351 bgp: restore missing check from original ignore NHT change by Lou Berger · 8 years ago
  72. e33545c bgp: fix warning in bgp_nht.c by Lou Berger · 8 years ago
  73. 68bfb61 bgp: ignore NHT when bgpd has never connected zebra by Lou Berger · 8 years ago
  74. 743dd42 bgpd: Fix NHT race with Connect leading to test tool issues by Paul Jakma · 8 years ago
  75. af177b2 isisd: warn if there is an MTU issue on circuits by Christian Franke · 8 years ago
  76. 4c7d717 isisd: fold up isis_circuit_is_type_set() by David Lamparter · 8 years ago
  77. 1187e25 isisd: fix is_type_set by David Lamparter · 8 years ago
  78. a798abb isisd: fix network-type configuration by Christian Franke · 8 years ago
  79. 5a1a087 isisd: fix isis_circuit_af_set() on fresh circuit by David Lamparter · 8 years ago
  80. 515812d isisd: fix isis_circuit_create() by David Lamparter · 8 years ago
  81. f263413 isisd: drop unused per-type metric values by David Lamparter · 8 years ago
  82. 68845c1 isisd: API: area (L1), domain (L2) passwords by Christian Franke · 8 years ago
  83. 4570ca4 isisd: API: timers (LSP, SPF) by Christian Franke · 8 years ago
  84. 304c7da isisd: API: LSP-MTU & area level by Christian Franke · 8 years ago
  85. b5d2f5f isisd: API: timers (IIH, CSNP, PSNP) by David Lamparter · 8 years ago
  86. f5fbfb2 isisd: API: circuit password by Christian Franke · 8 years ago
  87. ccd485d isisd: API: basic area config by Christian Franke · 8 years ago
  88. 3732cba isisd: API: basic circuit config by David Lamparter · 8 years ago
  89. f5603cc isisd: cleanup isis_circuit_lookup, errant from TE changes? by Paul Jakma · 8 years ago
  90. b4e0119 bgpd: Fix buffer overflow error in bgp_dump_routes_func by Evgeny Uskov · 9 years ago
  91. 810ab34 bgp: bgp_nexthop init/free AFI_ETHER related NH tables by Lou Berger · 8 years ago
  92. 19e6c19 bgpd: bgp_nexthop_cache not deleted with peers by Paul Jakma · 8 years ago
  93. c365b53 bgpd: Remove unused and leaking code by Lou Berger · 8 years ago
  94. 4b502fd tests: Fix testbgpmpattr and make check, broken by BGP NHT. by Paul Jakma · 8 years ago
  95. 789dfc9 bgpd: Fix crash in 'show ip bgp nexthop' by Paul Jakma · 8 years ago
  96. d9ab53a bgpd, zebra: Use next hop tracking for connected routes too by Dinesh Dutt · 10 years ago
  97. 5bcd754 bgpd: crash if attributes alone consume > 4096 bytes by Daniel Walton · 10 years ago
  98. 6c6c1bf bgpd: Improve peer scaling by Daniel Walton · 9 years ago
  99. e25a974 bgpd: don't count a route with an unreachable nexthop in PfxRcd by Daniel Walton · 9 years ago
  100. cb9ed1d ospf6d: Fix double increment of Sequence Number by Donald Sharp · 9 years ago