1. 4584c23 bgpd: speed up "no-hit" withdraws for routeservers by David Lamparter · 10 years ago
  2. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  3. 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
  4. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  5. aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
  6. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  7. 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  8. c460e57 bgpd: fix some bgp_update_main() attribute leaks by David Lamparter · 10 years ago
  9. 9e7a53c bgpd: implement "next-hop-self all" by Timo Teräs · 11 years ago
  10. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  11. 2c13299 bgpd: don't compare next-hop to router-id by Pradosh Mohapatra · 11 years ago
  12. 000e157 bgpd: Fix condition allowas-in in rsclient code by Milan Kocian · 11 years ago
  13. b366b51 bgpd: display multipath status in "show ip bgp" by Boian Bonev · 11 years ago
  14. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  15. 2fdd455 bgpd: add 'bgp bestpath as-path multipath-relax' by Pradosh Mohapatra · 11 years ago
  16. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  17. d53d8fd bgpd: fix crash in soft-reconfiguration by Christian Franke · 12 years ago
  18. dcab1bb bgpd: conditional default-originate using route-map by Christian Franke · 12 years ago
  19. 07ff4dc bgpd: mark route nodes scheduled into work queue by Stephen Hemminger · 12 years ago
  20. 24e50f2 bgpd: avoid heap fragmentation in bgp_clear_route_table by Jorge Boncompte [DTI2] · 13 years ago
  21. ebbb5fc bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdown by Jorge Boncompte [DTI2] · 13 years ago
  22. 6717404 bgpd: make bgp_table a wrapper around table library by Avneesh Sachdev · 12 years ago
  23. bb782fb bgpd: Partially revert f018db8, fixes BZ#730 by Jorge Boncompte [DTI2] · 12 years ago
  24. f018db8 bgpd: optimize bgp_aggregate_[increment|decrement]() by Jorge Boncompte [DTI2] · 13 years ago
  25. 343aa82 bgpd: optimize bgp_update_main() in the soft_reconfig case by Jorge Boncompte [DTI2] · 13 years ago
  26. 577ac57 bgpd: Remove useless initialization by Jorge Boncompte [DTI2] · 13 years ago
  27. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  28. 6182d65 bgpd: fix struct attr_extra leak in bgp_default_originate() by Jorge Boncompte [DTI2] · 13 years ago
  29. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  30. 8ff5631 bgpd: optimize bgp_info_cmp() by Jorge Boncompte [DTI2] · 13 years ago
  31. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  32. 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
  33. 8692c50 bgpd: fix crash with vpnv4 soft-reconfiguration by Jorge Boncompte [DTI2] · 13 years ago
  34. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  35. ddc943d bgpd, zebra: Fix format for some metric outputs by Jorge Boncompte [DTI2] · 13 years ago
  36. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  37. 73bfe0b bgpd: Addition of ipv6 network command in Multicast address family mode. by G.Balaji · 13 years ago
  38. 5a616c0 bgpd: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  39. 8e80bdf bgpd: touch nexthop handling code by Denis Ovsienko · 13 years ago
  40. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  41. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  42. f04a80a bgpd: store nexthop info for redistributed IPV6 routes by Stephen Hemminger · 13 years ago
  43. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  44. beb1ca0 bgpd: fix SAFI for for MPLS labeled VPN-IPv6 by Denis Ovsienko · 13 years ago
  45. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  46. 0b597ef bgpd: When advertising a multipath route, the attribute set to be by Josh Bailey · 13 years ago
  47. 6918e74 bgpd: For deterministic MED build a multipath set for each peer AS as the by Josh Bailey · 13 years ago
  48. 8196f13 bgpd: Modify the BGP to zebra route announcement to support multipath by Josh Bailey · 13 years ago
  49. de8d5df bgpd: Adds support to mark up the BGP rib table entry with multipath by Josh Bailey · 13 years ago
  50. 96450fa bgpd: Adds equal-paths check to path comparison. Paths that are by Josh Bailey · 13 years ago
  51. 3bde17f bgpd: Fix compile failure if IPv6 build was disabled. by Paul Jakma · 14 years ago
  52. 95cbbd2 bgpd: New show commands for improved view and address family support by Michael Lambert · 14 years ago
  53. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  54. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  55. c099baf bgpd: Fix display of unsigned attributes by Wataru Tanitsu · 14 years ago
  56. 7badc26 bgpd: fix use of free memory by update_rsclient by Stephen Hemminger · 14 years ago
  57. 368473f bgpd: unlock node on aggregate error by Robert Bays · 14 years ago
  58. f6269b4 bgpd: fix errors in aggregate address command by Robert Bays · 14 years ago
  59. 6c88b44 bgpd: fix bgp_node locking issues by Chris Caputo · 14 years ago
  60. d1de1c2 Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvements by Paul Jakma · 14 years ago
  61. 30b0017 bgpd: improve "monotonic" uptime correction by John Kemp · 14 years ago
  62. 838bbde bgpd: Simplify process queue init by Paul Jakma · 15 years ago
  63. 213b6cd bgpd: fix printed value of last-update timestamp by Vladimir L Ivanov · 14 years ago
  64. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  65. 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
  66. 9e4ca89 bgpd: compile warnings cleanup by Stephen Hemminger · 15 years ago
  67. 638b70b [bgp] Fix nexthop reachability check on confederations by Vasilis Tsiligiannis · 15 years ago
  68. a294365 [bgpd] fix typo made by paul in previous commit by Paul Jakma · 15 years ago
  69. e7cc3b3 [bgpd] Small buffer overrun in bgp_clear_node_queue_init by Nick Hilliard · 16 years ago
  70. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  71. 650f76c [bgpd] Log a debug/update warning if filters are configured but don't exist by Paul Jakma · 15 years ago
  72. 2a71e9c [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes' by Tomasz Pala · 15 years ago
  73. 50aef6f Fix "show ip bgp dampened-paths" garbage output. by Chris Caputo · 15 years ago
  74. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
  75. dde7258 [bgpd] Make declarations match by Stephen Hemminger · 16 years ago
  76. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  77. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  78. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  79. a8bf6f5 [bgpd] Fix definition of an rsclient command by Michael Lambert · 16 years ago
  80. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  81. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  82. 750e814 [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce by Paul Jakma · 16 years ago
  83. 841f7a5 + [bgpd] Added new route-map set statement: "as-path ignore" by Denis Ovsienko · 17 years ago
  84. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  85. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  86. b249702 [bgpd] bug #370, default-originate was broken by a silly thinko by Paul Jakma · 17 years ago
  87. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  88. 16d2e24 [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored by Paul Jakma · 18 years ago
  89. f2c31ac [bgpd] Peer delete can race with reconfig leading to crash by Paul Jakma · 18 years ago
  90. 8d45210 [bgpd] Fix bug where a deleted route that was quickly re-added was being lost by Andrew J. Schorr · 18 years ago
  91. 56395af [bgpd] trivial: non C99 u_int.._t should be uint.._t by Paul Jakma · 18 years ago
  92. 6f58544 [bgpd] struct peer must have bgp field valid (redistribute crash) by Paul Jakma · 18 years ago
  93. 53d9f67 [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table by Paul Jakma · 18 years ago
  94. 09dd561 [bgpd] reduce the process queue hold time to something more sensible by Paul Jakma · 18 years ago
  95. 8383a9b [bgpd] RIB statistics address space size shouldnt double count space by Paul Jakma · 18 years ago
  96. ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
  97. 2815e61 [bgpd] Add RIB reporting commands, show bgp ... statistics by Paul Jakma · 18 years ago
  98. 1a392d4 [bgpd] Handle pcount as flags are changed, fixing pcount issues by Paul Jakma · 18 years ago
  99. ff7924f [bgpd] Add 'show ... neighbor .... prefix-counts' command by Paul Jakma · 18 years ago
  100. b2518c1 [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage by Paul Jakma · 19 years ago