1. 93b493a bgpd: fix wrong help strings of "match peer" and "no match peer" commands by Igor Ryzhov · 9 years ago
  2. 49c370b bgpd: fix MRT table dumps for locally-originated routes by Colin Petrie · 9 years ago
  3. 220355d bgpd: fix BGP IPv6 route map error by Andrej Ota · 9 years ago
  4. 985c355 bgpd: Fix code path that leads to uninitialized variables by Donald Sharp · 9 years ago
  5. 68b45cc *: Consolidate all double VIEW_NODE and ENABLE_NODE's by Donald Sharp · 9 years ago
  6. 071cfcd bgpd: Removed unused variable from 'struct attr_extra' by Donald Sharp · 9 years ago
  7. 9514fee bgpd, ripngd, zebra: Remove duplicate PSIZE define by Donald Sharp · 9 years ago
  8. 3c96404 bgpd: Fix 'show bgp ipv4 vpnv4 statistics' cli. by Donald Sharp · 9 years ago
  9. 9145f0e bgpd: Addition of bgp dampening configuration commands under IPv4/multicast by Balaji · 9 years ago
  10. 9c52cae bgpd: Addition of dampening show commands under v4 unicast/multicast tree by Balaji · 9 years ago
  11. a3936d0 bgpd: add aspath_aggregate_mpath that preserves path length by Boian Bonev · 11 years ago
  12. 6184c39 bgpd: implement admin distance by Roman Hoog Antink · 11 years ago
  13. f53585d bgp: add "debug bgp allow-martians" next hops and related code/commands by Lou Berger · 9 years ago
  14. ac6ff46 bgpd: Add flag to not change e{u,g}id on startup and run as unprivileged user by Lou Berger · 9 years ago
  15. 5e57b5f quagga: Remove double read of stream by Donald Sharp · 9 years ago
  16. c0cb90c Revert "bgpd: Lower BGP's default keepalive/holdtime to 3s/9s" by Paul Jakma · 9 years ago
  17. 370b7e5 bgpd: Fix crash reported by NetDEF CI by Lou Berger · 9 years ago
  18. bf83fa2 lib: Check prefix length from zebra is sensible by Paul Jakma · 9 years ago
  19. 405e9e1 bgpd: Remove the double-pass parsing of NLRIs by Paul Jakma · 9 years ago
  20. 518a4b7 bgpd: Regularise bgp_update_receive, add missing notifies and checks by Paul Jakma · 9 years ago
  21. 18ab08b bgpd: Regularise BGP NLRI sanity checks a bit by Paul Jakma · 9 years ago
  22. c49a274 bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs by Paul Jakma · 9 years ago
  23. e98dce6 bgpd: Fix Null pointer dereference in bgp_info_mpath_update by Donald Sharp · 9 years ago
  24. ecc1a13 bgpd: Modify maxpaths cli's to use MULTIPATH_NUM for range by Donald Sharp · 9 years ago
  25. 91ce87a zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0 by Donald Sharp · 9 years ago
  26. d183963 build: Rework how MULTIPATH_NUM is delivered to build by Donald Sharp · 9 years ago
  27. 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
  28. b0d0288 lib, bgpd: Remove 'struct fifo' from lib/zebra.h by Donald Sharp · 9 years ago
  29. 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
  30. f9b6c39 bgpd: Add back old forms of 'show <afi> <safi>' for compatibility by Lou Berger · 9 years ago
  31. bf1ae6c bgpd: drop machineparse / random "show" improvements by Lou Berger · 9 years ago
  32. 651b402 bgpd: encap show commands by Lou Berger · 9 years ago
  33. 35c3686 bgpd: VPNv6 show commands by Lou Berger · 9 years ago
  34. 135ca15 bgpd: cleanup vty bgp_node_afi/safi utils by Lou Berger · 9 years ago
  35. a3fda88 bgpd, lib, vtysh: hook up bgp ENCAP CLI node by Lou Berger · 9 years ago
  36. 6370357 bgp: Reorg cleanup to align process and bgp instance init/destroy by Lou Berger · 9 years ago
  37. 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
  38. c374178 bgpd: encap: add attribute handling by Lou Berger · 9 years ago
  39. 5a81fc9 bgpd: encap: extend extcommunity handling by Lou Berger · 9 years ago
  40. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  41. d5d5e3e bgpd: tests - add null pointer protection to fix bgp test failures by Lou Berger · 9 years ago
  42. 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
  43. 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
  44. 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
  45. a03bd16 bgpd: handle AS4 and EOI route distinguishers by Lou Berger · 9 years ago
  46. a76d9ca bgpd: make _vpnv4 static handling SAFI-agnostic by Lou Berger · 9 years ago
  47. 4d80560 bgpd: kill unused variable in bgp_socket() by Lou Berger · 9 years ago
  48. 3e841d3 bgpd: add nexthop length to AF macro by Lou Berger · 9 years ago
  49. 0490729 lib, bgpd, tests: Refactor FILTER_X in zebra.h by Donald Sharp · 9 years ago
  50. 7748fdc bgpd: Fix graceful restart capability minsize by Lou Berger · 9 years ago
  51. f3cfc46 lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h by Donald Sharp · 9 years ago
  52. 6d4742b bgpd: make bgp_info_cmp and multiple-path decision logic more regular by Paul Jakma · 9 years ago
  53. 91b9e85 bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing by Paul Jakma · 9 years ago
  54. 4078f2e bgpd: Check capability falls on right multiple of size, where possible. by Paul Jakma · 9 years ago
  55. 68ec424 bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode. by Paul Jakma · 9 years ago
  56. a3bc7e9 bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked length by Donald Sharp · 9 years ago
  57. 64e0ac2 bgpd: Implicit updates in BGP may require a withdrawal from zebra RIB by Paul Jakma · 9 years ago
  58. dbe99e0 bgpd: Update dump to allow Extended Time Format by Alexis Fasquel · 9 years ago
  59. 0d7435f bgpd: Add support for timer commands with peer-group syntax by Daniel Walton · 9 years ago
  60. 5a2a1ec bgpd: update rtt on soft clear by Timo Teräs · 9 years ago
  61. 0edba8b bgpd: check rtt later after the real peer is known by Timo Teräs · 9 years ago
  62. bf99b42 bgpd: Fix bgp_btoa to compile by Donald Sharp · 9 years ago
  63. 363c903 bgpd: crash from not NULLing freed pointers by Daniel Walton · 9 years ago
  64. f89b09b bgpd: Lower BGP's default keepalive/holdtime to 3s/9s by Daniel Walton · 9 years ago
  65. 8e64453 bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used by Daniel Walton · 9 years ago
  66. c37b9bc bgpd: Enable "bgp log-neighbor-changes" by default by Daniel Walton · 9 years ago
  67. 57fcfda bgpd: Do not allow a timers connect of 0, this can hammer the CPU by Daniel Walton · 9 years ago
  68. 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
  69. f822ad4 bgpd: Lower the default 'timers connect' in BGP to 10 seconds by Daniel Walton · 9 years ago
  70. 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
  71. 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
  72. 774914f bgpd: fix using of two pointers for struct thread_master * by Donald Sharp · 9 years ago
  73. 26a18eb quagga: Additional centos 6 -enable-werror fixes by Donald Sharp · 9 years ago
  74. 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
  75. 5181a02 *: fix in_addr initialisers by David Lamparter · 9 years ago
  76. 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
  77. 1994dc8 bgpd: If route-map does not exist DENY for redistribute statements by Daniel Walton · 9 years ago
  78. a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
  79. b3eeabe bgpd: Fix 'struct peer' memory leaks by Donald Sharp · 9 years ago
  80. 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
  81. 58a83f2 bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUM by Donald Sharp · 9 years ago
  82. 7996996 bgpd: Fix small memory leak in str2prefix_rd by Donald Sharp · 9 years ago
  83. a752c3b bgpd: Remove unnecessary stream_dup calls by Donald Sharp · 9 years ago
  84. e2a9258 bgpd: Fix memory leak in bgpd/bgp_route.c by Denil Vira · 9 years ago
  85. 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
  86. 7053d81 bgpd: Fix useless call in bgpd/bgp_mplsvpn.c by Denil Vira · 9 years ago
  87. 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
  88. 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 10 years ago
  89. 782fb07 bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. by Paul Jakma · 9 years ago
  90. 7ef4221 bgpd: Fix race in clearing completion by Donald Sharp · 10 years ago
  91. 234e5c8 bgpd: Only use routes from Established peers for best path selection by Dinesh G Dutt · 10 years ago
  92. bd4b7f1 bgpd: Ignore stale entry candidates during bestpath selection. by vivek · 10 years ago
  93. 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
  94. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  95. f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 10 years ago
  96. 84c3840 bgpd: peer_uptime overflows after 1 year by Paul Jakma · 10 years ago
  97. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  98. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  99. 395828e ospf6d, bgpd: avoid calling if_nametoindex by Feng Lu · 10 years ago
  100. c1c69e4 lib: allow caller to provide prefix storage in sockunion2hostprefix by Timo Teräs · 10 years ago