1. 53780e3 bgpd: drop unused static variable by David Lamparter · 10 years ago
  2. daefeb8 bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) by David Lamparter · 10 years ago
  3. 1a211cb bgpd: one more fix for tightening of check for missing well-known attributes by Paul Jakma · 10 years ago
  4. aed1b55 bgpd: Fixes for recent well-known-attr check patch. by Paul Jakma · 10 years ago
  5. 055086f bgpd: well-known attr check only run for v4/uni, which could cause a crash. by Paul Jakma · 10 years ago
  6. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  7. f57000c bgpd: don't send NOTIFY twice for malformed attrs by David Lamparter · 10 years ago
  8. bb02b82 bgpd: fix IP endianness in debug message by David Lamparter · 10 years ago
  9. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  10. 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
  11. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  12. d92a2f3 bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values by Jorge Boncompte [DTI2] · 11 years ago
  13. f47e5a1 bgpd: don't try to reconcile AS4_PATH with NULL by David Lamparter · 12 years ago
  14. a0de1d1 bgpd: fix a bug in bgp_attr_dup by Christian Franke · 12 years ago
  15. 8b366b9 bgpd: Fixed out-of-date comment by Andrew Certain · 12 years ago
  16. 9d3f970 bgpd: add replace-as modifier for BGP neighbor by Andrew Certain · 12 years ago
  17. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  18. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  19. b9f1dca bgpd: use on stack struct attr_extra in bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  20. 1a2fd70 bgpd: cleanup bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  21. 938ef3a bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern() by Jorge Boncompte [DTI2] · 13 years ago
  22. 7fb0cd8 bgpd: reduce attrhash_make_key() indirections by Jorge Boncompte [DTI2] · 13 years ago
  23. e16a413 bgpd: remove some useless initializations by Jorge Boncompte [DTI2] · 13 years ago
  24. 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
  25. 8794e8d bgpd: Fix regression in args consolidation, total should be inited from args by Paul Jakma · 13 years ago
  26. fa5831e bgpd: bgp_attr_flags_diagnose shouldn't assert by Paul Jakma · 13 years ago
  27. fa61e16 bgpd: attr_parse call to attr_malformed should deal with PROCEED error case by Paul Jakma · 13 years ago
  28. 683f2b8 bgpd: Fix silly mistake in bgp_attr_flag_invalid by Paul Jakma · 13 years ago
  29. bd471fe bgpd: malformed attribute error that can still proceed should fixup getp by Paul Jakma · 13 years ago
  30. 835315b bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups by Paul Jakma · 13 years ago
  31. 3ecab4c bgpd: consolidate attribute flag checks by Paul Jakma · 13 years ago
  32. f31d692 bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed by Paul Jakma · 13 years ago
  33. 83a9a22 bgpd: Improve flag error messages in bgp_attr_aspath by Paul Jakma · 13 years ago
  34. afcb767 bgpd: rewrite attr flag error logging by Denis Ovsienko · 13 years ago
  35. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  36. ce0af6f bgpd: fix memory leak for extra attributes by Oleg A. Arkhangelsky · 13 years ago
  37. 2675518 bgpd: fix 2 more cases of length error reporting by Denis Ovsienko · 13 years ago
  38. b4cd242 bgpd: check AGGREGATOR attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  39. bbb04bf bgpd: fix more regressions in attr flag checks by Denis Ovsienko · 13 years ago
  40. abc384f bgpd: use bgp_attr_malformed() by Denis Ovsienko · 13 years ago
  41. 565b828 bgpd: add flag checks for MP_(UN)REACH_NLRI by Denis Ovsienko · 13 years ago
  42. f8627ff bgpd: fix spelling of CLUSTER_LIST by Denis Ovsienko · 13 years ago
  43. 0b83044 bgpd: check CLUSTER_LIST attribute flags by Denis Ovsienko · 13 years ago
  44. d595b56 bgpd: check ORIGINATOR_ID attribute flags by Denis Ovsienko · 13 years ago
  45. a5b228b bgpd: fix regression in improved attr flag checks by Denis Ovsienko · 13 years ago
  46. a624cae bgpd: improve attr length error handling (BZ#679) by Denis Ovsienko · 13 years ago
  47. b84b62d bgpd: improve attr flags checks by Denis Ovsienko · 13 years ago
  48. 2d42e68 bgpd: ignore 4 bits of attribute flags byte by Denis Ovsienko · 13 years ago
  49. 214bcaa bgpd: add missing "partial" flag checks (BZ#676) by Denis Ovsienko · 13 years ago
  50. bc3443e bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
  51. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  52. 9eba2ad bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678) by Denis Ovsienko · 13 years ago
  53. 2cfadf0 bgpd: check MULTI_EXIT_DISC attr flags (BZ#677) by Denis Ovsienko · 13 years ago
  54. 0ea968d bgpd: check LOCAL_PREF attribute flags (BZ#674) by Denis Ovsienko · 13 years ago
  55. d68ab10 bgpd: consistent log msg format (BZ#565) by heasley · 13 years ago
  56. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  57. 31d0f1b bgpd: Fix merge error in jhash commit by Paul Jakma · 14 years ago
  58. 98e30f5 bgpd: attribute jhash call should use a standard interface to in6_addr data by Stephen Hemminger · 14 years ago
  59. b881c70 bgpd: Implement revised error handling for partial optional/trans. attributes by Paul Jakma · 14 years ago
  60. c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
  61. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  62. ab00529 bgpd: Rollback some of the changes made for invalid AS_PATH segment fix by Paul Jakma · 14 years ago
  63. 0c46638 bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error by Paul Jakma · 14 years ago
  64. c8e7b89 bgpd: use Jenkins hash for BGP transit, cluster and attr hashes by Stephen Hemminger · 14 years ago
  65. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  66. cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
  67. 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
  68. ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
  69. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  70. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  71. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  72. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  73. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  74. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  75. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  76. 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
  77. 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
  78. a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
  79. 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  80. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  81. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  82. b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
  83. 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
  84. 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
  85. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  86. 03e214c [bgpd] Use defines for default weight by Paul Jakma · 18 years ago
  87. 923de65 [bgpd] Fix warnings: hash callbacks should match hash API declarations by Paul Jakma · 18 years ago
  88. 6e4ab12 [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds by Paul Jakma · 18 years ago
  89. 34c3f81 [bgpd] Remove dead code in ORIGINATOR_ID packet forming code by Paul Jakma · 19 years ago
  90. a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
  91. cbdfbaa [bgpd] rearrange some structs for less padding, stats for table/attrs. by Paul Jakma · 19 years ago
  92. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  93. fe69a50 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  94. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  95. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  96. 3d515fd * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old by hasso · 20 years ago
  97. f418446 * bgp_nexthop.c: Improve debug. by hasso · 20 years ago
  98. c29fdba Add comments with warnings obtained on NetBSD/i386. Both are due to by gdt · 20 years ago
  99. 557865c 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  100. a2b1ecd 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago