summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-60/+99
|\
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-60/+99
| |\
| | * Merge branch 'attr-errors'Paul Jakma2011-07-291-29/+49
| | |\
| | | * bgpd: Implement revised error handling for partial optional/trans. attributesPaul Jakma2011-03-211-28/+48
| | | * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-4/+4
| | * | bgpd: trivial format / warning fixesPaul Jakma2011-04-131-10/+11
| | * | bgpd: enable TCP corkingStephen Hemminger2011-03-211-14/+18
| | * | bgpd: leave peer socket in non-blocking mode (mostly)Stephen Hemminger2011-03-211-23/+14
| | |/
| | * bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-01-141-6/+0
| | * Set from even if binfo->extra is NULL.Greg Troxel2010-09-171-2/+3
| | * bgpd: tighten bounds checking in RR ORF msg readerChris Hall2010-05-141-9/+40
| | * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-1/+1
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-8/+3
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-6/+0
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-131-2/+3
* | | Creation of pipework branchChris Hall2010-12-211-5/+5
|/ /
* | 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