summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | [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
| | | * | [zebra:linux] netlink: no need to change privs for receiveStephen Hemminger2008-08-221-12/+3
| | | * | [zebra:linux] netlink: quiet harmless errorsStephen Hemminger2008-08-221-21/+20
| | | * | [zebra:linux] netlink buffer size tweaking only needed on receive socketStephen Hemminger2008-08-221-43/+43
| | | * | [build] Linux netlink doesn't need IF_PROCStephen Hemminger2008-08-221-8/+9
| | | * | [zebra:linux] clean up blocking setting of netlink socketsStephen Hemminger2008-08-221-91/+6
| | | * | [zebra:linux] Filter out unwanted netlink messages by PIDStephen Hemminger2008-08-221-46/+27
| | | * | [warnings] Fix various SOS warningsPaul Jakma2008-08-2212-13/+16
| | | * | [lib] Fix mistake in tcp-md5sig commit which broke compile on BSDPaul Jakma2008-08-221-2/+2
| | | * | [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-2247-689/+690
| | | * | [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-2211-19/+41
| | | * | [trivia] ignore automake generated 'compile' filePaul Jakma2008-08-221-0/+1
| | | * | [zebra] mark some rt_netlink functions staticStephen Hemminger2008-08-221-19/+18
| | | * | [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-2213-56/+50
| | | * | [ospfd] Default route needs to be refreshed after neighbour state changeDaniel Ng2008-08-221-0/+5
| | | * | [isisd:DLPI] Try open vanity-named DLPI dev before style 1,2Jingjing Duan2008-08-221-6/+17
| | | * | [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisdJingjing Duan2008-08-225-162/+24
| | | * | [isisd] Fix packet filtering with DLPIJingjing Duan2008-08-221-3/+9
| | | * | [lib] Add fletcher checksum implementationJingjing Duan2008-08-222-0/+80
| | | * | [zebra:netlink] Set proto/scope on all route update messagesTimo Teräs2008-08-221-6/+4
| | | * | [vty] Allow delete during password entryRoy2008-08-221-3/+3
| | | * | [build] --enable...user/group didn't match help textPaul P Komkoff Jr2008-08-221-4/+4
| | | * | [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-2212-1/+60
| | | * | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-225-1/+47
| | | * | [administrivia] Ignore rebase files and .msgPaul Jakma2008-08-221-0/+2
| | | * | [git administrivia] remove auto-built quagga.info, add to gitignore.Paul Jakma2008-08-221-0/+1