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