summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix inversion of likely/unlikely in assertStephen Hemminger2008-12-021-11/+3
| * | | Minor whitespaceStephen Hemminger2008-12-012-2/+1
| * | | Revert "Add compiler directive to mark code paths that log as cold"Stephen Hemminger2008-12-012-26/+18
| * | | Make command nodes static (again)Stephen Hemminger2008-12-011-4/+4
| * | | Make command nodes static (again)Stephen Hemminger2008-12-011-6/+6
| * | | Use XCALLOC instead of XMALLOC/memsetStephen Hemminger2008-12-011-6/+2
| * | | Merge branch 'master' of /home/shemminger/src/quagga into jennerStephen Hemminger2008-12-016-55/+578
| |\ \ \ | | | |/ | | |/|
| | * | [lib] fix missing sockunion_normalise_mappedPaul Jakma2008-11-241-0/+1
| | * | [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
| | * | [lib] Switch Fletcher checksum back to old ospfd versionPaul Jakma2008-11-164-34/+523
| * | | Remove unnecessary modprobeStephen Hemminger2008-11-241-10/+0
| * | | add support for development buildAn-Cheng Huang2008-11-191-1/+5
| * | | Fix Fletcher checksum bug.Joakim Tjernlund2008-11-071-39/+37
| * | | Fix 2814: Add "show ip route summary" command.Stig Thormodsrud2008-11-041-35/+86
| * | | Ignore derived filerbalocca2008-10-291-1/+1
| * | | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-27166-24139/+1893
| |\ \ \
| | * | | Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-13182-24134/+2554
| | |\| |
| | | * | [vtysh] Add commands from zebra_routemap.c to vtyshBartek Kania2008-10-041-1/+2
| | | * | Merge branch 'bgpd/fsm'Paul Jakma2008-10-021-4/+5
| | | |\ \
| | | | * | [bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma2008-09-091-4/+5
| | | * | | [release] Bump version to 0.99.11quagga_0_99_11_releasePaul Jakma2008-10-021-1/+1
| | | * | | [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
| | | * | | [ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund2008-09-241-2/+2
| | | * | | [ospfd] Move passive interface checkJoakim Tjernlund2008-09-241-18/+26
| | | * | | [build] Fix --enable-pie so it can actually be disabledPaul P Komkoff Jr2008-09-241-3/+1
| | | * | | [lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma2008-09-091-40/+20
| | | |/ /
| | | * | [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setupPaul Jakma2008-09-061-0/+45
| | | * | Merge branch 'restricted-mode'Paul Jakma2008-09-047-4/+171
| | | |\ \
| | | | * | [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-237-4/+171
| | | * | | [ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma2008-09-043-22/+33
| | | * | | Merge commit 'remotes/jocke/delete_ghost_route'Paul Jakma2008-09-031-1/+15
| | | |\ \ \
| | | | * | | Ignore host routes to self.Joakim Tjernlund2008-08-251-1/+15
| | | | |/ /
| | | * | | Merge commit '53d0deceeb855493aa03c59477f8af7f6bb75140'Paul Jakma2008-09-021-6/+14
| | | |\ \ \
| | | | * | | Set destination for PtP links to OSPF_ALLSPFROUTERS.Joakim Tjernlund2008-08-251-6/+14
| | | | |/ /
| | | * | | [ospfd] Restructure opsf_if_update() and ospf_network_run()Joakim Tjernlund2008-09-023-121/+117
| | | | | |
| | | | \ \
| | | *-. \ \ Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma2008-09-018-26/+29
| | | |\ \ \ \
| | | | | * | | Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-257-25/+28
| | | | | |/ /
| | | | * / / Fix SEGV in ip ospf neighbor allJoakim Tjernlund2008-08-251-1/+1
| | | | |/ /
| | | * | | [doc] Update HACKING to reflect SCM changes and latest practicePaul Jakma2008-08-261-105/+95
| | | * | | testPaul Jakma2008-08-261-1/+1
| | | * | | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-264-38/+1
| | | |/ /
| | | * | [trivia] Make 'make dist' happy about ChangeLog expungePaul Jakma2008-08-232-1/+5
| | | * | [administrivia] Update gitignore filesPaul Jakma2008-08-228-9/+13
| | | * | [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-2227-0/+82
| | | * | [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-2218-22873/+0
| | | * | [zebra] trivial: fix spelling mistakeStephen Hemminger2008-08-221-1/+1
| | | * | [bgpd] remove useless check and return in bgp_config_write_dampStephen Hemminger2008-08-222-26/+21
| | | * | [zebra] trivia: static qualifiers for metaqStephen Hemminger2008-08-221-4/+5
| | | * | [zebra] make some data localStephen Hemminger2008-08-221-2/+2
| | | * | [zebra] ignore dead routes in RIB updateStephen Hemminger2008-08-221-17/+36