1. 8ff202e bgpd: write NOTIFY non-blockingly by David Lamparter · 11 years ago
  2. 86998bc bgpd: uncork/nagle socket when sending BGP NOTIFY by Leonid Rosenboim · 12 years ago
  3. 3a69f74 bgpd: uncork after each write by Stephen Hemminger · 12 years ago
  4. d61c1bb bgpd: use recent monotonic time for readtime by Stephen Hemminger · 12 years ago
  5. a689e6a bgpd: fix error response to invalid BGP version number by Leonid Rosenboim · 12 years ago
  6. e2c38e6 bgpd: Fix for commit 6a4677b7, fixes BZ#729 by Jorge Boncompte [DTI2] · 12 years ago
  7. 6a4677b bgpd: optimize holdtime timer cancelling by Jorge Boncompte [DTI2] · 13 years ago
  8. 489d005 bgpd: use on stack struct attr_extra in bgp_update_receive() by Jorge Boncompte [DTI2] · 13 years ago
  9. 14542f3 bgpd: debug buffers cleanup and optimization by Jorge Boncompte [DTI2] · 13 years ago
  10. 3b381c3 bgpd: fix issue in capability negotiation (BZ#700) by Avneesh Sachdev · 13 years ago
  11. 5861739 bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoS by Paul Jakma · 13 years ago
  12. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  13. bb915f5 bgpd: fix regression in ORF procesing (BZ#688) by Denis Ovsienko · 13 years ago
  14. 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
  15. 7ccf5e5 bgpd: spelling by Denis Ovsienko · 13 years ago
  16. 1212dc1 bgpd: add useful notification logs (BZ#616) by heasley · 13 years ago
  17. 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
  18. fdbc8e7 bgpd: trivial format / warning fixes by Paul Jakma · 14 years ago
  19. eac5702 bgpd: enable TCP corking by Stephen Hemminger · 14 years ago
  20. 3539858 bgpd: leave peer socket in non-blocking mode (mostly) by Stephen Hemminger · 14 years ago
  21. b881c70 bgpd: Implement revised error handling for partial optional/trans. attributes by Paul Jakma · 14 years ago
  22. f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
  23. c7aa8ab bgpd: fix handling of "Unsupported Capability" by Dmitrij Tejblum · 14 years ago
  24. d3ddb22 Set from even if binfo->extra is NULL. by Greg Troxel · 14 years ago
  25. d64379e bgpd: tighten bounds checking in RR ORF msg reader by Chris Hall · 15 years ago
  26. 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
  27. 9e4ca89 bgpd: compile warnings cleanup by Stephen Hemminger · 15 years ago
  28. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  29. 01b7ce2 [bgpd] add comment that bgp_capability_receive is exported for unit-tests by Paul Jakma · 15 years ago
  30. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  31. 6e19926 [bgpd] Allow accepted peers to progress even if realpeer is in Connect by Paul Jakma · 16 years ago
  32. 2b2fc56 [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup by Paul Jakma · 16 years ago
  33. 750e814 [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce by Paul Jakma · 16 years ago
  34. 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
  35. 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
  36. 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
  37. 6d58272 [bgpd] cleanup, compact and consolidate capability parsing code by Paul Jakma · 17 years ago
  38. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  39. ed3ebfa [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer. by Paul Jakma · 18 years ago
  40. dcdf399 [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing. by Paul Jakma · 18 years ago
  41. ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
  42. a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
  43. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  44. 2d74db5 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> by jardin · 19 years ago
  45. 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  46. 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  47. e83e208 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  48. 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  49. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  50. 93406d8 * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, by hasso · 20 years ago
  51. c950243 * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighbor by hasso · 20 years ago
  52. f418446 * bgp_nexthop.c: Improve debug. by hasso · 20 years ago
  53. a24a7e1 2005-01-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  54. 6b51474 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  55. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  56. fd79ac9 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  57. c9e52be Compiler warnings fixes. by hasso · 20 years ago
  58. e01f9cb 2004-07-09 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  59. f5ba387 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 20 years ago
  60. 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  61. 4372df7 Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  62. e0701b7 Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
  63. eb82118 2004-05-01 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  64. 6ad23f0 2004-02-17 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  65. 718e374 Initial revision by paul · 22 years ago