| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: Remove unnecessary stream_dup calls | Donald Sharp | 2015-09-24 | 1 | -26/+6 |
* | bgpd: allow using rtt in route-map's set metric | Timo Teräs | 2015-05-20 | 1 | -0/+2 |
* | lib: straighten out ORF prefix list support | David Lamparter | 2015-05-05 | 1 | -3/+3 |
* | Fix BGP's use of restart bit. | Vipin Kumar | 2014-11-11 | 1 | -0/+4 |
* | bgpd: well-known attr check only run for v4/uni, which could cause a crash. | Paul Jakma | 2014-10-17 | 1 | -11/+0 |
* | Fix most compiler warnings in default GCC build. | Paul Jakma | 2014-09-23 | 1 | -15/+12 |
* | bgpd: fix memory leak on malformed attribute | David Lamparter | 2014-06-29 | 1 | -1/+4 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -3/+3 |
* | bgpd: efficient NLRI packing for AFs != ipv4-unicast | Pradosh Mohapatra | 2014-06-03 | 1 | -45/+115 |
* | bgpd: write NOTIFY non-blockingly | David Lamparter | 2013-07-31 | 1 | -4/+5 |
* | bgpd: uncork/nagle socket when sending BGP NOTIFY | Leonid Rosenboim | 2013-01-16 | 1 | -1/+9 |
* | bgpd: uncork after each write | Stephen Hemminger | 2013-01-15 | 1 | -4/+5 |
* | bgpd: use recent monotonic time for readtime | Stephen Hemminger | 2013-01-15 | 1 | -2/+11 |
* | bgpd: fix error response to invalid BGP version number | Leonid Rosenboim | 2013-01-14 | 1 | -2/+4 |
* | bgpd: Fix for commit 6a4677b7, fixes BZ#729 | Jorge Boncompte [DTI2] | 2012-06-21 | 1 | -1/+2 |
* | bgpd: optimize holdtime timer cancelling | Jorge Boncompte [DTI2] | 2012-05-22 | 1 | -2/+2 |
* | bgpd: use on stack struct attr_extra in bgp_update_receive() | Jorge Boncompte [DTI2] | 2012-05-22 | 1 | -7/+4 |
* | bgpd: debug buffers cleanup and optimization | Jorge Boncompte [DTI2] | 2012-05-22 | 1 | -28/+44 |
* | bgpd: fix issue in capability negotiation (BZ#700) | Avneesh Sachdev | 2012-04-08 | 1 | -5/+10 |
* | bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoS | Paul Jakma | 2012-03-04 | 1 | -3/+7 |
* | bgpd: justify checks for IPv4 class D/E | Denis Ovsienko | 2012-01-02 | 1 | -1/+1 |
* | bgpd: fix regression in ORF procesing (BZ#688) | Denis Ovsienko | 2011-12-13 | 1 | -1/+1 |
* | bgpd: more SAFI fixes | Denis Ovsienko | 2011-09-29 | 1 | -7/+7 |
* | bgpd: spelling | Denis Ovsienko | 2011-09-27 | 1 | -1/+1 |
* | bgpd: add useful notification logs (BZ#616) | heasley | 2011-09-27 | 1 | -3/+16 |
* | Merge branch 'attr-errors' | Paul Jakma | 2011-07-29 | 1 | -29/+49 |
|\ |
|
| * | bgpd: Implement revised error handling for partial optional/trans. attributes | Paul Jakma | 2011-03-21 | 1 | -28/+48 |
| * | bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ... | Paul Jakma | 2011-03-21 | 1 | -4/+4 |
* | | bgpd: trivial format / warning fixes | Paul Jakma | 2011-04-13 | 1 | -10/+11 |
* | | bgpd: enable TCP corking | Stephen Hemminger | 2011-03-21 | 1 | -14/+18 |
* | | bgpd: leave peer socket in non-blocking mode (mostly) | Stephen Hemminger | 2011-03-21 | 1 | -23/+14 |
|/ |
|
* | bgpd: fix handling of "Unsupported Capability" | Dmitrij Tejblum | 2011-01-14 | 1 | -6/+0 |
* | Set from even if binfo->extra is NULL. | Greg Troxel | 2010-09-17 | 1 | -2/+3 |
* | bgpd: tighten bounds checking in RR ORF msg reader | Chris Hall | 2010-05-14 | 1 | -9/+40 |
* | bgp: use monotonic clock for time of day | Stephen Hemminger | 2010-01-15 | 1 | -1/+1 |
* | bgpd: compile warnings cleanup | Stephen Hemminger | 2009-12-10 | 1 | -24/+0 |
* | [bgpd] Stability fixes including bugs 397, 492 | Chris Caputo | 2009-07-19 | 1 | -1/+1 |
* | [bgpd] add comment that bgp_capability_receive is exported for unit-tests | Paul Jakma | 2009-06-18 | 1 | -1/+4 |
* | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> | Denis Ovsienko | 2009-04-30 | 1 | -4/+4 |
* | [bgpd] Allow accepted peers to progress even if realpeer is in Connect | Paul Jakma | 2008-09-09 | 1 | -4/+5 |
* | [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup | Paul Jakma | 2008-09-06 | 1 | -0/+45 |
* | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_head | Paul Jakma | 2008-07-22 | 1 | -12/+8 |
* | [bgpd] TCP-MD5: password vty configuration and initial Linux support | Paul Jakma | 2008-07-21 | 1 | -1/+1 |
* | [bgpd] Fix number of DoS security issues, restricted to configured peers. | Paul Jakma | 2007-12-22 | 1 | -2/+11 |
* | [bgpd] Merge AS4 support | Paul Jakma | 2007-10-14 | 1 | -12/+76 |
* | [bgpd] cleanup, compact and consolidate capability parsing code | Paul Jakma | 2007-08-06 | 1 | -56/+52 |
* | [bgpd] Trim memory usage of BGP routes | Paul Jakma | 2007-05-04 | 1 | -8/+12 |
* | [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N... | Paul Jakma | 2006-10-15 | 1 | -5/+10 |
* | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st... | Paul Jakma | 2006-10-15 | 1 | -4/+4 |
* | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -22/+5 |