1. c696987 bgpd: Correct a few fuzz failures in BGP by Daniel Walton · 10 years ago
  2. f2eb9ca bgpd: atomic-aggregate is lost when we aggregate another aggregate that has atomic-aggregate by Daniel Walton · 10 years ago
  3. 605aa33 bgpd, vtysh: Add support for route tags by Piotr Chytła · 9 years ago
  4. 76a7280 bgpd: Fix aggregation issues found via ANVL by Daniel Walton · 10 years ago
  5. 985c355 bgpd: Fix code path that leads to uninitialized variables by Donald Sharp · 9 years ago
  6. f53585d bgp: add "debug bgp allow-martians" next hops and related code/commands by Lou Berger · 9 years ago
  7. 370b7e5 bgpd: Fix crash reported by NetDEF CI by Lou Berger · 9 years ago
  8. 405e9e1 bgpd: Remove the double-pass parsing of NLRIs by Paul Jakma · 9 years ago
  9. 18ab08b bgpd: Regularise BGP NLRI sanity checks a bit by Paul Jakma · 9 years ago
  10. 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
  11. 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
  12. c374178 bgpd: encap: add attribute handling by Lou Berger · 9 years ago
  13. 050defe bgpd: general MP/SAFI improvements by Lou Berger · 9 years ago
  14. 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
  15. 0490729 lib, bgpd, tests: Refactor FILTER_X in zebra.h by Donald Sharp · 9 years ago
  16. 283596f Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted by Paul Jakma · 9 years ago
  17. 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
  18. 5181a02 *: fix in_addr initialisers by David Lamparter · 9 years ago
  19. 53780e3 bgpd: drop unused static variable by David Lamparter · 10 years ago
  20. daefeb8 bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) by David Lamparter · 10 years ago
  21. 1a211cb bgpd: one more fix for tightening of check for missing well-known attributes by Paul Jakma · 10 years ago
  22. aed1b55 bgpd: Fixes for recent well-known-attr check patch. by Paul Jakma · 10 years ago
  23. 055086f bgpd: well-known attr check only run for v4/uni, which could cause a crash. by Paul Jakma · 10 years ago
  24. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  25. f57000c bgpd: don't send NOTIFY twice for malformed attrs by David Lamparter · 10 years ago
  26. bb02b82 bgpd: fix IP endianness in debug message by David Lamparter · 10 years ago
  27. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  28. 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
  29. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  30. d92a2f3 bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values by Jorge Boncompte [DTI2] · 11 years ago
  31. f47e5a1 bgpd: don't try to reconcile AS4_PATH with NULL by David Lamparter · 12 years ago
  32. a0de1d1 bgpd: fix a bug in bgp_attr_dup by Christian Franke · 12 years ago
  33. 8b366b9 bgpd: Fixed out-of-date comment by Andrew Certain · 12 years ago
  34. 9d3f970 bgpd: add replace-as modifier for BGP neighbor by Andrew Certain · 12 years ago
  35. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  36. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  37. b9f1dca bgpd: use on stack struct attr_extra in bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  38. 1a2fd70 bgpd: cleanup bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  39. 938ef3a bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern() by Jorge Boncompte [DTI2] · 13 years ago
  40. 7fb0cd8 bgpd: reduce attrhash_make_key() indirections by Jorge Boncompte [DTI2] · 13 years ago
  41. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  42. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  43. 8794e8d bgpd: Fix regression in args consolidation, total should be inited from args by Paul Jakma · 13 years ago
  44. fa5831e bgpd: bgp_attr_flags_diagnose shouldn't assert by Paul Jakma · 13 years ago
  45. fa61e16 bgpd: attr_parse call to attr_malformed should deal with PROCEED error case by Paul Jakma · 13 years ago
  46. 683f2b8 bgpd: Fix silly mistake in bgp_attr_flag_invalid by Paul Jakma · 13 years ago
  47. bd471fe bgpd: malformed attribute error that can still proceed should fixup getp by Paul Jakma · 13 years ago
  48. 835315b bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups by Paul Jakma · 13 years ago
  49. 3ecab4c bgpd: consolidate attribute flag checks by Paul Jakma · 13 years ago
  50. f31d692 bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed by Paul Jakma · 13 years ago
  51. 83a9a22 bgpd: Improve flag error messages in bgp_attr_aspath by Paul Jakma · 13 years ago
  52. afcb767 bgpd: rewrite attr flag error logging by Denis Ovsienko · 13 years ago
  53. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  54. ce0af6f bgpd: fix memory leak for extra attributes by Oleg A. Arkhangelsky · 13 years ago
  55. 2675518 bgpd: fix 2 more cases of length error reporting by Denis Ovsienko · 13 years ago
  56. b4cd242 bgpd: check AGGREGATOR attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  57. bbb04bf bgpd: fix more regressions in attr flag checks by Denis Ovsienko · 13 years ago
  58. abc384f bgpd: use bgp_attr_malformed() by Denis Ovsienko · 13 years ago
  59. 565b828 bgpd: add flag checks for MP_(UN)REACH_NLRI by Denis Ovsienko · 13 years ago
  60. f8627ff bgpd: fix spelling of CLUSTER_LIST by Denis Ovsienko · 13 years ago
  61. 0b83044 bgpd: check CLUSTER_LIST attribute flags by Denis Ovsienko · 13 years ago
  62. d595b56 bgpd: check ORIGINATOR_ID attribute flags by Denis Ovsienko · 13 years ago
  63. a5b228b bgpd: fix regression in improved attr flag checks by Denis Ovsienko · 13 years ago
  64. a624cae bgpd: improve attr length error handling (BZ#679) by Denis Ovsienko · 13 years ago
  65. b84b62d bgpd: improve attr flags checks by Denis Ovsienko · 13 years ago
  66. 2d42e68 bgpd: ignore 4 bits of attribute flags byte by Denis Ovsienko · 13 years ago
  67. 214bcaa bgpd: add missing "partial" flag checks (BZ#676) by Denis Ovsienko · 13 years ago
  68. bc3443e bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
  69. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  70. 9eba2ad bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  71. 2cfadf0 bgpd: check MULTI_EXIT_DISC attr flags (BZ#677) by Denis Ovsienko · 13 years ago
  72. 0ea968d bgpd: check LOCAL_PREF attribute flags (BZ#674) by Denis Ovsienko · 13 years ago
  73. d68ab10 bgpd: consistent log msg format (BZ#565) by heasley · 13 years ago
  74. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  75. 31d0f1b bgpd: Fix merge error in jhash commit by Paul Jakma · 14 years ago
  76. 98e30f5 bgpd: attribute jhash call should use a standard interface to in6_addr data by Stephen Hemminger · 14 years ago
  77. b881c70 bgpd: Implement revised error handling for partial optional/trans. attributes by Paul Jakma · 14 years ago
  78. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  79. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  80. ab00529 bgpd: Rollback some of the changes made for invalid AS_PATH segment fix by Paul Jakma · 14 years ago
  81. 0c46638 bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error by Paul Jakma · 14 years ago
  82. c8e7b89 bgpd: use Jenkins hash for BGP transit, cluster and attr hashes by Stephen Hemminger · 14 years ago
  83. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  84. cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
  85. 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
  86. ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
  87. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  88. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  89. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  90. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  91. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  92. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  93. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  94. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  95. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  96. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  97. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  98. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  99. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  100. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago