1. 06bd420 bgpd: Display of configured dampening parameters by Balaji · 10 years ago
  2. aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
  3. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  4. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  5. cb4fc59 bgpd: fix negative values in output by Milan Kocian · 10 years ago
  6. daefeb8 bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) by David Lamparter · 10 years ago
  7. cffe780 bgpd: stop startup timer on stopping BGP (fixes dd49eb1) by David Lamparter · 10 years ago
  8. 85c854a bgpd: implement route-map set as-path prepend last-as by Timo Teräs · 10 years ago
  9. 1a211cb bgpd: one more fix for tightening of check for missing well-known attributes by Paul Jakma · 10 years ago
  10. ec98d90 bgpd: trivial, remove unneeded extra variable in bgp_capability_restart by Paul Jakma · 10 years ago
  11. dd49eb1 Fix BGP's use of restart bit. by Vipin Kumar · 10 years ago
  12. 4430103 bgpd: remove unused variables by Paul Jakma · 10 years ago
  13. ad5233a Add set ipv6 next-hop peer-address command. by Dinesh G Dutt · 10 years ago
  14. aed1b55 bgpd: Fixes for recent well-known-attr check patch. by Paul Jakma · 10 years ago
  15. 055086f bgpd: well-known attr check only run for v4/uni, which could cause a crash. by Paul Jakma · 10 years ago
  16. b2dd59e bgpd.c: Remove unused store to variable by Paul Jakma · 10 years ago
  17. 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
  18. 1520e47 *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  19. 4c005e3 bgpd: memmove needed in community_del_val by John Glotzer · 10 years ago
  20. 052573e *: merge branch stable/0.99.23 by David Lamparter · 10 years ago
  21. f57000c bgpd: don't send NOTIFY twice for malformed attrs by David Lamparter · 10 years ago
  22. bb02b82 bgpd: fix IP endianness in debug message by David Lamparter · 10 years ago
  23. f80f838 bgpd: fix memory leak on malformed attribute by David Lamparter · 10 years ago
  24. 27bf90a bgpd: fix double free after extcommunity set (BZ#799) by David Lamparter · 10 years ago
  25. 73d78ea bgpd: remove duplicate route-map extcommunity code by David Lamparter · 10 years ago
  26. c460e57 bgpd: fix some bgp_update_main() attribute leaks by David Lamparter · 10 years ago
  27. b304dcb bgpd: route-map: share aspath object compilation code where possible by Timo Teräs · 11 years ago
  28. 9e7a53c bgpd: implement "next-hop-self all" by Timo Teräs · 11 years ago
  29. 2aa640b bgpd: fix route-map comments by Timo Teräs · 11 years ago
  30. 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
  31. d9d4ae5 bgpd: fix crash when allowas-in is done on inactive peer by Stephen Hemminger · 15 years ago
  32. 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
  33. 2c13299 bgpd: don't compare next-hop to router-id by Pradosh Mohapatra · 11 years ago
  34. 000e157 bgpd: Fix condition allowas-in in rsclient code by Milan Kocian · 11 years ago
  35. 5d804b4 bgpd: support TTL-security with iBGP by Pradosh Mohapatra · 11 years ago
  36. 5f9adb5 bgpd: factor out eBGP multihop check by David Lamparter · 11 years ago
  37. ef0b0c3 bgpd: factor out TTL setting by David Lamparter · 11 years ago
  38. 8da8689 bgpd: fix fast external fallover behavior by Pradosh Mohapatra · 11 years ago
  39. 3374bef bgpd: increase TCP socket buffer size by Vipin Kumar · 11 years ago
  40. 48fc05f bgpd: fix O_NONBLOCK on outgoing connects by Vipin Kumar · 11 years ago
  41. 6aa136f bgpd: send notify in OpenSent when stopping manually by Vitaliy Senchyshyn · 11 years ago
  42. b366b51 bgpd: display multipath status in "show ip bgp" by Boian Bonev · 11 years ago
  43. 689bb66 bgpd: track correct originator-id in reflected routes by Pradosh Mohapatra · 11 years ago
  44. 2fdd455 bgpd: add 'bgp bestpath as-path multipath-relax' by Pradosh Mohapatra · 11 years ago
  45. d92a2f3 bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values by Jorge Boncompte [DTI2] · 11 years ago
  46. cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
  47. 2b00515 bgpd, ospfd, zebra: fix some DEFUN definitions by Christian Franke · 11 years ago
  48. 6ee06fa bgpd: bgpd-set-v4-nexthop-for-v6-peering.patch by Pradosh Mohapatra · 11 years ago
  49. a12afd5 bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check by Christian Franke · 12 years ago
  50. bb97e46 bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api by Christian Franke · 12 years ago
  51. a0f6ce5 bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan by Christian Franke · 12 years ago
  52. 8ff202e bgpd: write NOTIFY non-blockingly by David Lamparter · 11 years ago
  53. 9e47abd bgpd: prevent double address delete on shutdown by Rakesh Garimella · 12 years ago
  54. 397b5bd bgpd: stricter packet handling in OpenSent by Leonid Rosenboim · 11 years ago
  55. 90645f5 hash: force size to be a power of 2 by Stephen Hemminger · 12 years ago
  56. 0e4303d bgpd: fix lost passwords of grouped neighbors by Roman Hoog Antink · 12 years ago
  57. d53d8fd bgpd: fix crash in soft-reconfiguration by Christian Franke · 12 years ago
  58. 5e728e9 bgpd: relax ORF capability length handling by David Lamparter · 12 years ago
  59. f47e5a1 bgpd: don't try to reconcile AS4_PATH with NULL by David Lamparter · 12 years ago
  60. dcab1bb bgpd: conditional default-originate using route-map by Christian Franke · 12 years ago
  61. 86998bc bgpd: uncork/nagle socket when sending BGP NOTIFY by Leonid Rosenboim · 12 years ago
  62. a6694fe Revert "bgpd: flock() dump files (BZ#742)" by David Lamparter · 12 years ago
  63. 3a69f74 bgpd: uncork after each write by Stephen Hemminger · 12 years ago
  64. d61c1bb bgpd: use recent monotonic time for readtime by Stephen Hemminger · 12 years ago
  65. 07ff4dc bgpd: mark route nodes scheduled into work queue by Stephen Hemminger · 12 years ago
  66. 1e0ce7c bgpd: improve logging of invalid BGP Notifications by Leonid Rosenboim · 12 years ago
  67. a689e6a bgpd: fix error response to invalid BGP version number by Leonid Rosenboim · 12 years ago
  68. a0de1d1 bgpd: fix a bug in bgp_attr_dup by Christian Franke · 12 years ago
  69. b06b35f bgpd: fix a memleak on "set community none" by Christian Franke · 12 years ago
  70. 15c7134 bgpd: store "no neighbor activate" for IPv4 unicast by Christian Franke · 12 years ago
  71. 24e50f2 bgpd: avoid heap fragmentation in bgp_clear_route_table by Jorge Boncompte [DTI2] · 13 years ago
  72. ebbb5fc bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdown by Jorge Boncompte [DTI2] · 13 years ago
  73. 8b366b9 bgpd: Fixed out-of-date comment by Andrew Certain · 12 years ago
  74. 9d3f970 bgpd: add replace-as modifier for BGP neighbor by Andrew Certain · 12 years ago
  75. fe9bb64 bgpd: CVE-2012-1820, DoS in bgp_capability_orf() by Denis Ovsienko · 13 years ago
  76. b07458a bgpd: flock() dump files (BZ#742) by Daniel Kozlowski · 12 years ago
  77. 837d16c *: use array_size() helper macro by Balaji.G · 12 years ago
  78. 28971c8 lib/table: add route_table_get_next() and iterator by Avneesh Sachdev · 12 years ago
  79. 6717404 bgpd: make bgp_table a wrapper around table library by Avneesh Sachdev · 12 years ago
  80. 8046ba6 snmp: let handlers accept OID from a lesser prefix by Vincent Bernat · 12 years ago
  81. b7c0d06 agentx: handle SNMP traps by Vincent Bernat · 13 years ago
  82. b8cf46b smux: drop findVar element from trap object struct by Vincent Bernat · 13 years ago
  83. 4b89e45 smux: remove `tick` argument from smux_trap() by Vincent Bernat · 13 years ago
  84. 08d7f65 build: use net-snmp-config to configure NetSNMP by Vincent Bernat · 13 years ago
  85. 6b1e37f build: only define HAVE_SNMP by Vincent Bernat · 13 years ago
  86. 9e7a548 build: allow configure and build in a separate directory by Vincent Bernat · 13 years ago
  87. bb782fb bgpd: Partially revert f018db8, fixes BZ#730 by Jorge Boncompte [DTI2] · 12 years ago
  88. e2c38e6 bgpd: Fix for commit 6a4677b7, fixes BZ#729 by Jorge Boncompte [DTI2] · 12 years ago
  89. cccbc01 bgpd: Add "no listen" socket option for the BGP master configuration by Paul Jakma · 12 years ago
  90. ad12dde Revert "bgpd: Make socket init separate, so unit tests work again." by Paul Jakma · 12 years ago
  91. 47d3b60 micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() by Jorge Boncompte [DTI2] · 13 years ago
  92. f018db8 bgpd: optimize bgp_aggregate_[increment|decrement]() by Jorge Boncompte [DTI2] · 13 years ago
  93. 343aa82 bgpd: optimize bgp_update_main() in the soft_reconfig case by Jorge Boncompte [DTI2] · 13 years ago
  94. 6a4677b bgpd: optimize holdtime timer cancelling by Jorge Boncompte [DTI2] · 13 years ago
  95. 577ac57 bgpd: Remove useless initialization by Jorge Boncompte [DTI2] · 13 years ago
  96. 558d1fe bgpd: reduce struct attr_extra allocations/freeing by Jorge Boncompte [DTI2] · 13 years ago
  97. 489d005 bgpd: use on stack struct attr_extra in bgp_update_receive() by Jorge Boncompte [DTI2] · 13 years ago
  98. 6182d65 bgpd: fix struct attr_extra leak in bgp_default_originate() by Jorge Boncompte [DTI2] · 13 years ago
  99. b9f1dca bgpd: use on stack struct attr_extra in bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago
  100. 1a2fd70 bgpd: cleanup bgp_attr_unintern() by Jorge Boncompte [DTI2] · 13 years ago