summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-4/+50
|\
| * [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
| * 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-3/+3
| * Compiler warnings fixes.hasso2004-09-261-1/+1
| * 2004-07-09 Paul Jakma <paul@dishone.st>paul2004-07-091-4/+63
| * 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-07-091-3/+4
| * 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-20/+21
| * Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges.hasso2004-05-201-1/+1
| * Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.hasso2004-05-201-2/+20
| * 2004-05-01 Paul Jakma <paul@dishone.st>paul2004-05-011-37/+74
| * 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-171-74/+37
| * Initial revisionpaul2002-12-131-0/+2240
* remove dead codeStephen Hemminger2008-08-011-0/+2
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-221-12/+8
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportpaul2008-07-211-1/+1
* [bgpd] Fix number of DoS security issues, restricted to configured peers.paul2007-12-221-2/+11
* [bgpd] Merge AS4 supportpaul2007-10-141-12/+76
* [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-061-56/+52
* [bgpd] Trim memory usage of BGP routespaul2007-05-041-8/+12
* [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...paul2006-10-151-5/+10
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...paul2006-10-151-4/+4
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statespaul2006-09-141-22/+5
* [bgpd] bug #210: Enable crucial VPNv4 code which was disabledpaul2006-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