summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-214-36/+74
* | | lib: Fix accounting of memoryChris Hall2011-03-211-2/+8
* | | Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma2011-03-2011-66/+45
|\ \ \
| * | | doc: fix "ipv6 address" interface command syntax (#608)Denis Ovsienko2011-03-181-2/+2
| * | | bgpd: improve "monotonic" uptime correctionJohn Kemp2011-03-182-1/+12
| * | | ripngd: copy debug statements fix from ripdStephen Hemminger2011-03-132-17/+11
| * | | ripd: resolve debug statements issue (bug 442)Andrew J. Schorr2011-02-242-16/+9
| * | | bgpd: VTY string fixes for debug commandsDavid Ward2011-01-171-4/+3
| * | | bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-01-141-6/+0
| * | | ospf6d: fix crash in SPF calculationDmitrij Tejblum2011-01-131-17/+5
| * | | bgpd: fix community-list error message spellingDenis Ovsienko2010-12-081-3/+3
| | |/ | |/|
* | | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-082-6/+15
* | | ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma2010-12-081-4/+11
* | | ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-086-44/+53
* | | ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-0812-201/+107
* | | ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-084-4/+38
* | | ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma2010-12-082-47/+48
* | | ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma2010-12-083-17/+29
* | | ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma2010-12-081-1/+5
* | | ospfd: Fix various route_unlock discrepenciesPaul Jakma2010-12-082-11/+16
* | | ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma2010-12-081-2/+11
* | | ospfd: interface code should leave network_lsa_self alonePaul Jakma2010-12-081-5/+0
* | | ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_floodPaul Jakma2010-12-081-1/+1
* | | ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma2010-12-081-0/+2
* | | ospfd: Lower level of some common messages from info to debugPaul Jakma2010-12-082-11/+11
* | | lib: Fix bug in prefix trie lookupPaul Jakma2010-12-081-6/+8
* | | lib: prefix.c nano-optimisationPaul Jakma2010-12-081-4/+5
* | | lib: Make workqueue more conservative about ramping upPaul Jakma2010-12-081-8/+9
* | | lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-083-0/+86
* | | lib: Thread scheduler should be fair and not let events starve I/O and timersPaul Jakma2010-12-081-16/+41
* | | lib: thread history funcname shouldn't be constant, it's freedPaul Jakma2010-12-082-2/+2
* | | bgpd: Simplify process queue initPaul Jakma2010-12-081-7/+6
|/ /
* | infrastructure: Express preference for published git reposGreg Troxel2010-11-031-5/+15
* | infrastructure: Whitespace cleanup.Greg Troxel2010-11-031-8/+12
* | infrastructure: Clarify commit message format.Greg Troxel2010-11-031-2/+6
* | Adjust description of tomhenderson repo.Greg Troxel2010-11-031-4/+4
* | bgpd: fix printed value of last-update timestampVladimir L Ivanov2010-10-211-1/+2
* | zclient: fix router-id calculation for IPv6 (#595)Dmitry Tejblum2010-10-181-3/+3
* | bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-065-20/+20
* | Add MTR repository.Greg Troxel2010-09-241-0/+8
* | lib/vty.c: add missing format string when printing out motd messageNico Golde2010-09-171-1/+1
* | Document rules for zalloc and friends.Greg Troxel2010-09-171-5/+27
* | Add pointer to Balaji G. git.Greg Troxel2010-09-171-0/+7
* | Set from even if binfo->extra is NULL.Greg Troxel2010-09-171-2/+3