summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | bgpd: enable TCP corkingStephen Hemminger2011-03-211-14/+18
| | * | bgpd: leave peer socket in non-blocking mode (mostly)Stephen Hemminger2011-03-212-23/+15
| | * | bgpd: "Intern" communities in route mapsMichael Lambert2011-03-213-3/+13
| | * | bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-212-15/+991
| | |/
| | * bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-215-563/+199
| | * bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-03-211-12/+20
| | * bgpd: use Jenkins hash for BGP transit, cluster and attr hashesStephen Hemminger2011-03-211-48/+27
| | * bgpd: Remove extra lock on interior table nodeBarry Friedman2011-03-211-1/+0
| | * bgpd: Fix display of unsigned attributesWataru Tanitsu2011-03-211-9/+9
| | * bgpd: fix use of free memory by update_rsclientStephen Hemminger2011-03-211-1/+2
| | * bgpd: unlock node on aggregate errorRobert Bays2011-03-211-2/+3
| | * bgpd: fix errors in aggregate address commandRobert Bays2011-03-211-36/+41
| | * bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger2011-03-211-5/+1
| | * bgpd: fix bgp_node locking issuesChris Caputo2011-03-213-36/+73
| | * Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma2011-03-205-14/+18
| | |\
| | | * bgpd: improve "monotonic" uptime correctionJohn Kemp2011-03-182-1/+12
| | | * bgpd: VTY string fixes for debug commandsDavid Ward2011-01-171-4/+3
| | | * bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-01-141-6/+0
| | | * bgpd: fix community-list error message spellingDenis Ovsienko2010-12-081-3/+3
| | * | bgpd: Simplify process queue initPaul Jakma2010-12-081-7/+6
| | |/
| | * bgpd: fix printed value of last-update timestampVladimir L Ivanov2010-10-211-1/+2
| | * bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-063-16/+16
| | * Set from even if binfo->extra is NULL.Greg Troxel2010-09-171-2/+3
| | * bgpd: fix handling of AS path dataChris Hall2010-08-093-90/+130
| | * bgpd: tighten bounds checking in RR ORF msg readerChris Hall2010-05-141-9/+40
| | * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-157-46/+43
| * | Fix to include all new show commands from 0.99.18.Chris Hall2011-04-051-1/+3
* | | Update pipework and improve memory reporting.Chris Hall2011-07-214-22/+24
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-291-3/+7
|\| |
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-2919-802/+1463
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-2927-843/+1513
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-217-126/+170
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-1312-92/+121
* | | Merge branch 'master' into pipework -- sync with ex09Chris Hall2010-12-211-4/+5
|\| |
| * | ex09: Fix "no ip community-list"ex09Chris Hall2010-12-211-2/+16
* | | Creation of pipework branchChris Hall2010-12-2117-87/+67
|/ /
* | Remove unneccessary zlog_err message when re-enabling BGP sessionChris Hall2010-12-171-2/+0
* | Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-143-26/+36
* | Fix to accept Route Refresh messages (message type 5).Chris Hall2010-09-133-5/+7
* | Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07Chris Hall2010-09-104-35/+29
* | bgpd: fix handling of AS path dataChris Hall2010-08-304-114/+155
* | Add "match as-origin ASN" route-map entryChris Hall2010-08-232-2/+122
* | Fix various capability flags so that sessions are restarted.Chris Hall2010-08-0414-66/+166
* | Fix neighbor override-capabilityChris Hall2010-08-031-12/+9
* | Avoid creating neighbor with same address as another.Chris Hall2010-07-303-1/+13
* | Introduce "rs-in" route-maproot2010-07-287-547/+1042
* | Trap SIGABRT so that get backtrace in the log.root2010-07-223-34/+67
* | Reworking of peer state handling.Chris Hall2010-07-1934-1976/+3036
* | Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-276-75/+88
* | Reinstate NOTIFICATION logging and turn off Memory TrackerChris Hall2010-05-136-359/+377