1. 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
  2. 7053d81 bgpd: Fix useless call in bgpd/bgp_mplsvpn.c by Denil Vira · 9 years ago
  3. 3921cc5 bgpd: Addition of "show ip bgp dampening" command tree by Balaji · 10 years ago
  4. 2820a01 bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info by Timo Teräs · 9 years ago
  5. 782fb07 bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper. by Paul Jakma · 9 years ago
  6. 7ef4221 bgpd: Fix race in clearing completion by Donald Sharp · 10 years ago
  7. 234e5c8 bgpd: Only use routes from Established peers for best path selection by Dinesh G Dutt · 10 years ago
  8. bd4b7f1 bgpd: Ignore stale entry candidates during bestpath selection. by vivek · 10 years ago
  9. 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
  10. 52c0bc7 build: Remove the old PIC/PIE patch, let libtool sort it out by Paul Jakma · 9 years ago
  11. f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 9 years ago
  12. 84c3840 bgpd: peer_uptime overflows after 1 year by Paul Jakma · 10 years ago
  13. c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
  14. 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
  15. 395828e ospf6d, bgpd: avoid calling if_nametoindex by Feng Lu · 10 years ago
  16. c1c69e4 lib: allow caller to provide prefix storage in sockunion2hostprefix by Timo Teräs · 10 years ago
  17. ef75770 bgpd: allow using rtt in route-map's set metric by Timo Teräs · 10 years ago
  18. 38f22ab bgpd: refactor route-map objects modifying integer values by Timo Teräs · 10 years ago
  19. c9c06d0 lib: straighten out ORF prefix list support by David Lamparter · 10 years ago
  20. 4584c23 bgpd: speed up "no-hit" withdraws for routeservers by David Lamparter · 10 years ago
  21. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  22. 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
  23. c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
  24. 53780e3 bgpd: drop unused static variable by David Lamparter · 10 years ago
  25. d689d1a bgpd: fix SNMP write support by David Lamparter · 10 years ago
  26. 8c9cd85 bgpd: random() returns long by David Lamparter · 10 years ago
  27. 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
  28. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  29. b1672ce bgpd: fix ecommunity_token initialiser by David Lamparter · 10 years ago
  30. ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
  31. 21401f3 *: fix signedness mix-ups by David Lamparter · 10 years ago
  32. b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
  33. eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
  34. ef008d2 *: use long long to print time_t by David Lamparter · 10 years ago
  35. 06bd420 bgpd: Display of configured dampening parameters by Balaji · 10 years ago
  36. aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
  37. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  38. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  39. cb4fc59 bgpd: fix negative values in output by Milan Kocian · 10 years ago
  40. daefeb8 bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) by David Lamparter · 10 years ago
  41. cffe780 bgpd: stop startup timer on stopping BGP (fixes dd49eb1) by David Lamparter · 10 years ago
  42. 85c854a bgpd: implement route-map set as-path prepend last-as by Timo Teräs · 10 years ago
  43. 1a211cb bgpd: one more fix for tightening of check for missing well-known attributes by Paul Jakma · 10 years ago
  44. ec98d90 bgpd: trivial, remove unneeded extra variable in bgp_capability_restart by Paul Jakma · 10 years ago
  45. dd49eb1 Fix BGP's use of restart bit. by Vipin Kumar · 10 years ago
  46. 4430103 bgpd: remove unused variables by Paul Jakma · 10 years ago
  47. ad5233a Add set ipv6 next-hop peer-address command. by Dinesh G Dutt · 10 years ago
  48. aed1b55 bgpd: Fixes for recent well-known-attr check patch. by Paul Jakma · 10 years ago
  49. 055086f bgpd: well-known attr check only run for v4/uni, which could cause a crash. by Paul Jakma · 10 years ago
  50. b2dd59e bgpd.c: Remove unused store to variable by Paul Jakma · 10 years ago
  51. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  52. 1520e47 *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  53. 4c005e3 bgpd: memmove needed in community_del_val by John Glotzer · 10 years ago
  54. 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  55. f57000c bgpd: don't send NOTIFY twice for malformed attrs by David Lamparter · 10 years ago
  56. bb02b82 bgpd: fix IP endianness in debug message by David Lamparter · 10 years ago
  57. f80f838 bgpd: fix memory leak on malformed attribute by David Lamparter · 10 years ago
  58. 27bf90a bgpd: fix double free after extcommunity set (BZ#799) by David Lamparter · 10 years ago
  59. 73d78ea bgpd: remove duplicate route-map extcommunity code by David Lamparter · 10 years ago
  60. c460e57 bgpd: fix some bgp_update_main() attribute leaks by David Lamparter · 10 years ago
  61. b304dcb bgpd: route-map: share aspath object compilation code where possible by Timo Teräs · 11 years ago
  62. 9e7a53c bgpd: implement "next-hop-self all" by Timo Teräs · 11 years ago
  63. 2aa640b bgpd: fix route-map comments by Timo Teräs · 11 years ago
  64. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  65. d9d4ae5 bgpd: fix crash when allowas-in is done on inactive peer by Stephen Hemminger · 15 years ago
  66. 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
  67. 2c13299 bgpd: don't compare next-hop to router-id by Pradosh Mohapatra · 11 years ago
  68. 000e157 bgpd: Fix condition allowas-in in rsclient code by Milan Kocian · 11 years ago
  69. 5d804b4 bgpd: support TTL-security with iBGP by Pradosh Mohapatra · 11 years ago
  70. 5f9adb5 bgpd: factor out eBGP multihop check by David Lamparter · 11 years ago
  71. ef0b0c3 bgpd: factor out TTL setting by David Lamparter · 11 years ago
  72. 8da8689 bgpd: fix fast external fallover behavior by Pradosh Mohapatra · 11 years ago
  73. 3374bef bgpd: increase TCP socket buffer size by Vipin Kumar · 11 years ago
  74. 48fc05f bgpd: fix O_NONBLOCK on outgoing connects by Vipin Kumar · 11 years ago
  75. 6aa136f bgpd: send notify in OpenSent when stopping manually by Vitaliy Senchyshyn · 11 years ago
  76. b366b51 bgpd: display multipath status in "show ip bgp" by Boian Bonev · 11 years ago
  77. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  78. 2fdd455 bgpd: add 'bgp bestpath as-path multipath-relax' by Pradosh Mohapatra · 11 years ago
  79. d92a2f3 bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values by Jorge Boncompte [DTI2] · 11 years ago
  80. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  81. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  82. 6ee06fa bgpd: bgpd-set-v4-nexthop-for-v6-peering.patch by Pradosh Mohapatra · 11 years ago
  83. a12afd5 bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check by Christian Franke · 12 years ago
  84. bb97e46 bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api by Christian Franke · 12 years ago
  85. a0f6ce5 bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan by Christian Franke · 12 years ago
  86. 8ff202e bgpd: write NOTIFY non-blockingly by David Lamparter · 11 years ago
  87. 9e47abd bgpd: prevent double address delete on shutdown by Rakesh Garimella · 12 years ago
  88. 397b5bd bgpd: stricter packet handling in OpenSent by Leonid Rosenboim · 11 years ago
  89. 90645f5 hash: force size to be a power of 2 by Stephen Hemminger · 12 years ago
  90. 0e4303d bgpd: fix lost passwords of grouped neighbors by Roman Hoog Antink · 12 years ago
  91. d53d8fd bgpd: fix crash in soft-reconfiguration by Christian Franke · 12 years ago
  92. 5e728e9 bgpd: relax ORF capability length handling by David Lamparter · 12 years ago
  93. f47e5a1 bgpd: don't try to reconcile AS4_PATH with NULL by David Lamparter · 12 years ago
  94. dcab1bb bgpd: conditional default-originate using route-map by Christian Franke · 12 years ago
  95. 86998bc bgpd: uncork/nagle socket when sending BGP NOTIFY by Leonid Rosenboim · 12 years ago
  96. a6694fe Revert "bgpd: flock() dump files (BZ#742)" by David Lamparter · 12 years ago
  97. 3a69f74 bgpd: uncork after each write by Stephen Hemminger · 12 years ago
  98. d61c1bb bgpd: use recent monotonic time for readtime by Stephen Hemminger · 12 years ago
  99. 07ff4dc bgpd: mark route nodes scheduled into work queue by Stephen Hemminger · 12 years ago
  100. 1e0ce7c bgpd: improve logging of invalid BGP Notifications by Leonid Rosenboim · 12 years ago