summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Reworking of peer state handling.Chris Hall2010-07-191-59/+34
* First beta releaseChris Hall2010-04-061-7/+0
* Major updateChris Hall2010-03-161-2/+1
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-81/+24
* Re-implement xon.paulo2010-02-051-5/+2
* Missed a few non safe calls of strerror. Improved comments.paulo2010-02-041-4/+4
* Tidying up the new FSM and exception handling.Chris Hall2010-02-041-2/+1
* Handling of peering states: Don't disable peer until sessionpaulo2010-02-031-22/+6
* In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-011-4/+20
* Testing and fixing round.Chris Hall2010-01-311-2/+6
* Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-30/+101
* Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-10/+80
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-4/+5
* Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-231-1/+1
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-1/+1
* Further work-in-progress.Chris Hall2010-01-171-57/+102
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-141/+55
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-0/+6
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+3
* Merge branch 'master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-101-124/+124
|\
| * Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-261-124/+124
* | bgpd: compile warnings cleanupStephen Hemminger2009-12-101-24/+0
|/
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+1
* [bgpd] add comment that bgp_capability_receive is exported for unit-testsPaul Jakma2009-06-181-1/+4
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-4/+4
* [bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma2008-09-091-4/+5
* [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setupPaul Jakma2008-09-061-0/+45
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_headPaul Jakma2008-07-221-12/+8
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-211-1/+1
* [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-221-2/+11
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-12/+76
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-061-56/+52
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-8/+12
* [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...Paul Jakma2006-10-151-5/+10
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...Paul Jakma2006-10-151-4/+4
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-141-22/+5
* [bgpd] bug #210: Enable crucial VPNv4 code which was disabledPaul Jakma2006-05-041-12/+12
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+0
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-011-1/+1
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-20/+20
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueuspaul2005-06-011-5/+13
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-23/+7
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-2/+2
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-26/+21
* * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-021-14/+133
* * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighborhasso2005-02-011-52/+0
* * bgp_nexthop.c: Improve debug.hasso2005-02-011-0/+10
* 2005-01-05 Paul Jakma <paul@dishone.st>paul2005-01-051-0/+8
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-60/+58
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-2/+2